I want to use an input on a Shelly Plus i4 to enable or disable schedules on other Shelly devices
can you give me an example on how to do this
I want to use an input on a Shelly Plus i4 to enable or disable schedules on other Shelly devices
can you give me an example on how to do this
Hi
I am using the example from your api to create a Schedule
http://192.168.33.1/rpc/Schedule.Create?timespec="0 0 22 * * FRI"&calls=[{"method":"Shelly.GetDeviceInfo"}]
This shows up as an error on the shelly device under Schedules
The other commands List and Delete work correctly.
can you please cheque this
I have figured out how to suspend schedules
http://192.168.7.162/rpc/Schedule.Update?id=3&enable=false
Where 3 is the schedule number
You can list all the schedules by
This is great! I was lost in lots of Shelly 1 references for it, but couldn't find similar Gen 2 commands.
Does anyone know if rather than per ID (only), you can get it to to do ALL IDs (e.g. ID* as a wildcard?) without a script?