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
5.2.0 20170619
* Add command SetOption12 1 to disable newly released configuration
flash rotate to reduce flash wear
* Fix command CounterDebounce by removing test for active GPIO (#524)
* Add command SetOption33 1..250 to allow user configure POW
Max_Power_Retry count (#525)
5.2.0 20170619
* Add command SetOption12 1 to disable newly released configuration
flash rotate to reduce flash wear
* Fix command CounterDebounce by removing test for active GPIO (arendst#524)
* Add command SetOption33 1..250 to allow user configure POW
Max_Power_Retry count (arendst#525)
Hi,
The CounterDebounce command ignores parameter. eg.
http://sonoff/cm?cmnd=CounterDebounce%20200 returns
RESULT = {"CounterDebounce":0}, where 0 - the last set value.
To set CounterDebounce i have to use CounterDebounce3 command.
http://sonoff/cm?cmnd=CounterDebounce3%20300 returns
RESULT = {"CounterDebounce":300}
If i try to send CounterDebounce1 or CounterDebounce2 it have no impact- Probably because i have only Counter3 assigned to GPIO in settings.
This behavior is the same for mqtt and http commands.
The text was updated successfully, but these errors were encountered: