enum thermostat programs, add junkers remote, program

This commit is contained in:
MichaelDvP
2021-09-28 14:06:26 +02:00
parent 91005876eb
commit fcc521d5ed
3 changed files with 72 additions and 42 deletions

View File

@@ -9,6 +9,7 @@
- Add RC300 second summermode telegram [#108](https://github.com/emsesp/EMS-ESP32/issues/108)
- Add support for the RC25 thermostat [#106](https://github.com/emsesp/EMS-ESP32/issues/106)
- Add new command 'entities' for a device, e.g. http://ems-esp/api/boiler/entities to show the shortname, description and HA Entity name (if HA enabled) [#116](https://github.com/emsesp/EMS-ESP32/issues/116)
- Junkers program and remote (fb10/fb110) temperature
## Fixed
@@ -24,6 +25,7 @@
- rename `fastheatupfactor` to `fastheatup` and add percent [#122]
- "unit" renamed to "uom" in API call to recall a Device Value
- initial backend React changes to replace the class components (HOCs) with React Hooks
- program-names instead of numbers
## **BREAKING CHANGES**