summaryrefslogtreecommitdiff
path: root/shelly.go
AgeCommit message (Collapse)Author
2026-03-25Add Shelly command sendingxengineering
This allows basic control of Covers connected to Shelly devices.
2026-03-25Refactor and add routing conceptxengineering
This scales better when additional receiving routes will be added.
2026-03-25Add Shelly cover message parsingxengineering
This results in the information of which command is to issue and which IP address the command has to be sent to. This is what is needed to deliver the message with Websockets. This delivery is the last step to implement basic Shelly cover support.
2026-03-25Add MQTT subscription for /cover/<id>/movementxengineering
This let's the Sia server receive cover movement commands. For now they are simply logged.