-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRFDevices.json
45 lines (43 loc) · 1001 Bytes
/
RFDevices.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{"RFDevices": [
{"Name": "Salon Curtain Motion Detector",
"location": "SalonDoor",
"ID": "0xcfee1",
"type": "PIR",
"messasgeLength": 74,
"protocol": 1
},
{"Name": "Switch on garden lights",
"location": "GardenLights",
"ID": "0x8cba3",
"type": "RemoteBtn",
"messasgeLength": 50,
"protocol": 2
},
{"Name": "Switch off garden lights",
"location": "GardenLights",
"ID": "0x7345c",
"type": "RemoteBtn",
"messasgeLength": 50,
"protocol": 2
},
{"Name": "Another Motion Detector",
"location": "Somewhere",
"ID": "0xc2107",
"type": "PIR2",
"messasgeLength": 50,
"protocol": 3
},
{"Name": "Kitchen termometer",
"location": "Kitchen",
"ID": "0x880",
"type": "Termometer",
"messasgeLength": 66,
"protocol": 4
}],
"SupportedProtocols": [
{"LongShortTH": 550, "messageLength": 50, "deviceNameLength": 20},
{"LongShortTH": 550, "messageLength": 74, "deviceNameLength": 20},
{"LongShortTH": 1500, "messageLength": 66, "deviceNameLength": 12},
{"LongShortTH": 550, "messageLength": 0, "deviceNameLength": 20}
]
}