adds lights UI

This commit is contained in:
2025-06-19 19:25:53 -07:00
parent 397add6c8c
commit dba6754c0c
4 changed files with 357 additions and 105 deletions

View File

@@ -17,6 +17,7 @@ enum DeviceState : String, Codable
enum DeviceType : String, Codable
{
case `switch`
case light
}
protocol Device