Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 417 Bytes

File metadata and controls

14 lines (11 loc) · 417 Bytes

Changelog

Unreleased

Breaking changes

  • PulseFeature has ben renamed to Pulse
  • UPDATE_TOPIC is now hardcoded to ${MQTT_REALM}/update.

Features

  • Added ${MQTT_REALM}/${DEVICE_ID}/status containing ONLINE or OFFLINE
  • Serve device info via HTTP - use INFO_HTTP_ENABLED = true to enable
  • Update individual devices using ${MQTT_REALM}/${DEVICE_ID}/update
  • Changelog added

Fixes