Skip to content

Commit 8035859

Browse files
committed
Update related test-json
1 parent 8a7672c commit 8035859

File tree

1 file changed

+37
-12
lines changed

1 file changed

+37
-12
lines changed

fixtures/adam_plus_anna_new/data.json

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
"name": "Tom Badkamer",
7777
"sensors": {
7878
"battery": 60,
79-
"setpoint": 12.0,
79+
"setpoint": 20.0,
8080
"temperature": 19.0,
8181
"temperature_difference": -0.4,
82-
"valve_position": 0.0
82+
"valve_position": 100.0
8383
},
8484
"temperature_offset": {
8585
"lower_bound": -2.0,
@@ -109,7 +109,7 @@
109109
"relay": true
110110
},
111111
"vendor": "Plugwise",
112-
"zigbee_mac_address": "000D6F000D13CBA0"
112+
"zigbee_mac_address": "000D6F000D13CBA1"
113113
},
114114
"29542b2b6a6a4169acecc15c72a599b8": {
115115
"available": true,
@@ -130,7 +130,7 @@
130130
"relay": true
131131
},
132132
"vendor": "Plugwise",
133-
"zigbee_mac_address": "000D6F000D13CBA0"
133+
"zigbee_mac_address": "000D6F000D13CBA2"
134134
},
135135
"67d73d0bd469422db25a618a5fb8eeb0": {
136136
"available": true,
@@ -187,15 +187,24 @@
187187
},
188188
"dev_class": "gateway",
189189
"firmware": "3.9.0",
190-
"gateway_modes": ["away", "full", "vacation"],
190+
"gateway_modes": [
191+
"away",
192+
"full",
193+
"vacation"
194+
],
191195
"hardware": "AME Smile 2.0 board",
192196
"location": "bc93488efab249e5bc54fd7e175a6f91",
193197
"mac_address": "D40FB201CBA0",
194198
"model": "Gateway",
195199
"model_id": "smile_open_therm",
196200
"name": "Adam",
197201
"notifications": {},
198-
"regulation_modes": ["bleeding_cold", "heating", "off", "bleeding_hot"],
202+
"regulation_modes": [
203+
"bleeding_cold",
204+
"heating",
205+
"off",
206+
"bleeding_hot"
207+
],
199208
"select_gateway_mode": "full",
200209
"select_regulation_mode": "heating",
201210
"sensors": {
@@ -239,7 +248,7 @@
239248
"name": "Lisa Badkamer",
240249
"sensors": {
241250
"battery": 71,
242-
"setpoint": 12.0,
251+
"setpoint": 20.0,
243252
"temperature": 18.7
244253
},
245254
"temperature_offset": {
@@ -278,7 +287,13 @@
278287
"dev_class": "climate",
279288
"model": "ThermoZone",
280289
"name": "Living room",
281-
"preset_modes": ["vacation", "no_frost", "asleep", "home", "away"],
290+
"preset_modes": [
291+
"vacation",
292+
"no_frost",
293+
"asleep",
294+
"home",
295+
"away"
296+
],
282297
"select_schedule": "Weekschema",
283298
"sensors": {
284299
"electricity_consumed": 60.8,
@@ -315,7 +330,13 @@
315330
"dev_class": "climate",
316331
"model": "ThermoZone",
317332
"name": "Bathroom",
318-
"preset_modes": ["vacation", "no_frost", "asleep", "home", "away"],
333+
"preset_modes": [
334+
"vacation",
335+
"no_frost",
336+
"asleep",
337+
"home",
338+
"away"
339+
],
319340
"select_schedule": "off",
320341
"sensors": {
321342
"electricity_consumed": 0.0,
@@ -325,12 +346,16 @@
325346
"thermostat": {
326347
"lower_bound": 0.0,
327348
"resolution": 0.01,
328-
"setpoint": 12.0,
349+
"setpoint": 20.0,
329350
"upper_bound": 99.9
330351
},
331352
"thermostats": {
332-
"primary": ["e2f4322d57924fa090fbbc48b3a140dc"],
333-
"secondary": ["1772a4ea304041adb83f357b751341ff"]
353+
"primary": [
354+
"e2f4322d57924fa090fbbc48b3a140dc"
355+
],
356+
"secondary": [
357+
"1772a4ea304041adb83f357b751341ff"
358+
]
334359
},
335360
"vendor": "Plugwise"
336361
}

0 commit comments

Comments
 (0)