Hi, first of all just wanted to say kudos to sgrayban for the really good work developing the drivers for these shelly devices - they have all been working brilliantly for me!
I could use some help understanding the 'shelly as a switch' notes in the readme file of the github page please.
I have enabled MakerAPI and added the shelly devices. For the next instruction "When you have the MakerAPI URL string for 'refresh'....." I'm struggling to follow. Where do I get this URL string? I can see the following at the bottom of my MakerAPI app but none of them have 'refresh' in the name:
Get Device Info (replace [Device ID] with actual subscribed device id
http://IP/apps/api/411/devices/[Device ID]?access_token=x
Get Device Event History (replace [Device ID] with actual subscribed device id
http://IP/apps/api/411/devices/[Device ID]/events?access_token=x
Get Device Commands (replace [Device ID] with actual subscribed device id
http://IP/apps/api/411/devices/[Device ID]/commands?access_token=x
Get Device Capabilities (replace [Device ID] with actual subscribed device id
http://IP/apps/api/411/devices/[Device ID]/capabilities?access_token=x
Send Device Command (replace [Device ID] with actual subscribed device id and [Command] with a supported command. Supports optional [Secondary value]
http://IP/apps/api/411/devices/[Device ID]/[Command]/[Secondary value]?access_token=x
Send POST URL (replace [URL] with actual URL to send POST to (URL encoded)
http://IP/apps/api/411/postURL/[URL]?access_token=x
Currently my switch modules are not showing their current state in HE (I can control them without issues) and I'm assuming this is because I haven't been able to complete this last step?