feat(dashboard): implement light scenes
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m9s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m9s
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user