-
Notifications
You must be signed in to change notification settings - Fork 16
/
config_sample.json
82 lines (82 loc) · 1.79 KB
/
config_sample.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"bridge": {
"name": "Komen",
"username": "CC:22:3D:E3:CE:32",
"port": 51826,
"pin": "031-45-154"
},
"platforms": [
{
"platform": "CresKit",
"name": "Komen",
"host": "192.168.1.99",
"port": "50001",
"minValue":16, // HeaterCooler SetTemperature MinValue,Default:16
"maxValue":32, // HeaterCooler SetTemperature MaxValue,Default:32
"Fahrenheit":0, // HeaterCooler Temperature Display 1:Fahrenheit, 0:Celsius,Default:0
"minStep":0.1,
"accessories": [
{
"id": 1,
"type": "Lightbulb",
"name": "LIGHT"
},
{
"id": 1,
"type": "DimLightbulb",
"name": "DIMLIGHT"
},
{
"id": 1,
"type": "HeaterCooler",
"name": "AC"
},
{
"id": 1,
"type": "SpeedFan",
"name": "SpeedFan1"
},
{
"id": 1,
"type": "AirPurifier",
"name": "AIR"
},
{
"id": 1,
"type": "WindowCovering",
"name": "WindowCovering1"
},
{
"id": 1,
"type": "AirQualitySensor",
"name": "AirQualitySensor1"
},
{
"id": 1,
"type": "HumiditySensor",
"name": "HumiditySensor1"
},
{
"id": 1,
"type": "TemperatureSensor",
"name": "TemperatureSensor1"
},
{
"id": 1,
"type": "CarbonDioxideSensor",
"name": "CarbonDioxideSensor1"
},
{
"id": 1,
"type": "OccupancySensor",
"name": "OccupancySensor1"
},
{
"id": 1,
"type": "Faucet",
"name": "Faucet"
}
]
}
]
}