Skip to content

Commit

Permalink
Changelog update for version 23.07
Browse files Browse the repository at this point in the history
  • Loading branch information
klew committed Jul 7, 2023
1 parent 3b3ba8a commit a83aab0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG.md

## 23.07 (2023-07-07)

- Change: Relay with Staircase function: duration of staircase timer is now fetched from server after registration. It is no longer required to turn on timer from Supla app in order to store a new timer value on device.
- Change: Relay: keepTurnOnDuration() function is DEPRECATED. It can be removed from all application. Currently it is left empty in order to not break compilation of user applications.
- Change: Impulse counter: restrict updates send to server to at most 1 Hz
- Fix: Uptime: fix for uptime calculation error which resulted in very large number in "channel state info"
- Fix: Electricity Meter: fixed clearing EM parameters in case of any problem with data reading. Only "energy" parameters will be send in case of problems and all other fields (including current) are cleared. Previous implmentation was leaving "current" field reported with previous value.
- Fix: ESP-IDF: fix for reporting Wi-Fi connection fail reason
- Add: ESP-IDF: ADC driver interface
- Add: Relay: add countdowm timer support for Light and PowerSwitch functions. By default timer function is enabled and it will be updated on server after device firmware update. Countdown timer function can be disabled by calling disableCountdownTimerFunction() method. IMPORTANT: countdown timer fuction can't be removed from device without removing device from Cloud. WARNING: some custom implementation of classes inherit from Relay, may require adjustements to countdowm timer function.
- Add: SuplaDevice: add info print in log with device name and SW version
- Add: Element class: add onSoftReset callback
- Add: ImpulseCounter: add support for counter reset from Cloud button


## 23.05 (2023-05-25)

- Change: ESP-IDF version update to 5.0.2
Expand Down

0 comments on commit a83aab0

Please sign in to comment.