Move fixtures part 1 (#58902)

This commit is contained in:
Paulus Schoutsen 2021-11-01 20:47:05 -07:00 committed by GitHub
parent 0a94badb72
commit 31153ac155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
561 changed files with 188 additions and 991 deletions

View file

@ -0,0 +1,10 @@
{
"firmware": {
"mainProcessor": {
"name": "PowerView Hub",
"revision": 1,
"subRevision": 1,
"build": 857
}
}
}

View file

@ -0,0 +1,50 @@
{
"userData": {
"_id": "abc",
"color": {
"green": 0,
"blue": 255,
"brightness": 5,
"red": 0
},
"autoBackup": false,
"ip": "192.168.1.72",
"macAddress": "aa:bb:cc:dd:ee:ff",
"mask": "255.255.255.0",
"gateway": "192.168.1.1",
"dns": "192.168.1.3",
"firmware": {
"mainProcessor": {
"name": "PV Hub2.0",
"revision": 2,
"subRevision": 0,
"build": 1024
},
"radio": {
"revision": 2,
"subRevision": 0,
"build": 2610
}
},
"serialNumber": "ABC123",
"rfIDInt": 64789,
"rfID": "0xFD15",
"rfStatus": 0,
"brand": "HD",
"wireless": false,
"hubName": "QWxleGFuZGVySEQ=",
"localTimeDataSet": true,
"enableScheduledEvents": true,
"editingEnabled": true,
"setupCompleted": false,
"staticIp": false,
"times": {
"timezone": "America/Chicago",
"localSunriseTimeInMinutes": 0,
"localSunsetTimeInMinutes": 0,
"currentOffset": -18000
},
"rcUp": true,
"remoteConnectEnabled": true
}
}

View file

@ -0,0 +1,34 @@
{
"userData" : {
"enableScheduledEvents" : true,
"staticIp" : false,
"sceneControllerCount" : 0,
"accessPointCount" : 0,
"shadeCount" : 5,
"ip" : "192.168.20.9",
"groupCount" : 9,
"scheduledEventCount" : 0,
"editingEnabled" : true,
"roomCount" : 5,
"setupCompleted" : false,
"sceneCount" : 18,
"sceneControllerMemberCount" : 0,
"mask" : "255.255.255.0",
"hubName" : "UG93ZXJWaWV3IEh1YiBHZW4gMQ==",
"rfID" : "0x8B2A",
"remoteConnectEnabled" : false,
"multiSceneMemberCount" : 0,
"rfStatus" : 0,
"serialNumber" : "REMOVED",
"undefinedShadeCount" : 0,
"sceneMemberCount" : 18,
"unassignedShadeCount" : 0,
"multiSceneCount" : 0,
"addressKind" : "newPrimary",
"gateway" : "192.168.20.1",
"localTimeDataSet" : true,
"dns" : "192.168.20.1",
"macAddress" : "00:00:00:00:00:eb",
"rfIDInt" : 35626
}
}