feat: Added all_on function to HueGroup

This commit is contained in:
2026-05-12 04:26:42 +02:00
parent 8c6adae3ae
commit 00c32e8993
2 changed files with 50 additions and 0 deletions
+3
View File
@@ -116,6 +116,9 @@ devices.HueGroup = {}
---@param config HueGroupConfig
---@return HueGroup
function devices.HueGroup.new(config) end
---@async
---@return boolean
function HueGroup:all_on() end
---@class HueGroupConfig
---@field identifier string