@@ -9214,6 +9214,8 @@ export default {
9214
9214
can_run_thermostat_programs: { type: 'boolean' },
9215
9215
can_simulate_connection: { type: 'boolean' },
9216
9216
can_simulate_disconnection: { type: 'boolean' },
9217
+ can_simulate_hub_connection: { type: 'boolean' },
9218
+ can_simulate_hub_disconnection: { type: 'boolean' },
9217
9219
can_simulate_removal: { type: 'boolean' },
9218
9220
can_turn_off_hvac: { type: 'boolean' },
9219
9221
can_unlock_with_code: { type: 'boolean' },
@@ -12981,6 +12983,8 @@ export default {
12981
12983
can_run_thermostat_programs: { type: 'boolean' },
12982
12984
can_simulate_connection: { type: 'boolean' },
12983
12985
can_simulate_disconnection: { type: 'boolean' },
12986
+ can_simulate_hub_connection: { type: 'boolean' },
12987
+ can_simulate_hub_disconnection: { type: 'boolean' },
12984
12988
can_simulate_removal: { type: 'boolean' },
12985
12989
can_turn_off_hvac: { type: 'boolean' },
12986
12990
can_unlock_with_code: { type: 'boolean' },
@@ -23643,6 +23647,8 @@ export default {
23643
23647
can_run_thermostat_programs: { type: 'boolean' },
23644
23648
can_simulate_connection: { type: 'boolean' },
23645
23649
can_simulate_disconnection: { type: 'boolean' },
23650
+ can_simulate_hub_connection: { type: 'boolean' },
23651
+ can_simulate_hub_disconnection: { type: 'boolean' },
23646
23652
can_simulate_removal: { type: 'boolean' },
23647
23653
can_turn_off_hvac: { type: 'boolean' },
23648
23654
can_unlock_with_code: { type: 'boolean' },
@@ -40174,6 +40180,8 @@ export default {
40174
40180
'can_simulate_disconnection',
40175
40181
'can_unlock_with_code',
40176
40182
'can_run_thermostat_programs',
40183
+ 'can_simulate_hub_connection',
40184
+ 'can_simulate_hub_disconnection',
40177
40185
],
40178
40186
type: 'string',
40179
40187
},
@@ -40200,6 +40208,8 @@ export default {
40200
40208
'can_simulate_disconnection',
40201
40209
'can_unlock_with_code',
40202
40210
'can_run_thermostat_programs',
40211
+ 'can_simulate_hub_connection',
40212
+ 'can_simulate_hub_disconnection',
40203
40213
],
40204
40214
type: 'string',
40205
40215
},
@@ -40489,6 +40499,8 @@ export default {
40489
40499
'can_simulate_disconnection',
40490
40500
'can_unlock_with_code',
40491
40501
'can_run_thermostat_programs',
40502
+ 'can_simulate_hub_connection',
40503
+ 'can_simulate_hub_disconnection',
40492
40504
],
40493
40505
type: 'string',
40494
40506
},
@@ -40511,6 +40523,8 @@ export default {
40511
40523
'can_simulate_disconnection',
40512
40524
'can_unlock_with_code',
40513
40525
'can_run_thermostat_programs',
40526
+ 'can_simulate_hub_connection',
40527
+ 'can_simulate_hub_disconnection',
40514
40528
],
40515
40529
type: 'string',
40516
40530
},
@@ -41457,6 +41471,8 @@ export default {
41457
41471
'can_simulate_disconnection',
41458
41472
'can_unlock_with_code',
41459
41473
'can_run_thermostat_programs',
41474
+ 'can_simulate_hub_connection',
41475
+ 'can_simulate_hub_disconnection',
41460
41476
],
41461
41477
type: 'string',
41462
41478
},
@@ -41483,6 +41499,8 @@ export default {
41483
41499
'can_simulate_disconnection',
41484
41500
'can_unlock_with_code',
41485
41501
'can_run_thermostat_programs',
41502
+ 'can_simulate_hub_connection',
41503
+ 'can_simulate_hub_disconnection',
41486
41504
],
41487
41505
type: 'string',
41488
41506
},
@@ -41769,6 +41787,8 @@ export default {
41769
41787
'can_simulate_disconnection',
41770
41788
'can_unlock_with_code',
41771
41789
'can_run_thermostat_programs',
41790
+ 'can_simulate_hub_connection',
41791
+ 'can_simulate_hub_disconnection',
41772
41792
],
41773
41793
type: 'string',
41774
41794
},
@@ -41791,6 +41811,8 @@ export default {
41791
41811
'can_simulate_disconnection',
41792
41812
'can_unlock_with_code',
41793
41813
'can_run_thermostat_programs',
41814
+ 'can_simulate_hub_connection',
41815
+ 'can_simulate_hub_disconnection',
41794
41816
],
41795
41817
type: 'string',
41796
41818
},
@@ -43740,6 +43762,8 @@ export default {
43740
43762
'can_simulate_disconnection',
43741
43763
'can_unlock_with_code',
43742
43764
'can_run_thermostat_programs',
43765
+ 'can_simulate_hub_connection',
43766
+ 'can_simulate_hub_disconnection',
43743
43767
],
43744
43768
type: 'string',
43745
43769
},
@@ -43766,6 +43790,8 @@ export default {
43766
43790
'can_simulate_disconnection',
43767
43791
'can_unlock_with_code',
43768
43792
'can_run_thermostat_programs',
43793
+ 'can_simulate_hub_connection',
43794
+ 'can_simulate_hub_disconnection',
43769
43795
],
43770
43796
type: 'string',
43771
43797
},
@@ -44000,6 +44026,8 @@ export default {
44000
44026
'can_simulate_disconnection',
44001
44027
'can_unlock_with_code',
44002
44028
'can_run_thermostat_programs',
44029
+ 'can_simulate_hub_connection',
44030
+ 'can_simulate_hub_disconnection',
44003
44031
],
44004
44032
type: 'string',
44005
44033
},
@@ -44022,6 +44050,8 @@ export default {
44022
44050
'can_simulate_disconnection',
44023
44051
'can_unlock_with_code',
44024
44052
'can_run_thermostat_programs',
44053
+ 'can_simulate_hub_connection',
44054
+ 'can_simulate_hub_disconnection',
44025
44055
],
44026
44056
type: 'string',
44027
44057
},
@@ -44559,6 +44589,8 @@ export default {
44559
44589
'can_simulate_disconnection',
44560
44590
'can_unlock_with_code',
44561
44591
'can_run_thermostat_programs',
44592
+ 'can_simulate_hub_connection',
44593
+ 'can_simulate_hub_disconnection',
44562
44594
],
44563
44595
type: 'string',
44564
44596
},
@@ -44585,6 +44617,8 @@ export default {
44585
44617
'can_simulate_disconnection',
44586
44618
'can_unlock_with_code',
44587
44619
'can_run_thermostat_programs',
44620
+ 'can_simulate_hub_connection',
44621
+ 'can_simulate_hub_disconnection',
44588
44622
],
44589
44623
type: 'string',
44590
44624
},
@@ -44763,6 +44797,8 @@ export default {
44763
44797
'can_simulate_disconnection',
44764
44798
'can_unlock_with_code',
44765
44799
'can_run_thermostat_programs',
44800
+ 'can_simulate_hub_connection',
44801
+ 'can_simulate_hub_disconnection',
44766
44802
],
44767
44803
type: 'string',
44768
44804
},
@@ -44785,6 +44821,8 @@ export default {
44785
44821
'can_simulate_disconnection',
44786
44822
'can_unlock_with_code',
44787
44823
'can_run_thermostat_programs',
44824
+ 'can_simulate_hub_connection',
44825
+ 'can_simulate_hub_disconnection',
44788
44826
],
44789
44827
type: 'string',
44790
44828
},
@@ -51337,6 +51375,8 @@ export default {
51337
51375
'can_simulate_disconnection',
51338
51376
'can_unlock_with_code',
51339
51377
'can_run_thermostat_programs',
51378
+ 'can_simulate_hub_connection',
51379
+ 'can_simulate_hub_disconnection',
51340
51380
],
51341
51381
type: 'string',
51342
51382
},
@@ -51363,6 +51403,8 @@ export default {
51363
51403
'can_simulate_disconnection',
51364
51404
'can_unlock_with_code',
51365
51405
'can_run_thermostat_programs',
51406
+ 'can_simulate_hub_connection',
51407
+ 'can_simulate_hub_disconnection',
51366
51408
],
51367
51409
type: 'string',
51368
51410
},
@@ -51555,6 +51597,8 @@ export default {
51555
51597
'can_simulate_disconnection',
51556
51598
'can_unlock_with_code',
51557
51599
'can_run_thermostat_programs',
51600
+ 'can_simulate_hub_connection',
51601
+ 'can_simulate_hub_disconnection',
51558
51602
],
51559
51603
type: 'string',
51560
51604
},
@@ -51577,6 +51621,8 @@ export default {
51577
51621
'can_simulate_disconnection',
51578
51622
'can_unlock_with_code',
51579
51623
'can_run_thermostat_programs',
51624
+ 'can_simulate_hub_connection',
51625
+ 'can_simulate_hub_disconnection',
51580
51626
],
51581
51627
type: 'string',
51582
51628
},
0 commit comments