Hello,
Does anyone know how to use homeyscript to set all users as awake?
Michel
Hello,
Does anyone know how to use homeyscript to set all users as awake?
Michel
I Tried,
but what works in Developer WebAPI playbround doesn’t work in HomeyScript
// My Code
return await Homey.presence.setAsleep( { “id” : “5353a992-ff85-4f71-badd-59fabc941c53” } );
Look the scope to do so is missing from HomeyScript.