feat(dashboard): implement light scenes
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m9s

This commit is contained in:
2025-10-30 02:48:06 +00:00
parent 5db9d6b139
commit 1a2bea01d1
4 changed files with 409 additions and 286 deletions

View File

@@ -12,16 +12,7 @@ export type ZigbeeDeviceStates = {
}
[ZIGBEE_DEVICE.livingRoomFloorLamp]: {
brightness: number
level_config: {
on_level: "previous"
}
linkquality: number
state: "ON" | "OFF"
update: {
installed_version: number
latest_version: number
state: "available" | "idle"
}
}
}