TODO
TODO
TODO
jsonata expression:
$map(feeds^(>entry_id), function($v) {
return {
"howLongAgo": $millis() - $toMillis($v.created_at),
"color": $v.field1,
"entryId": $formatNumber($v.entry_id, '#')
}
})
with filter:
howLongAgo <= 90000
TODO
The code uses Peter Hinch's MicroPython MQTT client.
mpremote mip install github:peterhinch/micropython-mqtt
TODO
TODO
TODO
TODO