rimedio

Results 1 comments of rimedio

let shelly_id = null; // Obtener el ID del dispositivo al iniciar Shelly.getDeviceInfo(function(info) { shelly_id = info.id; // Or info.name print("Shelly ID:", shelly_id); }); Shelly.addStatusHandler(function (event) { if (event.component ===...