implement subscription
This commit is contained in:
@@ -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] = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user