Hi,
I just bought a Plug S and want to control it through the cloud API. I followed this guide:
https://shelly.cloud/documents/deve…_api_access.pdf
And I can read the device status successfully through /device/status. But when I try to turn the plug on or off through /device/relay/control/, I get the error "wrong_channel". Even when I include "channel":"0" to the API call. The document doesn't specify the Plug S, so it may have other API methods.
Does anyone know how to control the Plug S through the cloud API? And is there a full documentation of the cloud API somewhere?