These are the scenes that are created automatically by a Philips Hue v1 (bridge v1) App. They look suspiciously simple.
{
"scenes": {
"C2gX9ZsFSLMydOt": {
"name": "Relax",
"lights": [
"1"
],
"owner": "xxx",
"recycle": false,
"locked": false,
"appdata": {
"version": 1,
"data": "cU9We_r01_d01"
},
"picture": "",
"lastupdated": "2019-12-16T17:33:52",
"version": 2
},
"R-tUrp2kHUfVJWS": {
"name": "Read",
"lights": [
"1"
],
"owner": "xxx",
"recycle": false,
"locked": false,
"appdata": {
"version": 1,
"data": "W2dMg_r01_d02"
},
"picture": "",
"lastupdated": "2019-12-16T17:33:54",
"version": 2
},
"h-RPB4RxcyrQDCI": {
"name": "Concentrate",
"lights": [
"1"
],
"owner": "xxx",
"recycle": false,
"locked": false,
"appdata": {
"version": 1,
"data": "Droce_r01_d03"
},
"picture": "",
"lastupdated": "2019-12-16T17:33:54",
"version": 2
},
"kWUGFVk5Gkg-XET": {
"name": "Energize",
"lights": [
"1"
],
"owner": "xxx",
"recycle": false,
"locked": false,
"appdata": {
"version": 1,
"data": "tQhCU_r01_d04"
},
"picture": "",
"lastupdated": "2019-12-16T17:33:54",
"version": 2
},
"LnVW3KduPhXCJlU": {
"name": "Bright",
"lights": [
"1"
],
"owner": "xxx",
"recycle": false,
"locked": false,
"appdata": {
"version": 1,
"data": "CoTkg_r01_d05"
},
"picture": "",
"lastupdated": "2019-12-16T17:33:54",
"version": 2
},
"fvS98qg-kFYxs2u": {
"name": "Dimmed",
"lights": [
"1"
],
"owner": "xxx",
"recycle": false,
"locked": false,
"appdata": {
"version": 1,
"data": "AsAn0_r01_d06"
},
"picture": "",
"lastupdated": "2019-12-16T17:33:54",
"version": 2
},
"8kz7tFP9mqkRyg2": {
"name": "Nightlight",
"lights": [
"1"
],
"owner": "xxx",
"recycle": false,
"locked": false,
"appdata": {
"version": 1,
"data": "zF0lY_r01_d07"
},
"picture": "",
"lastupdated": "2019-12-16T17:33:54",
"version": 2
},
"McJwqpyji8vD7OS": {
"name": "Savanna sunset",
"lights": [
"1"
],
"owner": "xxx",
"recycle": false,
"locked": false,
"appdata": {
"version": 1,
"data": "jhaQr_r01_d15"
},
"picture": "",
"lastupdated": "2019-12-16T17:33:54",
"version": 2
},
"MMPiGjG4skqYWI1": {
"name": "Tropical twilight",
"lights": [
"1"
],
"owner": "xxx",
"recycle": false,
"locked": false,
"appdata": {
"version": 1,
"data": "AEgR2_r01_d16"
},
"picture": "",
"lastupdated": "2019-12-16T17:33:54",
"version": 2
},
"eHtlKrxQ8QJY50C": {
"name": "Arctic aurora",
"lights": [
"1"
],
"owner": "xxx",
"recycle": false,
"locked": false,
"appdata": {
"version": 1,
"data": "zWOx5_r01_d17"
},
"picture": "",
"lastupdated": "2019-12-16T17:33:54",
"version": 2
},
"kLbjwM-78e8Eawz": {
"name": "Spring blossom",
"lights": [
"1"
],
"owner": "xxx",
"recycle": false,
"locked": false,
"appdata": {
"version": 1,
"data": "io4hD_r01_d18"
},
"picture": "",
"lastupdated": "2019-12-16T17:33:54",
"version": 2
}
}
}
as well as the rules created for a Philips Hue Tap
{
"rules": {
"1": {
"name": "Tap 2.3",
"owner": "xxx",
"created": "2019-08-06T18:10:07",
"status": "enabled",
"recycle": false,
"conditions": [
{
"address": "/sensors/2/state/lastupdated",
"operator": "dx"
},
{
"address": "/sensors/2/state/buttonevent",
"operator": "eq",
"value": "17"
}
],
"actions": [
{
"address": "/groups/1/action",
"method": "PUT",
"body": {
"scene": "LnVW3KduPhXCJlU"
}
}
]
},
"2": {
"name": "Tap 2.1",
"owner": "xxx",
"created": "2019-08-06T18:10:07",
"status": "enabled",
"recycle": false,
"conditions": [
{
"address": "/sensors/2/state/lastupdated",
"operator": "dx"
},
{
"address": "/sensors/2/state/buttonevent",
"operator": "eq",
"value": "34"
}
],
"actions": [
{
"address": "/groups/1/action",
"method": "PUT",
"body": {
"on": false
}
}
]
},
"3": {
"name": "Tap 2.2",
"owner": "xxx",
"created": "2019-08-06T18:10:07",
"status": "enabled",
"recycle": false,
"conditions": [
{
"address": "/sensors/2/state/lastupdated",
"operator": "dx"
},
{
"address": "/sensors/2/state/buttonevent",
"operator": "eq",
"value": "16"
}
],
"actions": [
{
"address": "/groups/1/action",
"method": "PUT",
"body": {
"scene": "LnVW3KduPhXCJlU"
}
}
]
},
"4": {
"name": "Tap 2.4",
"owner": "xxx",
"created": "2019-08-06T18:10:07",
"status": "enabled",
"recycle": false,
"conditions": [
{
"address": "/sensors/2/state/lastupdated",
"operator": "dx"
},
{
"address": "/sensors/2/state/buttonevent",
"operator": "eq",
"value": "18"
}
],
"actions": [
{
"address": "/groups/1/action",
"method": "PUT",
"body": {
"scene": "LnVW3KduPhXCJlU"
}
}
]
}
},
"sensors": {
"2": {
"state": {
"buttonevent": 34,
"lastupdated": "2019-08-06T18:11:03"
},
"config": {
"on": true
},
"name": "Living switch",
"type": "ZGPSwitch",
"modelid": "ZGPSWITCH",
"manufacturername": "Philips",
"uniqueid": "00:00:00:00:00:45:01:02-03"
}
}
}