Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 639 Bytes

CHANGELOG.md

File metadata and controls

18 lines (15 loc) · 639 Bytes

Changelog

Unreleased

Breaking changes

  • PulseFeature has ben renamed to Pulse
  • UPDATE_TOPIC is now hardcoded to ${MQTT_REALM}/update.
  • Docker file moved to project root.
  • Build output moved from esper directory to site directory.

Features

  • Added ${MQTT_REALM}/${DEVICE_ID}/status containing ONLINE or OFFLINE
  • 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
  • Update individual devices using ${MQTT_REALM}/${DEVICE_ID}/update
  • Changelog added

Fixes