sieren / Homepoint

Espressif ESP32 Based Smarthome screen for MQTT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add wake up screen on change state

llevet opened this issue · comments

Hi,
Please add the possibility to wake up the screen when a change status is detected on a item (change value of getTopic) :

...
{
"name": "Porte 1",
"setTopic": "dumy/garage/porte/status/set",
"getTopic": "dumy/garage/porte/status",
"onValue": "on",
"offValue": "off",
"screenOn": "true"
},
....

Thanks.

This should already be the case for all switches.

Excuse me !
It is working like that !
Cool !