knowthelist / fhem-tablet-ui

UI builder framework for FHEM
MIT License
148 stars 84 forks source link

push widget ignores data-countdown and fires data-set-off immediately #220

Closed twenta closed 6 years ago

twenta commented 6 years ago

Hi,

I use the push widget in the following manner: <div data-type="push" data-device="Heizungen" data-set-on="controlMode boost" data-countdown=300 data-set-off="controlMode auto"></div>

No countdown is started and data-set-on and data-set-off are fired at the same time. (I am aware that the data-set-off command might be unnecessary here)

knowthelist commented 6 years ago

This behaviour is expected here. This is a built in mode for Push. Press -> send data-set-on value. Release -> send data-set-off value.

twenta commented 6 years ago

Sorry, I misinterpreted the description. Thanks for the clarification