PulseFeature
has ben renamed toPulse
UPDATE_TOPIC
is now hardcoded to${MQTT_REALM}/update
.- Docker file moved to project root.
- Build output moved from esper directory to site directory.
- Added
${MQTT_REALM}/${DEVICE_ID}/status
containingONLINE
orOFFLINE
- Serve device info via HTTP - use
HTTP_ENABLED = true
to enable- Allow rebooting the device by posting to
/reboot
- Upload firmware images to the standby ROM slot by posting to
/update
- Allow rebooting the device by posting to
- Update individual devices using
${MQTT_REALM}/${DEVICE_ID}/update
- Changelog added