resend unchanged values from DS18B20 sensors
-
Hello,
The evok webssocket only sends the changing values(temperature) from the DS18B20 sensors.
If a long time a sensor value not changes, no value is send for this duration.
Is it possible to send for example every 5 minutes the old unchanged value?Thanks
-
Hello @christian,
the websocket interface sends only values which has changed. To request all current values, send this command at any time:{"cmd": "all"}
Best regards,
Martin