implement subscription

This commit is contained in:
2025-06-19 20:43:05 -07:00
parent dba6754c0c
commit 0d418e76c6
6 changed files with 216 additions and 83 deletions
@@ -17,6 +17,7 @@ public enum HubitatServerError : Error
public class HubitatServer : Server
{
var connectionStatus: ConnectionStatus = .disconnected
weak var delegate: ServerDelegate?
public fileprivate(set) var devices: [HubitatDevice] = []