You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sensor should be able to request new firmware through HTTP OTA procedure.
There should be pre- and post-update actions, specifically turn off the heater.
Sensor should send following data to the server:
hw_version
sw_version
devel (tree or false) - for development type of firmware
Server will decide if there is a new firmware based on hw_version (denoting firmware line) and sw_version (using semver naming).
The text was updated successfully, but these errors were encountered:
Sensor should be able to request new firmware through HTTP OTA procedure.
There should be pre- and post-update actions, specifically turn off the heater.
Sensor should send following data to the server:
Server will decide if there is a new firmware based on hw_version (denoting firmware line) and sw_version (using semver naming).
The text was updated successfully, but these errors were encountered: