-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Could it be possible to show the "same group", that you can make in the govee app and control multiple lights at ones, to homey? And than i mean controlling scenes or music with multiple lights. When i do a api test it is shown (as "keuken ledstrips samen"). So it does find it. Maybe this interview will help.
{
"sku": "SameModeGroup",
"device": "7318410",
"deviceName": "keuken ledstrips samen",
"capabilities": [
{
"type": "devices.capabilities.on_off",
"instance": "powerSwitch",
"parameters": {
"dataType": "ENUM",
"options": [
{
"name": "on",
"value": 1
},
{
"name": "off",
"value": 0
}
]
}
}
]
},
{
"sku": "DreamViewScenic",
"device": "6477405",
"deviceName": "Scenic DreamView3",
"capabilities": [
{
"type": "devices.capabilities.on_off",
"instance": "powerSwitch",
"parameters": {
"dataType": "ENUM",
"options": [
{
"name": "on",
"value": 1
},
{
"name": "off",
"value": 0
}
]
}
}
]
},
{
"sku": "DreamViewScenic",
"device": "6396904",
"deviceName": "mosaic",
"capabilities": [
{
"type": "devices.capabilities.on_off",
"instance": "powerSwitch",
"parameters": {
"dataType": "ENUM",
"options": [
{
"name": "on",
"value": 1
},
{
"name": "off",
"value": 0
}
]
}
}
]
}
]
}
