VPN/Proxy erkannt
Es scheint, dass Sie einen VPN- oder Proxy-Dienst verwenden. Bitte beachten Sie, dass die Nutzung eines solchen Dienstes die Funktionalität dieser Webseite einschränken kann.
-
Hello!
If you want to read the temperature from the DS18b20 sensor on the Shelly AddOn, you should call something like this:
Shelly.call(
"temperature.getStatus",
{ id: 100 },
function (response) {
MQTT.publish("hello/world", JSON.stringify(response), 0, false);
},
null
);