@seamapi/types 1.222.0 → 1.224.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +225 -586
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +577 -3475
- package/lib/seam/connect/models/acs/acs-system.d.ts +97 -4
- package/lib/seam/connect/models/acs/acs-system.js +40 -8
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +10 -500
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +23 -1419
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js +6 -23
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +31 -753
- package/lib/seam/connect/models/devices/phone.d.ts +10 -500
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +10 -500
- package/lib/seam/connect/openapi.d.ts +272 -640
- package/lib/seam/connect/openapi.js +179 -537
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +177 -1537
- package/package.json +2 -2
- package/src/lib/seam/connect/models/acs/acs-system.ts +49 -10
- package/src/lib/seam/connect/models/devices/capability-properties/thermostat.ts +37 -67
- package/src/lib/seam/connect/openapi.ts +186 -541
- package/src/lib/seam/connect/route-types.ts +992 -3236
|
@@ -3178,9 +3178,24 @@ export interface Routes {
|
|
|
3178
3178
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3179
3179
|
error_code: 'visionline_instance_unreachable'
|
|
3180
3180
|
}
|
|
3181
|
+
| {
|
|
3182
|
+
/** Date and time at which Seam created the error. */
|
|
3183
|
+
created_at: string
|
|
3184
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3185
|
+
message: string
|
|
3186
|
+
/** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
|
|
3187
|
+
error_code: 'salto_site_user_limit_reached'
|
|
3188
|
+
}
|
|
3181
3189
|
>
|
|
3182
|
-
/**
|
|
3183
|
-
warnings: Array<{
|
|
3190
|
+
/** Warnings associated with the `acs_system`. */
|
|
3191
|
+
warnings: Array<{
|
|
3192
|
+
/** Date and time at which Seam created the warning. */
|
|
3193
|
+
created_at: string
|
|
3194
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3195
|
+
message: string
|
|
3196
|
+
/** You have reached more than 80% of the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
|
|
3197
|
+
warning_code: 'salto_site_user_limit_almost_reached'
|
|
3198
|
+
}>
|
|
3184
3199
|
/** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the `acs_system`. */
|
|
3185
3200
|
can_automate_enrollment?: boolean | undefined
|
|
3186
3201
|
/** Indicates whether the `acs_system` supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
@@ -3275,9 +3290,24 @@ export interface Routes {
|
|
|
3275
3290
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3276
3291
|
error_code: 'visionline_instance_unreachable'
|
|
3277
3292
|
}
|
|
3293
|
+
| {
|
|
3294
|
+
/** Date and time at which Seam created the error. */
|
|
3295
|
+
created_at: string
|
|
3296
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3297
|
+
message: string
|
|
3298
|
+
/** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
|
|
3299
|
+
error_code: 'salto_site_user_limit_reached'
|
|
3300
|
+
}
|
|
3278
3301
|
>
|
|
3279
|
-
/**
|
|
3280
|
-
warnings: Array<{
|
|
3302
|
+
/** Warnings associated with the `acs_system`. */
|
|
3303
|
+
warnings: Array<{
|
|
3304
|
+
/** Date and time at which Seam created the warning. */
|
|
3305
|
+
created_at: string
|
|
3306
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3307
|
+
message: string
|
|
3308
|
+
/** You have reached more than 80% of the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
|
|
3309
|
+
warning_code: 'salto_site_user_limit_almost_reached'
|
|
3310
|
+
}>
|
|
3281
3311
|
/** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the `acs_system`. */
|
|
3282
3312
|
can_automate_enrollment?: boolean | undefined
|
|
3283
3313
|
/** Indicates whether the `acs_system` supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
@@ -3372,9 +3402,24 @@ export interface Routes {
|
|
|
3372
3402
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3373
3403
|
error_code: 'visionline_instance_unreachable'
|
|
3374
3404
|
}
|
|
3405
|
+
| {
|
|
3406
|
+
/** Date and time at which Seam created the error. */
|
|
3407
|
+
created_at: string
|
|
3408
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3409
|
+
message: string
|
|
3410
|
+
/** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
|
|
3411
|
+
error_code: 'salto_site_user_limit_reached'
|
|
3412
|
+
}
|
|
3375
3413
|
>
|
|
3376
|
-
/**
|
|
3377
|
-
warnings: Array<{
|
|
3414
|
+
/** Warnings associated with the `acs_system`. */
|
|
3415
|
+
warnings: Array<{
|
|
3416
|
+
/** Date and time at which Seam created the warning. */
|
|
3417
|
+
created_at: string
|
|
3418
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3419
|
+
message: string
|
|
3420
|
+
/** You have reached more than 80% of the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
|
|
3421
|
+
warning_code: 'salto_site_user_limit_almost_reached'
|
|
3422
|
+
}>
|
|
3378
3423
|
/** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the `acs_system`. */
|
|
3379
3424
|
can_automate_enrollment?: boolean | undefined
|
|
3380
3425
|
/** Indicates whether the `acs_system` supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|
|
@@ -5468,275 +5513,83 @@ export interface Routes {
|
|
|
5468
5513
|
)
|
|
5469
5514
|
| undefined
|
|
5470
5515
|
door_open?: (boolean | undefined) | undefined
|
|
5471
|
-
} &
|
|
5472
|
-
|
|
|
5473
|
-
|
|
5474
|
-
|
|
5475
|
-
|
|
5476
|
-
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5500
|
-
|
|
5501
|
-
|
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
|
|
5511
|
-
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
|
5522
|
-
|
|
5523
|
-
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
|
|
5527
|
-
|
|
5528
|
-
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
| undefined
|
|
5549
|
-
manual_override_allowed?: boolean | undefined
|
|
5550
|
-
}
|
|
5551
|
-
| undefined
|
|
5552
|
-
)
|
|
5553
|
-
| undefined
|
|
5554
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
5555
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
5556
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
5557
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
5558
|
-
min_heating_set_point_celsius?: number | undefined
|
|
5559
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
5560
|
-
max_heating_set_point_celsius?: number | undefined
|
|
5561
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
5562
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
5563
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
5564
|
-
}
|
|
5565
|
-
| {
|
|
5566
|
-
temperature_fahrenheit?: number | undefined
|
|
5567
|
-
temperature_celsius?: number | undefined
|
|
5568
|
-
relative_humidity?: number | undefined
|
|
5569
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
5570
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
5571
|
-
available_hvac_mode_settings?:
|
|
5572
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
5573
|
-
| undefined
|
|
5574
|
-
is_heating_available?: true | undefined
|
|
5575
|
-
is_cooling_available?: false | undefined
|
|
5576
|
-
is_heating?: boolean | undefined
|
|
5577
|
-
is_cooling?: boolean | undefined
|
|
5578
|
-
is_fan_running?: boolean | undefined
|
|
5579
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
5580
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
5581
|
-
current_climate_setting?:
|
|
5582
|
-
| {
|
|
5583
|
-
automatic_heating_enabled: boolean
|
|
5584
|
-
automatic_cooling_enabled: boolean
|
|
5585
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
5586
|
-
cooling_set_point_celsius?: number | undefined
|
|
5587
|
-
heating_set_point_celsius?: number | undefined
|
|
5588
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
5589
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
5590
|
-
manual_override_allowed: boolean
|
|
5591
|
-
}
|
|
5592
|
-
| undefined
|
|
5593
|
-
default_climate_setting?:
|
|
5594
|
-
| (
|
|
5595
|
-
| {
|
|
5596
|
-
automatic_heating_enabled: boolean
|
|
5597
|
-
automatic_cooling_enabled: boolean
|
|
5598
|
-
hvac_mode_setting:
|
|
5599
|
-
| 'off'
|
|
5600
|
-
| 'heat'
|
|
5601
|
-
| 'cool'
|
|
5602
|
-
| 'heat_cool'
|
|
5603
|
-
cooling_set_point_celsius?: number | undefined
|
|
5604
|
-
heating_set_point_celsius?: number | undefined
|
|
5605
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
5606
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
5607
|
-
manual_override_allowed: boolean
|
|
5608
|
-
}
|
|
5609
|
-
| undefined
|
|
5610
|
-
)
|
|
5611
|
-
| undefined
|
|
5612
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
5613
|
-
active_climate_setting_schedule?:
|
|
5614
|
-
| (
|
|
5615
|
-
| {
|
|
5616
|
-
climate_setting_schedule_id: string
|
|
5617
|
-
schedule_type: 'time_bound'
|
|
5618
|
-
device_id: string
|
|
5619
|
-
name?: string | undefined
|
|
5620
|
-
schedule_starts_at: string
|
|
5621
|
-
schedule_ends_at: string
|
|
5622
|
-
created_at: string
|
|
5623
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
5624
|
-
errors?: any
|
|
5625
|
-
automatic_heating_enabled?: boolean | undefined
|
|
5626
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
5627
|
-
hvac_mode_setting?:
|
|
5628
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
5629
|
-
| undefined
|
|
5630
|
-
cooling_set_point_celsius?:
|
|
5631
|
-
| (number | undefined)
|
|
5632
|
-
| undefined
|
|
5633
|
-
heating_set_point_celsius?:
|
|
5634
|
-
| (number | undefined)
|
|
5635
|
-
| undefined
|
|
5636
|
-
cooling_set_point_fahrenheit?:
|
|
5637
|
-
| (number | undefined)
|
|
5638
|
-
| undefined
|
|
5639
|
-
heating_set_point_fahrenheit?:
|
|
5640
|
-
| (number | undefined)
|
|
5641
|
-
| undefined
|
|
5642
|
-
manual_override_allowed?: boolean | undefined
|
|
5643
|
-
}
|
|
5644
|
-
| undefined
|
|
5645
|
-
)
|
|
5646
|
-
| undefined
|
|
5647
|
-
min_heating_set_point_celsius?: number | undefined
|
|
5648
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
5649
|
-
max_heating_set_point_celsius?: number | undefined
|
|
5650
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
5651
|
-
}
|
|
5652
|
-
| {
|
|
5653
|
-
temperature_fahrenheit?: number | undefined
|
|
5654
|
-
temperature_celsius?: number | undefined
|
|
5655
|
-
relative_humidity?: number | undefined
|
|
5656
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
5657
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
5658
|
-
available_hvac_mode_settings?:
|
|
5659
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
5660
|
-
| undefined
|
|
5661
|
-
is_heating_available?: false | undefined
|
|
5662
|
-
is_cooling_available?: true | undefined
|
|
5663
|
-
is_heating?: boolean | undefined
|
|
5664
|
-
is_cooling?: boolean | undefined
|
|
5665
|
-
is_fan_running?: boolean | undefined
|
|
5666
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
5667
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
5668
|
-
current_climate_setting?:
|
|
5669
|
-
| {
|
|
5670
|
-
automatic_heating_enabled: boolean
|
|
5671
|
-
automatic_cooling_enabled: boolean
|
|
5672
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
5673
|
-
cooling_set_point_celsius?: number | undefined
|
|
5674
|
-
heating_set_point_celsius?: number | undefined
|
|
5675
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
5676
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
5677
|
-
manual_override_allowed: boolean
|
|
5678
|
-
}
|
|
5679
|
-
| undefined
|
|
5680
|
-
default_climate_setting?:
|
|
5681
|
-
| (
|
|
5682
|
-
| {
|
|
5683
|
-
automatic_heating_enabled: boolean
|
|
5684
|
-
automatic_cooling_enabled: boolean
|
|
5685
|
-
hvac_mode_setting:
|
|
5686
|
-
| 'off'
|
|
5687
|
-
| 'heat'
|
|
5688
|
-
| 'cool'
|
|
5689
|
-
| 'heat_cool'
|
|
5690
|
-
cooling_set_point_celsius?: number | undefined
|
|
5691
|
-
heating_set_point_celsius?: number | undefined
|
|
5692
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
5693
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
5694
|
-
manual_override_allowed: boolean
|
|
5695
|
-
}
|
|
5696
|
-
| undefined
|
|
5697
|
-
)
|
|
5698
|
-
| undefined
|
|
5699
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
5700
|
-
active_climate_setting_schedule?:
|
|
5701
|
-
| (
|
|
5702
|
-
| {
|
|
5703
|
-
climate_setting_schedule_id: string
|
|
5704
|
-
schedule_type: 'time_bound'
|
|
5705
|
-
device_id: string
|
|
5706
|
-
name?: string | undefined
|
|
5707
|
-
schedule_starts_at: string
|
|
5708
|
-
schedule_ends_at: string
|
|
5709
|
-
created_at: string
|
|
5710
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
5711
|
-
errors?: any
|
|
5712
|
-
automatic_heating_enabled?: boolean | undefined
|
|
5713
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
5714
|
-
hvac_mode_setting?:
|
|
5715
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
5716
|
-
| undefined
|
|
5717
|
-
cooling_set_point_celsius?:
|
|
5718
|
-
| (number | undefined)
|
|
5719
|
-
| undefined
|
|
5720
|
-
heating_set_point_celsius?:
|
|
5721
|
-
| (number | undefined)
|
|
5722
|
-
| undefined
|
|
5723
|
-
cooling_set_point_fahrenheit?:
|
|
5724
|
-
| (number | undefined)
|
|
5725
|
-
| undefined
|
|
5726
|
-
heating_set_point_fahrenheit?:
|
|
5727
|
-
| (number | undefined)
|
|
5728
|
-
| undefined
|
|
5729
|
-
manual_override_allowed?: boolean | undefined
|
|
5730
|
-
}
|
|
5731
|
-
| undefined
|
|
5732
|
-
)
|
|
5733
|
-
| undefined
|
|
5734
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
5735
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
5736
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
5737
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
5738
|
-
}
|
|
5739
|
-
))
|
|
5516
|
+
} & {
|
|
5517
|
+
temperature_fahrenheit?: number | undefined
|
|
5518
|
+
temperature_celsius?: number | undefined
|
|
5519
|
+
relative_humidity?: number | undefined
|
|
5520
|
+
can_enable_automatic_heating?: boolean | undefined
|
|
5521
|
+
can_enable_automatic_cooling?: boolean | undefined
|
|
5522
|
+
available_hvac_mode_settings?:
|
|
5523
|
+
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
5524
|
+
| undefined
|
|
5525
|
+
is_heating?: boolean | undefined
|
|
5526
|
+
is_cooling?: boolean | undefined
|
|
5527
|
+
is_fan_running?: boolean | undefined
|
|
5528
|
+
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
5529
|
+
is_temporary_manual_override_active?: boolean | undefined
|
|
5530
|
+
current_climate_setting?:
|
|
5531
|
+
| {
|
|
5532
|
+
automatic_heating_enabled: boolean
|
|
5533
|
+
automatic_cooling_enabled: boolean
|
|
5534
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
5535
|
+
cooling_set_point_celsius?: number | undefined
|
|
5536
|
+
heating_set_point_celsius?: number | undefined
|
|
5537
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
5538
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
5539
|
+
manual_override_allowed: boolean
|
|
5540
|
+
}
|
|
5541
|
+
| undefined
|
|
5542
|
+
default_climate_setting?:
|
|
5543
|
+
| {
|
|
5544
|
+
automatic_heating_enabled: boolean
|
|
5545
|
+
automatic_cooling_enabled: boolean
|
|
5546
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
5547
|
+
cooling_set_point_celsius?: number | undefined
|
|
5548
|
+
heating_set_point_celsius?: number | undefined
|
|
5549
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
5550
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
5551
|
+
manual_override_allowed: boolean
|
|
5552
|
+
}
|
|
5553
|
+
| undefined
|
|
5554
|
+
is_climate_setting_schedule_active?: boolean | undefined
|
|
5555
|
+
active_climate_setting_schedule?:
|
|
5556
|
+
| {
|
|
5557
|
+
climate_setting_schedule_id: string
|
|
5558
|
+
schedule_type: 'time_bound'
|
|
5559
|
+
device_id: string
|
|
5560
|
+
name?: string | undefined
|
|
5561
|
+
schedule_starts_at: string
|
|
5562
|
+
schedule_ends_at: string
|
|
5563
|
+
created_at: string
|
|
5564
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
5565
|
+
errors?: any
|
|
5566
|
+
automatic_heating_enabled?: boolean | undefined
|
|
5567
|
+
automatic_cooling_enabled?: boolean | undefined
|
|
5568
|
+
hvac_mode_setting?:
|
|
5569
|
+
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
5570
|
+
| undefined
|
|
5571
|
+
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
5572
|
+
heating_set_point_celsius?: (number | undefined) | undefined
|
|
5573
|
+
cooling_set_point_fahrenheit?:
|
|
5574
|
+
| (number | undefined)
|
|
5575
|
+
| undefined
|
|
5576
|
+
heating_set_point_fahrenheit?:
|
|
5577
|
+
| (number | undefined)
|
|
5578
|
+
| undefined
|
|
5579
|
+
manual_override_allowed?: boolean | undefined
|
|
5580
|
+
}
|
|
5581
|
+
| undefined
|
|
5582
|
+
min_cooling_set_point_celsius?: number | undefined
|
|
5583
|
+
min_cooling_set_point_fahrenheit?: number | undefined
|
|
5584
|
+
max_cooling_set_point_celsius?: number | undefined
|
|
5585
|
+
max_cooling_set_point_fahrenheit?: number | undefined
|
|
5586
|
+
min_heating_set_point_celsius?: number | undefined
|
|
5587
|
+
min_heating_set_point_fahrenheit?: number | undefined
|
|
5588
|
+
max_heating_set_point_celsius?: number | undefined
|
|
5589
|
+
max_heating_set_point_fahrenheit?: number | undefined
|
|
5590
|
+
min_heating_cooling_delta_celsius?: number | undefined
|
|
5591
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
5592
|
+
})
|
|
5740
5593
|
/** Location information for the device. */
|
|
5741
5594
|
location: {
|
|
5742
5595
|
/** Name of the device location. */
|
|
@@ -6366,275 +6219,83 @@ export interface Routes {
|
|
|
6366
6219
|
)
|
|
6367
6220
|
| undefined
|
|
6368
6221
|
door_open?: (boolean | undefined) | undefined
|
|
6369
|
-
} &
|
|
6370
|
-
|
|
|
6371
|
-
|
|
6372
|
-
|
|
6373
|
-
|
|
6374
|
-
|
|
6375
|
-
|
|
6376
|
-
|
|
6377
|
-
|
|
6378
|
-
|
|
6379
|
-
|
|
6380
|
-
|
|
6381
|
-
|
|
6382
|
-
|
|
6383
|
-
|
|
6384
|
-
|
|
6385
|
-
|
|
6386
|
-
|
|
6387
|
-
|
|
|
6388
|
-
|
|
6389
|
-
|
|
6390
|
-
|
|
6391
|
-
|
|
6392
|
-
|
|
6393
|
-
|
|
6394
|
-
|
|
6395
|
-
|
|
6396
|
-
|
|
6397
|
-
|
|
6398
|
-
|
|
6399
|
-
|
|
|
6400
|
-
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
|
|
6408
|
-
|
|
6409
|
-
|
|
6410
|
-
|
|
6411
|
-
|
|
6412
|
-
|
|
6413
|
-
|
|
6414
|
-
|
|
6415
|
-
|
|
6416
|
-
|
|
6417
|
-
|
|
6418
|
-
|
|
6419
|
-
|
|
|
6420
|
-
|
|
6421
|
-
|
|
6422
|
-
|
|
6423
|
-
|
|
6424
|
-
|
|
6425
|
-
|
|
6426
|
-
|
|
6427
|
-
|
|
6428
|
-
|
|
6429
|
-
|
|
6430
|
-
|
|
6431
|
-
|
|
6432
|
-
|
|
6433
|
-
|
|
6434
|
-
|
|
6435
|
-
|
|
6436
|
-
|
|
6437
|
-
|
|
6438
|
-
|
|
6439
|
-
|
|
6440
|
-
|
|
6441
|
-
|
|
6442
|
-
|
|
6443
|
-
|
|
6444
|
-
|
|
6445
|
-
|
|
6446
|
-
| undefined
|
|
6447
|
-
manual_override_allowed?: boolean | undefined
|
|
6448
|
-
}
|
|
6449
|
-
| undefined
|
|
6450
|
-
)
|
|
6451
|
-
| undefined
|
|
6452
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
6453
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
6454
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
6455
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
6456
|
-
min_heating_set_point_celsius?: number | undefined
|
|
6457
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
6458
|
-
max_heating_set_point_celsius?: number | undefined
|
|
6459
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
6460
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
6461
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
6462
|
-
}
|
|
6463
|
-
| {
|
|
6464
|
-
temperature_fahrenheit?: number | undefined
|
|
6465
|
-
temperature_celsius?: number | undefined
|
|
6466
|
-
relative_humidity?: number | undefined
|
|
6467
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
6468
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
6469
|
-
available_hvac_mode_settings?:
|
|
6470
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
6471
|
-
| undefined
|
|
6472
|
-
is_heating_available?: true | undefined
|
|
6473
|
-
is_cooling_available?: false | undefined
|
|
6474
|
-
is_heating?: boolean | undefined
|
|
6475
|
-
is_cooling?: boolean | undefined
|
|
6476
|
-
is_fan_running?: boolean | undefined
|
|
6477
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
6478
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
6479
|
-
current_climate_setting?:
|
|
6480
|
-
| {
|
|
6481
|
-
automatic_heating_enabled: boolean
|
|
6482
|
-
automatic_cooling_enabled: boolean
|
|
6483
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
6484
|
-
cooling_set_point_celsius?: number | undefined
|
|
6485
|
-
heating_set_point_celsius?: number | undefined
|
|
6486
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
6487
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
6488
|
-
manual_override_allowed: boolean
|
|
6489
|
-
}
|
|
6490
|
-
| undefined
|
|
6491
|
-
default_climate_setting?:
|
|
6492
|
-
| (
|
|
6493
|
-
| {
|
|
6494
|
-
automatic_heating_enabled: boolean
|
|
6495
|
-
automatic_cooling_enabled: boolean
|
|
6496
|
-
hvac_mode_setting:
|
|
6497
|
-
| 'off'
|
|
6498
|
-
| 'heat'
|
|
6499
|
-
| 'cool'
|
|
6500
|
-
| 'heat_cool'
|
|
6501
|
-
cooling_set_point_celsius?: number | undefined
|
|
6502
|
-
heating_set_point_celsius?: number | undefined
|
|
6503
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
6504
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
6505
|
-
manual_override_allowed: boolean
|
|
6506
|
-
}
|
|
6507
|
-
| undefined
|
|
6508
|
-
)
|
|
6509
|
-
| undefined
|
|
6510
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
6511
|
-
active_climate_setting_schedule?:
|
|
6512
|
-
| (
|
|
6513
|
-
| {
|
|
6514
|
-
climate_setting_schedule_id: string
|
|
6515
|
-
schedule_type: 'time_bound'
|
|
6516
|
-
device_id: string
|
|
6517
|
-
name?: string | undefined
|
|
6518
|
-
schedule_starts_at: string
|
|
6519
|
-
schedule_ends_at: string
|
|
6520
|
-
created_at: string
|
|
6521
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
6522
|
-
errors?: any
|
|
6523
|
-
automatic_heating_enabled?: boolean | undefined
|
|
6524
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
6525
|
-
hvac_mode_setting?:
|
|
6526
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
6527
|
-
| undefined
|
|
6528
|
-
cooling_set_point_celsius?:
|
|
6529
|
-
| (number | undefined)
|
|
6530
|
-
| undefined
|
|
6531
|
-
heating_set_point_celsius?:
|
|
6532
|
-
| (number | undefined)
|
|
6533
|
-
| undefined
|
|
6534
|
-
cooling_set_point_fahrenheit?:
|
|
6535
|
-
| (number | undefined)
|
|
6536
|
-
| undefined
|
|
6537
|
-
heating_set_point_fahrenheit?:
|
|
6538
|
-
| (number | undefined)
|
|
6539
|
-
| undefined
|
|
6540
|
-
manual_override_allowed?: boolean | undefined
|
|
6541
|
-
}
|
|
6542
|
-
| undefined
|
|
6543
|
-
)
|
|
6544
|
-
| undefined
|
|
6545
|
-
min_heating_set_point_celsius?: number | undefined
|
|
6546
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
6547
|
-
max_heating_set_point_celsius?: number | undefined
|
|
6548
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
6549
|
-
}
|
|
6550
|
-
| {
|
|
6551
|
-
temperature_fahrenheit?: number | undefined
|
|
6552
|
-
temperature_celsius?: number | undefined
|
|
6553
|
-
relative_humidity?: number | undefined
|
|
6554
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
6555
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
6556
|
-
available_hvac_mode_settings?:
|
|
6557
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
6558
|
-
| undefined
|
|
6559
|
-
is_heating_available?: false | undefined
|
|
6560
|
-
is_cooling_available?: true | undefined
|
|
6561
|
-
is_heating?: boolean | undefined
|
|
6562
|
-
is_cooling?: boolean | undefined
|
|
6563
|
-
is_fan_running?: boolean | undefined
|
|
6564
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
6565
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
6566
|
-
current_climate_setting?:
|
|
6567
|
-
| {
|
|
6568
|
-
automatic_heating_enabled: boolean
|
|
6569
|
-
automatic_cooling_enabled: boolean
|
|
6570
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
6571
|
-
cooling_set_point_celsius?: number | undefined
|
|
6572
|
-
heating_set_point_celsius?: number | undefined
|
|
6573
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
6574
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
6575
|
-
manual_override_allowed: boolean
|
|
6576
|
-
}
|
|
6577
|
-
| undefined
|
|
6578
|
-
default_climate_setting?:
|
|
6579
|
-
| (
|
|
6580
|
-
| {
|
|
6581
|
-
automatic_heating_enabled: boolean
|
|
6582
|
-
automatic_cooling_enabled: boolean
|
|
6583
|
-
hvac_mode_setting:
|
|
6584
|
-
| 'off'
|
|
6585
|
-
| 'heat'
|
|
6586
|
-
| 'cool'
|
|
6587
|
-
| 'heat_cool'
|
|
6588
|
-
cooling_set_point_celsius?: number | undefined
|
|
6589
|
-
heating_set_point_celsius?: number | undefined
|
|
6590
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
6591
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
6592
|
-
manual_override_allowed: boolean
|
|
6593
|
-
}
|
|
6594
|
-
| undefined
|
|
6595
|
-
)
|
|
6596
|
-
| undefined
|
|
6597
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
6598
|
-
active_climate_setting_schedule?:
|
|
6599
|
-
| (
|
|
6600
|
-
| {
|
|
6601
|
-
climate_setting_schedule_id: string
|
|
6602
|
-
schedule_type: 'time_bound'
|
|
6603
|
-
device_id: string
|
|
6604
|
-
name?: string | undefined
|
|
6605
|
-
schedule_starts_at: string
|
|
6606
|
-
schedule_ends_at: string
|
|
6607
|
-
created_at: string
|
|
6608
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
6609
|
-
errors?: any
|
|
6610
|
-
automatic_heating_enabled?: boolean | undefined
|
|
6611
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
6612
|
-
hvac_mode_setting?:
|
|
6613
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
6614
|
-
| undefined
|
|
6615
|
-
cooling_set_point_celsius?:
|
|
6616
|
-
| (number | undefined)
|
|
6617
|
-
| undefined
|
|
6618
|
-
heating_set_point_celsius?:
|
|
6619
|
-
| (number | undefined)
|
|
6620
|
-
| undefined
|
|
6621
|
-
cooling_set_point_fahrenheit?:
|
|
6622
|
-
| (number | undefined)
|
|
6623
|
-
| undefined
|
|
6624
|
-
heating_set_point_fahrenheit?:
|
|
6625
|
-
| (number | undefined)
|
|
6626
|
-
| undefined
|
|
6627
|
-
manual_override_allowed?: boolean | undefined
|
|
6628
|
-
}
|
|
6629
|
-
| undefined
|
|
6630
|
-
)
|
|
6631
|
-
| undefined
|
|
6632
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
6633
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
6634
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
6635
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
6636
|
-
}
|
|
6637
|
-
))
|
|
6222
|
+
} & {
|
|
6223
|
+
temperature_fahrenheit?: number | undefined
|
|
6224
|
+
temperature_celsius?: number | undefined
|
|
6225
|
+
relative_humidity?: number | undefined
|
|
6226
|
+
can_enable_automatic_heating?: boolean | undefined
|
|
6227
|
+
can_enable_automatic_cooling?: boolean | undefined
|
|
6228
|
+
available_hvac_mode_settings?:
|
|
6229
|
+
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
6230
|
+
| undefined
|
|
6231
|
+
is_heating?: boolean | undefined
|
|
6232
|
+
is_cooling?: boolean | undefined
|
|
6233
|
+
is_fan_running?: boolean | undefined
|
|
6234
|
+
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
6235
|
+
is_temporary_manual_override_active?: boolean | undefined
|
|
6236
|
+
current_climate_setting?:
|
|
6237
|
+
| {
|
|
6238
|
+
automatic_heating_enabled: boolean
|
|
6239
|
+
automatic_cooling_enabled: boolean
|
|
6240
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
6241
|
+
cooling_set_point_celsius?: number | undefined
|
|
6242
|
+
heating_set_point_celsius?: number | undefined
|
|
6243
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
6244
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
6245
|
+
manual_override_allowed: boolean
|
|
6246
|
+
}
|
|
6247
|
+
| undefined
|
|
6248
|
+
default_climate_setting?:
|
|
6249
|
+
| {
|
|
6250
|
+
automatic_heating_enabled: boolean
|
|
6251
|
+
automatic_cooling_enabled: boolean
|
|
6252
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
6253
|
+
cooling_set_point_celsius?: number | undefined
|
|
6254
|
+
heating_set_point_celsius?: number | undefined
|
|
6255
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
6256
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
6257
|
+
manual_override_allowed: boolean
|
|
6258
|
+
}
|
|
6259
|
+
| undefined
|
|
6260
|
+
is_climate_setting_schedule_active?: boolean | undefined
|
|
6261
|
+
active_climate_setting_schedule?:
|
|
6262
|
+
| {
|
|
6263
|
+
climate_setting_schedule_id: string
|
|
6264
|
+
schedule_type: 'time_bound'
|
|
6265
|
+
device_id: string
|
|
6266
|
+
name?: string | undefined
|
|
6267
|
+
schedule_starts_at: string
|
|
6268
|
+
schedule_ends_at: string
|
|
6269
|
+
created_at: string
|
|
6270
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
6271
|
+
errors?: any
|
|
6272
|
+
automatic_heating_enabled?: boolean | undefined
|
|
6273
|
+
automatic_cooling_enabled?: boolean | undefined
|
|
6274
|
+
hvac_mode_setting?:
|
|
6275
|
+
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
6276
|
+
| undefined
|
|
6277
|
+
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
6278
|
+
heating_set_point_celsius?: (number | undefined) | undefined
|
|
6279
|
+
cooling_set_point_fahrenheit?:
|
|
6280
|
+
| (number | undefined)
|
|
6281
|
+
| undefined
|
|
6282
|
+
heating_set_point_fahrenheit?:
|
|
6283
|
+
| (number | undefined)
|
|
6284
|
+
| undefined
|
|
6285
|
+
manual_override_allowed?: boolean | undefined
|
|
6286
|
+
}
|
|
6287
|
+
| undefined
|
|
6288
|
+
min_cooling_set_point_celsius?: number | undefined
|
|
6289
|
+
min_cooling_set_point_fahrenheit?: number | undefined
|
|
6290
|
+
max_cooling_set_point_celsius?: number | undefined
|
|
6291
|
+
max_cooling_set_point_fahrenheit?: number | undefined
|
|
6292
|
+
min_heating_set_point_celsius?: number | undefined
|
|
6293
|
+
min_heating_set_point_fahrenheit?: number | undefined
|
|
6294
|
+
max_heating_set_point_celsius?: number | undefined
|
|
6295
|
+
max_heating_set_point_fahrenheit?: number | undefined
|
|
6296
|
+
min_heating_cooling_delta_celsius?: number | undefined
|
|
6297
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
6298
|
+
})
|
|
6638
6299
|
/** Location information for the device. */
|
|
6639
6300
|
location: {
|
|
6640
6301
|
/** Name of the device location. */
|
|
@@ -7916,275 +7577,83 @@ export interface Routes {
|
|
|
7916
7577
|
)
|
|
7917
7578
|
| undefined
|
|
7918
7579
|
door_open?: (boolean | undefined) | undefined
|
|
7919
|
-
} &
|
|
7920
|
-
|
|
|
7921
|
-
|
|
7922
|
-
|
|
7923
|
-
|
|
7924
|
-
|
|
7925
|
-
|
|
7926
|
-
|
|
7927
|
-
|
|
7928
|
-
|
|
7929
|
-
|
|
7930
|
-
|
|
7931
|
-
|
|
7932
|
-
|
|
7933
|
-
|
|
7934
|
-
|
|
7935
|
-
|
|
7936
|
-
|
|
7937
|
-
|
|
|
7938
|
-
|
|
7939
|
-
|
|
7940
|
-
|
|
7941
|
-
|
|
7942
|
-
|
|
7943
|
-
|
|
7944
|
-
|
|
7945
|
-
|
|
7946
|
-
|
|
7947
|
-
|
|
7948
|
-
|
|
7949
|
-
|
|
|
7950
|
-
|
|
7951
|
-
|
|
7952
|
-
|
|
7953
|
-
|
|
7954
|
-
|
|
7955
|
-
|
|
7956
|
-
|
|
7957
|
-
|
|
7958
|
-
|
|
7959
|
-
|
|
7960
|
-
|
|
7961
|
-
|
|
7962
|
-
|
|
7963
|
-
|
|
7964
|
-
|
|
7965
|
-
|
|
7966
|
-
|
|
7967
|
-
|
|
7968
|
-
|
|
7969
|
-
|
|
|
7970
|
-
|
|
7971
|
-
|
|
7972
|
-
|
|
7973
|
-
|
|
7974
|
-
|
|
7975
|
-
|
|
7976
|
-
|
|
7977
|
-
|
|
7978
|
-
|
|
7979
|
-
|
|
7980
|
-
|
|
7981
|
-
|
|
7982
|
-
|
|
7983
|
-
|
|
7984
|
-
|
|
7985
|
-
|
|
7986
|
-
|
|
7987
|
-
|
|
7988
|
-
|
|
7989
|
-
|
|
7990
|
-
|
|
7991
|
-
|
|
7992
|
-
|
|
7993
|
-
|
|
7994
|
-
|
|
7995
|
-
|
|
7996
|
-
| undefined
|
|
7997
|
-
manual_override_allowed?: boolean | undefined
|
|
7998
|
-
}
|
|
7999
|
-
| undefined
|
|
8000
|
-
)
|
|
8001
|
-
| undefined
|
|
8002
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
8003
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
8004
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
8005
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
8006
|
-
min_heating_set_point_celsius?: number | undefined
|
|
8007
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
8008
|
-
max_heating_set_point_celsius?: number | undefined
|
|
8009
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
8010
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
8011
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
8012
|
-
}
|
|
8013
|
-
| {
|
|
8014
|
-
temperature_fahrenheit?: number | undefined
|
|
8015
|
-
temperature_celsius?: number | undefined
|
|
8016
|
-
relative_humidity?: number | undefined
|
|
8017
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
8018
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
8019
|
-
available_hvac_mode_settings?:
|
|
8020
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
8021
|
-
| undefined
|
|
8022
|
-
is_heating_available?: true | undefined
|
|
8023
|
-
is_cooling_available?: false | undefined
|
|
8024
|
-
is_heating?: boolean | undefined
|
|
8025
|
-
is_cooling?: boolean | undefined
|
|
8026
|
-
is_fan_running?: boolean | undefined
|
|
8027
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
8028
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
8029
|
-
current_climate_setting?:
|
|
8030
|
-
| {
|
|
8031
|
-
automatic_heating_enabled: boolean
|
|
8032
|
-
automatic_cooling_enabled: boolean
|
|
8033
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8034
|
-
cooling_set_point_celsius?: number | undefined
|
|
8035
|
-
heating_set_point_celsius?: number | undefined
|
|
8036
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8037
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8038
|
-
manual_override_allowed: boolean
|
|
8039
|
-
}
|
|
8040
|
-
| undefined
|
|
8041
|
-
default_climate_setting?:
|
|
8042
|
-
| (
|
|
8043
|
-
| {
|
|
8044
|
-
automatic_heating_enabled: boolean
|
|
8045
|
-
automatic_cooling_enabled: boolean
|
|
8046
|
-
hvac_mode_setting:
|
|
8047
|
-
| 'off'
|
|
8048
|
-
| 'heat'
|
|
8049
|
-
| 'cool'
|
|
8050
|
-
| 'heat_cool'
|
|
8051
|
-
cooling_set_point_celsius?: number | undefined
|
|
8052
|
-
heating_set_point_celsius?: number | undefined
|
|
8053
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8054
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8055
|
-
manual_override_allowed: boolean
|
|
8056
|
-
}
|
|
8057
|
-
| undefined
|
|
8058
|
-
)
|
|
8059
|
-
| undefined
|
|
8060
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
8061
|
-
active_climate_setting_schedule?:
|
|
8062
|
-
| (
|
|
8063
|
-
| {
|
|
8064
|
-
climate_setting_schedule_id: string
|
|
8065
|
-
schedule_type: 'time_bound'
|
|
8066
|
-
device_id: string
|
|
8067
|
-
name?: string | undefined
|
|
8068
|
-
schedule_starts_at: string
|
|
8069
|
-
schedule_ends_at: string
|
|
8070
|
-
created_at: string
|
|
8071
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
8072
|
-
errors?: any
|
|
8073
|
-
automatic_heating_enabled?: boolean | undefined
|
|
8074
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
8075
|
-
hvac_mode_setting?:
|
|
8076
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8077
|
-
| undefined
|
|
8078
|
-
cooling_set_point_celsius?:
|
|
8079
|
-
| (number | undefined)
|
|
8080
|
-
| undefined
|
|
8081
|
-
heating_set_point_celsius?:
|
|
8082
|
-
| (number | undefined)
|
|
8083
|
-
| undefined
|
|
8084
|
-
cooling_set_point_fahrenheit?:
|
|
8085
|
-
| (number | undefined)
|
|
8086
|
-
| undefined
|
|
8087
|
-
heating_set_point_fahrenheit?:
|
|
8088
|
-
| (number | undefined)
|
|
8089
|
-
| undefined
|
|
8090
|
-
manual_override_allowed?: boolean | undefined
|
|
8091
|
-
}
|
|
8092
|
-
| undefined
|
|
8093
|
-
)
|
|
8094
|
-
| undefined
|
|
8095
|
-
min_heating_set_point_celsius?: number | undefined
|
|
8096
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
8097
|
-
max_heating_set_point_celsius?: number | undefined
|
|
8098
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
8099
|
-
}
|
|
8100
|
-
| {
|
|
8101
|
-
temperature_fahrenheit?: number | undefined
|
|
8102
|
-
temperature_celsius?: number | undefined
|
|
8103
|
-
relative_humidity?: number | undefined
|
|
8104
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
8105
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
8106
|
-
available_hvac_mode_settings?:
|
|
8107
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
8108
|
-
| undefined
|
|
8109
|
-
is_heating_available?: false | undefined
|
|
8110
|
-
is_cooling_available?: true | undefined
|
|
8111
|
-
is_heating?: boolean | undefined
|
|
8112
|
-
is_cooling?: boolean | undefined
|
|
8113
|
-
is_fan_running?: boolean | undefined
|
|
8114
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
8115
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
8116
|
-
current_climate_setting?:
|
|
8117
|
-
| {
|
|
8118
|
-
automatic_heating_enabled: boolean
|
|
8119
|
-
automatic_cooling_enabled: boolean
|
|
8120
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8121
|
-
cooling_set_point_celsius?: number | undefined
|
|
8122
|
-
heating_set_point_celsius?: number | undefined
|
|
8123
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8124
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8125
|
-
manual_override_allowed: boolean
|
|
8126
|
-
}
|
|
8127
|
-
| undefined
|
|
8128
|
-
default_climate_setting?:
|
|
8129
|
-
| (
|
|
8130
|
-
| {
|
|
8131
|
-
automatic_heating_enabled: boolean
|
|
8132
|
-
automatic_cooling_enabled: boolean
|
|
8133
|
-
hvac_mode_setting:
|
|
8134
|
-
| 'off'
|
|
8135
|
-
| 'heat'
|
|
8136
|
-
| 'cool'
|
|
8137
|
-
| 'heat_cool'
|
|
8138
|
-
cooling_set_point_celsius?: number | undefined
|
|
8139
|
-
heating_set_point_celsius?: number | undefined
|
|
8140
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8141
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8142
|
-
manual_override_allowed: boolean
|
|
8143
|
-
}
|
|
8144
|
-
| undefined
|
|
8145
|
-
)
|
|
8146
|
-
| undefined
|
|
8147
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
8148
|
-
active_climate_setting_schedule?:
|
|
8149
|
-
| (
|
|
8150
|
-
| {
|
|
8151
|
-
climate_setting_schedule_id: string
|
|
8152
|
-
schedule_type: 'time_bound'
|
|
8153
|
-
device_id: string
|
|
8154
|
-
name?: string | undefined
|
|
8155
|
-
schedule_starts_at: string
|
|
8156
|
-
schedule_ends_at: string
|
|
8157
|
-
created_at: string
|
|
8158
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
8159
|
-
errors?: any
|
|
8160
|
-
automatic_heating_enabled?: boolean | undefined
|
|
8161
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
8162
|
-
hvac_mode_setting?:
|
|
8163
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8164
|
-
| undefined
|
|
8165
|
-
cooling_set_point_celsius?:
|
|
8166
|
-
| (number | undefined)
|
|
8167
|
-
| undefined
|
|
8168
|
-
heating_set_point_celsius?:
|
|
8169
|
-
| (number | undefined)
|
|
8170
|
-
| undefined
|
|
8171
|
-
cooling_set_point_fahrenheit?:
|
|
8172
|
-
| (number | undefined)
|
|
8173
|
-
| undefined
|
|
8174
|
-
heating_set_point_fahrenheit?:
|
|
8175
|
-
| (number | undefined)
|
|
8176
|
-
| undefined
|
|
8177
|
-
manual_override_allowed?: boolean | undefined
|
|
8178
|
-
}
|
|
8179
|
-
| undefined
|
|
8180
|
-
)
|
|
8181
|
-
| undefined
|
|
8182
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
8183
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
8184
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
8185
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
8186
|
-
}
|
|
8187
|
-
))
|
|
7580
|
+
} & {
|
|
7581
|
+
temperature_fahrenheit?: number | undefined
|
|
7582
|
+
temperature_celsius?: number | undefined
|
|
7583
|
+
relative_humidity?: number | undefined
|
|
7584
|
+
can_enable_automatic_heating?: boolean | undefined
|
|
7585
|
+
can_enable_automatic_cooling?: boolean | undefined
|
|
7586
|
+
available_hvac_mode_settings?:
|
|
7587
|
+
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
7588
|
+
| undefined
|
|
7589
|
+
is_heating?: boolean | undefined
|
|
7590
|
+
is_cooling?: boolean | undefined
|
|
7591
|
+
is_fan_running?: boolean | undefined
|
|
7592
|
+
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
7593
|
+
is_temporary_manual_override_active?: boolean | undefined
|
|
7594
|
+
current_climate_setting?:
|
|
7595
|
+
| {
|
|
7596
|
+
automatic_heating_enabled: boolean
|
|
7597
|
+
automatic_cooling_enabled: boolean
|
|
7598
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
7599
|
+
cooling_set_point_celsius?: number | undefined
|
|
7600
|
+
heating_set_point_celsius?: number | undefined
|
|
7601
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
7602
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
7603
|
+
manual_override_allowed: boolean
|
|
7604
|
+
}
|
|
7605
|
+
| undefined
|
|
7606
|
+
default_climate_setting?:
|
|
7607
|
+
| {
|
|
7608
|
+
automatic_heating_enabled: boolean
|
|
7609
|
+
automatic_cooling_enabled: boolean
|
|
7610
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
7611
|
+
cooling_set_point_celsius?: number | undefined
|
|
7612
|
+
heating_set_point_celsius?: number | undefined
|
|
7613
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
7614
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
7615
|
+
manual_override_allowed: boolean
|
|
7616
|
+
}
|
|
7617
|
+
| undefined
|
|
7618
|
+
is_climate_setting_schedule_active?: boolean | undefined
|
|
7619
|
+
active_climate_setting_schedule?:
|
|
7620
|
+
| {
|
|
7621
|
+
climate_setting_schedule_id: string
|
|
7622
|
+
schedule_type: 'time_bound'
|
|
7623
|
+
device_id: string
|
|
7624
|
+
name?: string | undefined
|
|
7625
|
+
schedule_starts_at: string
|
|
7626
|
+
schedule_ends_at: string
|
|
7627
|
+
created_at: string
|
|
7628
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
7629
|
+
errors?: any
|
|
7630
|
+
automatic_heating_enabled?: boolean | undefined
|
|
7631
|
+
automatic_cooling_enabled?: boolean | undefined
|
|
7632
|
+
hvac_mode_setting?:
|
|
7633
|
+
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
7634
|
+
| undefined
|
|
7635
|
+
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
7636
|
+
heating_set_point_celsius?: (number | undefined) | undefined
|
|
7637
|
+
cooling_set_point_fahrenheit?:
|
|
7638
|
+
| (number | undefined)
|
|
7639
|
+
| undefined
|
|
7640
|
+
heating_set_point_fahrenheit?:
|
|
7641
|
+
| (number | undefined)
|
|
7642
|
+
| undefined
|
|
7643
|
+
manual_override_allowed?: boolean | undefined
|
|
7644
|
+
}
|
|
7645
|
+
| undefined
|
|
7646
|
+
min_cooling_set_point_celsius?: number | undefined
|
|
7647
|
+
min_cooling_set_point_fahrenheit?: number | undefined
|
|
7648
|
+
max_cooling_set_point_celsius?: number | undefined
|
|
7649
|
+
max_cooling_set_point_fahrenheit?: number | undefined
|
|
7650
|
+
min_heating_set_point_celsius?: number | undefined
|
|
7651
|
+
min_heating_set_point_fahrenheit?: number | undefined
|
|
7652
|
+
max_heating_set_point_celsius?: number | undefined
|
|
7653
|
+
max_heating_set_point_fahrenheit?: number | undefined
|
|
7654
|
+
min_heating_cooling_delta_celsius?: number | undefined
|
|
7655
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
7656
|
+
})
|
|
8188
7657
|
/** Location information for the device. */
|
|
8189
7658
|
location: {
|
|
8190
7659
|
/** Name of the device location. */
|
|
@@ -8656,275 +8125,83 @@ export interface Routes {
|
|
|
8656
8125
|
)
|
|
8657
8126
|
| undefined
|
|
8658
8127
|
door_open?: (boolean | undefined) | undefined
|
|
8659
|
-
} &
|
|
8660
|
-
|
|
|
8661
|
-
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
|
|
8667
|
-
|
|
8668
|
-
|
|
8669
|
-
|
|
8670
|
-
|
|
8671
|
-
|
|
8672
|
-
|
|
8673
|
-
|
|
8674
|
-
|
|
8675
|
-
|
|
8676
|
-
|
|
8677
|
-
|
|
|
8678
|
-
|
|
8679
|
-
|
|
8680
|
-
|
|
8681
|
-
|
|
8682
|
-
|
|
8683
|
-
|
|
8684
|
-
|
|
8685
|
-
|
|
8686
|
-
|
|
8687
|
-
|
|
8688
|
-
|
|
8689
|
-
|
|
|
8690
|
-
|
|
8691
|
-
|
|
8692
|
-
|
|
8693
|
-
|
|
8694
|
-
|
|
8695
|
-
|
|
8696
|
-
|
|
8697
|
-
|
|
8698
|
-
|
|
8699
|
-
|
|
8700
|
-
|
|
8701
|
-
|
|
8702
|
-
|
|
8703
|
-
|
|
8704
|
-
|
|
8705
|
-
|
|
8706
|
-
|
|
8707
|
-
|
|
8708
|
-
|
|
8709
|
-
|
|
|
8710
|
-
|
|
8711
|
-
|
|
8712
|
-
|
|
8713
|
-
|
|
8714
|
-
|
|
8715
|
-
|
|
8716
|
-
|
|
8717
|
-
|
|
8718
|
-
|
|
8719
|
-
|
|
8720
|
-
|
|
8721
|
-
|
|
8722
|
-
|
|
8723
|
-
|
|
8724
|
-
|
|
8725
|
-
|
|
8726
|
-
|
|
8727
|
-
|
|
8728
|
-
|
|
8729
|
-
|
|
8730
|
-
|
|
8731
|
-
|
|
8732
|
-
|
|
8733
|
-
|
|
8734
|
-
|
|
8735
|
-
|
|
8736
|
-
| undefined
|
|
8737
|
-
manual_override_allowed?: boolean | undefined
|
|
8738
|
-
}
|
|
8739
|
-
| undefined
|
|
8740
|
-
)
|
|
8741
|
-
| undefined
|
|
8742
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
8743
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
8744
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
8745
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
8746
|
-
min_heating_set_point_celsius?: number | undefined
|
|
8747
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
8748
|
-
max_heating_set_point_celsius?: number | undefined
|
|
8749
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
8750
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
8751
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
8752
|
-
}
|
|
8753
|
-
| {
|
|
8754
|
-
temperature_fahrenheit?: number | undefined
|
|
8755
|
-
temperature_celsius?: number | undefined
|
|
8756
|
-
relative_humidity?: number | undefined
|
|
8757
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
8758
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
8759
|
-
available_hvac_mode_settings?:
|
|
8760
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
8761
|
-
| undefined
|
|
8762
|
-
is_heating_available?: true | undefined
|
|
8763
|
-
is_cooling_available?: false | undefined
|
|
8764
|
-
is_heating?: boolean | undefined
|
|
8765
|
-
is_cooling?: boolean | undefined
|
|
8766
|
-
is_fan_running?: boolean | undefined
|
|
8767
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
8768
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
8769
|
-
current_climate_setting?:
|
|
8770
|
-
| {
|
|
8771
|
-
automatic_heating_enabled: boolean
|
|
8772
|
-
automatic_cooling_enabled: boolean
|
|
8773
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8774
|
-
cooling_set_point_celsius?: number | undefined
|
|
8775
|
-
heating_set_point_celsius?: number | undefined
|
|
8776
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8777
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8778
|
-
manual_override_allowed: boolean
|
|
8779
|
-
}
|
|
8780
|
-
| undefined
|
|
8781
|
-
default_climate_setting?:
|
|
8782
|
-
| (
|
|
8783
|
-
| {
|
|
8784
|
-
automatic_heating_enabled: boolean
|
|
8785
|
-
automatic_cooling_enabled: boolean
|
|
8786
|
-
hvac_mode_setting:
|
|
8787
|
-
| 'off'
|
|
8788
|
-
| 'heat'
|
|
8789
|
-
| 'cool'
|
|
8790
|
-
| 'heat_cool'
|
|
8791
|
-
cooling_set_point_celsius?: number | undefined
|
|
8792
|
-
heating_set_point_celsius?: number | undefined
|
|
8793
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8794
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8795
|
-
manual_override_allowed: boolean
|
|
8796
|
-
}
|
|
8797
|
-
| undefined
|
|
8798
|
-
)
|
|
8799
|
-
| undefined
|
|
8800
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
8801
|
-
active_climate_setting_schedule?:
|
|
8802
|
-
| (
|
|
8803
|
-
| {
|
|
8804
|
-
climate_setting_schedule_id: string
|
|
8805
|
-
schedule_type: 'time_bound'
|
|
8806
|
-
device_id: string
|
|
8807
|
-
name?: string | undefined
|
|
8808
|
-
schedule_starts_at: string
|
|
8809
|
-
schedule_ends_at: string
|
|
8810
|
-
created_at: string
|
|
8811
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
8812
|
-
errors?: any
|
|
8813
|
-
automatic_heating_enabled?: boolean | undefined
|
|
8814
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
8815
|
-
hvac_mode_setting?:
|
|
8816
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8817
|
-
| undefined
|
|
8818
|
-
cooling_set_point_celsius?:
|
|
8819
|
-
| (number | undefined)
|
|
8820
|
-
| undefined
|
|
8821
|
-
heating_set_point_celsius?:
|
|
8822
|
-
| (number | undefined)
|
|
8823
|
-
| undefined
|
|
8824
|
-
cooling_set_point_fahrenheit?:
|
|
8825
|
-
| (number | undefined)
|
|
8826
|
-
| undefined
|
|
8827
|
-
heating_set_point_fahrenheit?:
|
|
8828
|
-
| (number | undefined)
|
|
8829
|
-
| undefined
|
|
8830
|
-
manual_override_allowed?: boolean | undefined
|
|
8831
|
-
}
|
|
8832
|
-
| undefined
|
|
8833
|
-
)
|
|
8834
|
-
| undefined
|
|
8835
|
-
min_heating_set_point_celsius?: number | undefined
|
|
8836
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
8837
|
-
max_heating_set_point_celsius?: number | undefined
|
|
8838
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
8839
|
-
}
|
|
8840
|
-
| {
|
|
8841
|
-
temperature_fahrenheit?: number | undefined
|
|
8842
|
-
temperature_celsius?: number | undefined
|
|
8843
|
-
relative_humidity?: number | undefined
|
|
8844
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
8845
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
8846
|
-
available_hvac_mode_settings?:
|
|
8847
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
8848
|
-
| undefined
|
|
8849
|
-
is_heating_available?: false | undefined
|
|
8850
|
-
is_cooling_available?: true | undefined
|
|
8851
|
-
is_heating?: boolean | undefined
|
|
8852
|
-
is_cooling?: boolean | undefined
|
|
8853
|
-
is_fan_running?: boolean | undefined
|
|
8854
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
8855
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
8856
|
-
current_climate_setting?:
|
|
8857
|
-
| {
|
|
8858
|
-
automatic_heating_enabled: boolean
|
|
8859
|
-
automatic_cooling_enabled: boolean
|
|
8860
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8861
|
-
cooling_set_point_celsius?: number | undefined
|
|
8862
|
-
heating_set_point_celsius?: number | undefined
|
|
8863
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8864
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8865
|
-
manual_override_allowed: boolean
|
|
8866
|
-
}
|
|
8867
|
-
| undefined
|
|
8868
|
-
default_climate_setting?:
|
|
8869
|
-
| (
|
|
8870
|
-
| {
|
|
8871
|
-
automatic_heating_enabled: boolean
|
|
8872
|
-
automatic_cooling_enabled: boolean
|
|
8873
|
-
hvac_mode_setting:
|
|
8874
|
-
| 'off'
|
|
8875
|
-
| 'heat'
|
|
8876
|
-
| 'cool'
|
|
8877
|
-
| 'heat_cool'
|
|
8878
|
-
cooling_set_point_celsius?: number | undefined
|
|
8879
|
-
heating_set_point_celsius?: number | undefined
|
|
8880
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8881
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8882
|
-
manual_override_allowed: boolean
|
|
8883
|
-
}
|
|
8884
|
-
| undefined
|
|
8885
|
-
)
|
|
8886
|
-
| undefined
|
|
8887
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
8888
|
-
active_climate_setting_schedule?:
|
|
8889
|
-
| (
|
|
8890
|
-
| {
|
|
8891
|
-
climate_setting_schedule_id: string
|
|
8892
|
-
schedule_type: 'time_bound'
|
|
8893
|
-
device_id: string
|
|
8894
|
-
name?: string | undefined
|
|
8895
|
-
schedule_starts_at: string
|
|
8896
|
-
schedule_ends_at: string
|
|
8897
|
-
created_at: string
|
|
8898
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
8899
|
-
errors?: any
|
|
8900
|
-
automatic_heating_enabled?: boolean | undefined
|
|
8901
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
8902
|
-
hvac_mode_setting?:
|
|
8903
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8904
|
-
| undefined
|
|
8905
|
-
cooling_set_point_celsius?:
|
|
8906
|
-
| (number | undefined)
|
|
8907
|
-
| undefined
|
|
8908
|
-
heating_set_point_celsius?:
|
|
8909
|
-
| (number | undefined)
|
|
8910
|
-
| undefined
|
|
8911
|
-
cooling_set_point_fahrenheit?:
|
|
8912
|
-
| (number | undefined)
|
|
8913
|
-
| undefined
|
|
8914
|
-
heating_set_point_fahrenheit?:
|
|
8915
|
-
| (number | undefined)
|
|
8916
|
-
| undefined
|
|
8917
|
-
manual_override_allowed?: boolean | undefined
|
|
8918
|
-
}
|
|
8919
|
-
| undefined
|
|
8920
|
-
)
|
|
8921
|
-
| undefined
|
|
8922
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
8923
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
8924
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
8925
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
8926
|
-
}
|
|
8927
|
-
))
|
|
8128
|
+
} & {
|
|
8129
|
+
temperature_fahrenheit?: number | undefined
|
|
8130
|
+
temperature_celsius?: number | undefined
|
|
8131
|
+
relative_humidity?: number | undefined
|
|
8132
|
+
can_enable_automatic_heating?: boolean | undefined
|
|
8133
|
+
can_enable_automatic_cooling?: boolean | undefined
|
|
8134
|
+
available_hvac_mode_settings?:
|
|
8135
|
+
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
8136
|
+
| undefined
|
|
8137
|
+
is_heating?: boolean | undefined
|
|
8138
|
+
is_cooling?: boolean | undefined
|
|
8139
|
+
is_fan_running?: boolean | undefined
|
|
8140
|
+
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
8141
|
+
is_temporary_manual_override_active?: boolean | undefined
|
|
8142
|
+
current_climate_setting?:
|
|
8143
|
+
| {
|
|
8144
|
+
automatic_heating_enabled: boolean
|
|
8145
|
+
automatic_cooling_enabled: boolean
|
|
8146
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8147
|
+
cooling_set_point_celsius?: number | undefined
|
|
8148
|
+
heating_set_point_celsius?: number | undefined
|
|
8149
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
8150
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
8151
|
+
manual_override_allowed: boolean
|
|
8152
|
+
}
|
|
8153
|
+
| undefined
|
|
8154
|
+
default_climate_setting?:
|
|
8155
|
+
| {
|
|
8156
|
+
automatic_heating_enabled: boolean
|
|
8157
|
+
automatic_cooling_enabled: boolean
|
|
8158
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8159
|
+
cooling_set_point_celsius?: number | undefined
|
|
8160
|
+
heating_set_point_celsius?: number | undefined
|
|
8161
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
8162
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
8163
|
+
manual_override_allowed: boolean
|
|
8164
|
+
}
|
|
8165
|
+
| undefined
|
|
8166
|
+
is_climate_setting_schedule_active?: boolean | undefined
|
|
8167
|
+
active_climate_setting_schedule?:
|
|
8168
|
+
| {
|
|
8169
|
+
climate_setting_schedule_id: string
|
|
8170
|
+
schedule_type: 'time_bound'
|
|
8171
|
+
device_id: string
|
|
8172
|
+
name?: string | undefined
|
|
8173
|
+
schedule_starts_at: string
|
|
8174
|
+
schedule_ends_at: string
|
|
8175
|
+
created_at: string
|
|
8176
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
8177
|
+
errors?: any
|
|
8178
|
+
automatic_heating_enabled?: boolean | undefined
|
|
8179
|
+
automatic_cooling_enabled?: boolean | undefined
|
|
8180
|
+
hvac_mode_setting?:
|
|
8181
|
+
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8182
|
+
| undefined
|
|
8183
|
+
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
8184
|
+
heating_set_point_celsius?: (number | undefined) | undefined
|
|
8185
|
+
cooling_set_point_fahrenheit?:
|
|
8186
|
+
| (number | undefined)
|
|
8187
|
+
| undefined
|
|
8188
|
+
heating_set_point_fahrenheit?:
|
|
8189
|
+
| (number | undefined)
|
|
8190
|
+
| undefined
|
|
8191
|
+
manual_override_allowed?: boolean | undefined
|
|
8192
|
+
}
|
|
8193
|
+
| undefined
|
|
8194
|
+
min_cooling_set_point_celsius?: number | undefined
|
|
8195
|
+
min_cooling_set_point_fahrenheit?: number | undefined
|
|
8196
|
+
max_cooling_set_point_celsius?: number | undefined
|
|
8197
|
+
max_cooling_set_point_fahrenheit?: number | undefined
|
|
8198
|
+
min_heating_set_point_celsius?: number | undefined
|
|
8199
|
+
min_heating_set_point_fahrenheit?: number | undefined
|
|
8200
|
+
max_heating_set_point_celsius?: number | undefined
|
|
8201
|
+
max_heating_set_point_fahrenheit?: number | undefined
|
|
8202
|
+
min_heating_cooling_delta_celsius?: number | undefined
|
|
8203
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
8204
|
+
})
|
|
8928
8205
|
/** Location information for the device. */
|
|
8929
8206
|
location: {
|
|
8930
8207
|
/** Name of the device location. */
|
|
@@ -9554,275 +8831,83 @@ export interface Routes {
|
|
|
9554
8831
|
)
|
|
9555
8832
|
| undefined
|
|
9556
8833
|
door_open?: (boolean | undefined) | undefined
|
|
9557
|
-
} &
|
|
9558
|
-
|
|
|
9559
|
-
|
|
9560
|
-
|
|
9561
|
-
|
|
9562
|
-
|
|
9563
|
-
|
|
9564
|
-
|
|
9565
|
-
|
|
9566
|
-
|
|
9567
|
-
|
|
9568
|
-
|
|
9569
|
-
|
|
9570
|
-
|
|
9571
|
-
|
|
9572
|
-
|
|
9573
|
-
|
|
9574
|
-
|
|
9575
|
-
|
|
|
9576
|
-
|
|
9577
|
-
|
|
9578
|
-
|
|
9579
|
-
|
|
9580
|
-
|
|
9581
|
-
|
|
9582
|
-
|
|
9583
|
-
|
|
9584
|
-
|
|
9585
|
-
|
|
9586
|
-
|
|
9587
|
-
|
|
|
9588
|
-
|
|
9589
|
-
|
|
9590
|
-
|
|
9591
|
-
|
|
9592
|
-
|
|
9593
|
-
|
|
9594
|
-
|
|
9595
|
-
|
|
9596
|
-
|
|
9597
|
-
|
|
9598
|
-
|
|
9599
|
-
|
|
9600
|
-
|
|
9601
|
-
|
|
9602
|
-
|
|
9603
|
-
|
|
9604
|
-
|
|
9605
|
-
|
|
9606
|
-
|
|
9607
|
-
|
|
|
9608
|
-
|
|
9609
|
-
|
|
9610
|
-
|
|
9611
|
-
|
|
9612
|
-
|
|
9613
|
-
|
|
9614
|
-
|
|
9615
|
-
|
|
9616
|
-
|
|
9617
|
-
|
|
9618
|
-
|
|
9619
|
-
|
|
9620
|
-
|
|
9621
|
-
|
|
9622
|
-
|
|
9623
|
-
|
|
9624
|
-
|
|
9625
|
-
|
|
9626
|
-
|
|
9627
|
-
|
|
9628
|
-
|
|
9629
|
-
|
|
9630
|
-
|
|
9631
|
-
|
|
9632
|
-
|
|
9633
|
-
|
|
9634
|
-
| undefined
|
|
9635
|
-
manual_override_allowed?: boolean | undefined
|
|
9636
|
-
}
|
|
9637
|
-
| undefined
|
|
9638
|
-
)
|
|
9639
|
-
| undefined
|
|
9640
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
9641
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
9642
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
9643
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
9644
|
-
min_heating_set_point_celsius?: number | undefined
|
|
9645
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
9646
|
-
max_heating_set_point_celsius?: number | undefined
|
|
9647
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
9648
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
9649
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
9650
|
-
}
|
|
9651
|
-
| {
|
|
9652
|
-
temperature_fahrenheit?: number | undefined
|
|
9653
|
-
temperature_celsius?: number | undefined
|
|
9654
|
-
relative_humidity?: number | undefined
|
|
9655
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
9656
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
9657
|
-
available_hvac_mode_settings?:
|
|
9658
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
9659
|
-
| undefined
|
|
9660
|
-
is_heating_available?: true | undefined
|
|
9661
|
-
is_cooling_available?: false | undefined
|
|
9662
|
-
is_heating?: boolean | undefined
|
|
9663
|
-
is_cooling?: boolean | undefined
|
|
9664
|
-
is_fan_running?: boolean | undefined
|
|
9665
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
9666
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
9667
|
-
current_climate_setting?:
|
|
9668
|
-
| {
|
|
9669
|
-
automatic_heating_enabled: boolean
|
|
9670
|
-
automatic_cooling_enabled: boolean
|
|
9671
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
9672
|
-
cooling_set_point_celsius?: number | undefined
|
|
9673
|
-
heating_set_point_celsius?: number | undefined
|
|
9674
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
9675
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
9676
|
-
manual_override_allowed: boolean
|
|
9677
|
-
}
|
|
9678
|
-
| undefined
|
|
9679
|
-
default_climate_setting?:
|
|
9680
|
-
| (
|
|
9681
|
-
| {
|
|
9682
|
-
automatic_heating_enabled: boolean
|
|
9683
|
-
automatic_cooling_enabled: boolean
|
|
9684
|
-
hvac_mode_setting:
|
|
9685
|
-
| 'off'
|
|
9686
|
-
| 'heat'
|
|
9687
|
-
| 'cool'
|
|
9688
|
-
| 'heat_cool'
|
|
9689
|
-
cooling_set_point_celsius?: number | undefined
|
|
9690
|
-
heating_set_point_celsius?: number | undefined
|
|
9691
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
9692
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
9693
|
-
manual_override_allowed: boolean
|
|
9694
|
-
}
|
|
9695
|
-
| undefined
|
|
9696
|
-
)
|
|
9697
|
-
| undefined
|
|
9698
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
9699
|
-
active_climate_setting_schedule?:
|
|
9700
|
-
| (
|
|
9701
|
-
| {
|
|
9702
|
-
climate_setting_schedule_id: string
|
|
9703
|
-
schedule_type: 'time_bound'
|
|
9704
|
-
device_id: string
|
|
9705
|
-
name?: string | undefined
|
|
9706
|
-
schedule_starts_at: string
|
|
9707
|
-
schedule_ends_at: string
|
|
9708
|
-
created_at: string
|
|
9709
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
9710
|
-
errors?: any
|
|
9711
|
-
automatic_heating_enabled?: boolean | undefined
|
|
9712
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
9713
|
-
hvac_mode_setting?:
|
|
9714
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
9715
|
-
| undefined
|
|
9716
|
-
cooling_set_point_celsius?:
|
|
9717
|
-
| (number | undefined)
|
|
9718
|
-
| undefined
|
|
9719
|
-
heating_set_point_celsius?:
|
|
9720
|
-
| (number | undefined)
|
|
9721
|
-
| undefined
|
|
9722
|
-
cooling_set_point_fahrenheit?:
|
|
9723
|
-
| (number | undefined)
|
|
9724
|
-
| undefined
|
|
9725
|
-
heating_set_point_fahrenheit?:
|
|
9726
|
-
| (number | undefined)
|
|
9727
|
-
| undefined
|
|
9728
|
-
manual_override_allowed?: boolean | undefined
|
|
9729
|
-
}
|
|
9730
|
-
| undefined
|
|
9731
|
-
)
|
|
9732
|
-
| undefined
|
|
9733
|
-
min_heating_set_point_celsius?: number | undefined
|
|
9734
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
9735
|
-
max_heating_set_point_celsius?: number | undefined
|
|
9736
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
9737
|
-
}
|
|
9738
|
-
| {
|
|
9739
|
-
temperature_fahrenheit?: number | undefined
|
|
9740
|
-
temperature_celsius?: number | undefined
|
|
9741
|
-
relative_humidity?: number | undefined
|
|
9742
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
9743
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
9744
|
-
available_hvac_mode_settings?:
|
|
9745
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
9746
|
-
| undefined
|
|
9747
|
-
is_heating_available?: false | undefined
|
|
9748
|
-
is_cooling_available?: true | undefined
|
|
9749
|
-
is_heating?: boolean | undefined
|
|
9750
|
-
is_cooling?: boolean | undefined
|
|
9751
|
-
is_fan_running?: boolean | undefined
|
|
9752
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
9753
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
9754
|
-
current_climate_setting?:
|
|
9755
|
-
| {
|
|
9756
|
-
automatic_heating_enabled: boolean
|
|
9757
|
-
automatic_cooling_enabled: boolean
|
|
9758
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
9759
|
-
cooling_set_point_celsius?: number | undefined
|
|
9760
|
-
heating_set_point_celsius?: number | undefined
|
|
9761
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
9762
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
9763
|
-
manual_override_allowed: boolean
|
|
9764
|
-
}
|
|
9765
|
-
| undefined
|
|
9766
|
-
default_climate_setting?:
|
|
9767
|
-
| (
|
|
9768
|
-
| {
|
|
9769
|
-
automatic_heating_enabled: boolean
|
|
9770
|
-
automatic_cooling_enabled: boolean
|
|
9771
|
-
hvac_mode_setting:
|
|
9772
|
-
| 'off'
|
|
9773
|
-
| 'heat'
|
|
9774
|
-
| 'cool'
|
|
9775
|
-
| 'heat_cool'
|
|
9776
|
-
cooling_set_point_celsius?: number | undefined
|
|
9777
|
-
heating_set_point_celsius?: number | undefined
|
|
9778
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
9779
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
9780
|
-
manual_override_allowed: boolean
|
|
9781
|
-
}
|
|
9782
|
-
| undefined
|
|
9783
|
-
)
|
|
9784
|
-
| undefined
|
|
9785
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
9786
|
-
active_climate_setting_schedule?:
|
|
9787
|
-
| (
|
|
9788
|
-
| {
|
|
9789
|
-
climate_setting_schedule_id: string
|
|
9790
|
-
schedule_type: 'time_bound'
|
|
9791
|
-
device_id: string
|
|
9792
|
-
name?: string | undefined
|
|
9793
|
-
schedule_starts_at: string
|
|
9794
|
-
schedule_ends_at: string
|
|
9795
|
-
created_at: string
|
|
9796
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
9797
|
-
errors?: any
|
|
9798
|
-
automatic_heating_enabled?: boolean | undefined
|
|
9799
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
9800
|
-
hvac_mode_setting?:
|
|
9801
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
9802
|
-
| undefined
|
|
9803
|
-
cooling_set_point_celsius?:
|
|
9804
|
-
| (number | undefined)
|
|
9805
|
-
| undefined
|
|
9806
|
-
heating_set_point_celsius?:
|
|
9807
|
-
| (number | undefined)
|
|
9808
|
-
| undefined
|
|
9809
|
-
cooling_set_point_fahrenheit?:
|
|
9810
|
-
| (number | undefined)
|
|
9811
|
-
| undefined
|
|
9812
|
-
heating_set_point_fahrenheit?:
|
|
9813
|
-
| (number | undefined)
|
|
9814
|
-
| undefined
|
|
9815
|
-
manual_override_allowed?: boolean | undefined
|
|
9816
|
-
}
|
|
9817
|
-
| undefined
|
|
9818
|
-
)
|
|
9819
|
-
| undefined
|
|
9820
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
9821
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
9822
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
9823
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
9824
|
-
}
|
|
9825
|
-
))
|
|
8834
|
+
} & {
|
|
8835
|
+
temperature_fahrenheit?: number | undefined
|
|
8836
|
+
temperature_celsius?: number | undefined
|
|
8837
|
+
relative_humidity?: number | undefined
|
|
8838
|
+
can_enable_automatic_heating?: boolean | undefined
|
|
8839
|
+
can_enable_automatic_cooling?: boolean | undefined
|
|
8840
|
+
available_hvac_mode_settings?:
|
|
8841
|
+
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
8842
|
+
| undefined
|
|
8843
|
+
is_heating?: boolean | undefined
|
|
8844
|
+
is_cooling?: boolean | undefined
|
|
8845
|
+
is_fan_running?: boolean | undefined
|
|
8846
|
+
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
8847
|
+
is_temporary_manual_override_active?: boolean | undefined
|
|
8848
|
+
current_climate_setting?:
|
|
8849
|
+
| {
|
|
8850
|
+
automatic_heating_enabled: boolean
|
|
8851
|
+
automatic_cooling_enabled: boolean
|
|
8852
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8853
|
+
cooling_set_point_celsius?: number | undefined
|
|
8854
|
+
heating_set_point_celsius?: number | undefined
|
|
8855
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
8856
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
8857
|
+
manual_override_allowed: boolean
|
|
8858
|
+
}
|
|
8859
|
+
| undefined
|
|
8860
|
+
default_climate_setting?:
|
|
8861
|
+
| {
|
|
8862
|
+
automatic_heating_enabled: boolean
|
|
8863
|
+
automatic_cooling_enabled: boolean
|
|
8864
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8865
|
+
cooling_set_point_celsius?: number | undefined
|
|
8866
|
+
heating_set_point_celsius?: number | undefined
|
|
8867
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
8868
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
8869
|
+
manual_override_allowed: boolean
|
|
8870
|
+
}
|
|
8871
|
+
| undefined
|
|
8872
|
+
is_climate_setting_schedule_active?: boolean | undefined
|
|
8873
|
+
active_climate_setting_schedule?:
|
|
8874
|
+
| {
|
|
8875
|
+
climate_setting_schedule_id: string
|
|
8876
|
+
schedule_type: 'time_bound'
|
|
8877
|
+
device_id: string
|
|
8878
|
+
name?: string | undefined
|
|
8879
|
+
schedule_starts_at: string
|
|
8880
|
+
schedule_ends_at: string
|
|
8881
|
+
created_at: string
|
|
8882
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
8883
|
+
errors?: any
|
|
8884
|
+
automatic_heating_enabled?: boolean | undefined
|
|
8885
|
+
automatic_cooling_enabled?: boolean | undefined
|
|
8886
|
+
hvac_mode_setting?:
|
|
8887
|
+
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8888
|
+
| undefined
|
|
8889
|
+
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
8890
|
+
heating_set_point_celsius?: (number | undefined) | undefined
|
|
8891
|
+
cooling_set_point_fahrenheit?:
|
|
8892
|
+
| (number | undefined)
|
|
8893
|
+
| undefined
|
|
8894
|
+
heating_set_point_fahrenheit?:
|
|
8895
|
+
| (number | undefined)
|
|
8896
|
+
| undefined
|
|
8897
|
+
manual_override_allowed?: boolean | undefined
|
|
8898
|
+
}
|
|
8899
|
+
| undefined
|
|
8900
|
+
min_cooling_set_point_celsius?: number | undefined
|
|
8901
|
+
min_cooling_set_point_fahrenheit?: number | undefined
|
|
8902
|
+
max_cooling_set_point_celsius?: number | undefined
|
|
8903
|
+
max_cooling_set_point_fahrenheit?: number | undefined
|
|
8904
|
+
min_heating_set_point_celsius?: number | undefined
|
|
8905
|
+
min_heating_set_point_fahrenheit?: number | undefined
|
|
8906
|
+
max_heating_set_point_celsius?: number | undefined
|
|
8907
|
+
max_heating_set_point_fahrenheit?: number | undefined
|
|
8908
|
+
min_heating_cooling_delta_celsius?: number | undefined
|
|
8909
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
8910
|
+
})
|
|
9826
8911
|
/** Location information for the device. */
|
|
9827
8912
|
location: {
|
|
9828
8913
|
/** Name of the device location. */
|
|
@@ -10294,275 +9379,83 @@ export interface Routes {
|
|
|
10294
9379
|
)
|
|
10295
9380
|
| undefined
|
|
10296
9381
|
door_open?: (boolean | undefined) | undefined
|
|
10297
|
-
} &
|
|
10298
|
-
|
|
|
10299
|
-
|
|
10300
|
-
|
|
10301
|
-
|
|
10302
|
-
|
|
10303
|
-
|
|
10304
|
-
|
|
10305
|
-
|
|
10306
|
-
|
|
10307
|
-
|
|
10308
|
-
|
|
10309
|
-
|
|
10310
|
-
|
|
10311
|
-
|
|
10312
|
-
|
|
10313
|
-
|
|
10314
|
-
|
|
10315
|
-
|
|
|
10316
|
-
|
|
10317
|
-
|
|
10318
|
-
|
|
10319
|
-
|
|
10320
|
-
|
|
10321
|
-
|
|
10322
|
-
|
|
10323
|
-
|
|
10324
|
-
|
|
10325
|
-
|
|
10326
|
-
|
|
10327
|
-
|
|
|
10328
|
-
|
|
10329
|
-
|
|
10330
|
-
|
|
10331
|
-
|
|
10332
|
-
|
|
10333
|
-
|
|
10334
|
-
|
|
10335
|
-
|
|
10336
|
-
|
|
10337
|
-
|
|
10338
|
-
|
|
10339
|
-
|
|
10340
|
-
|
|
10341
|
-
|
|
10342
|
-
|
|
10343
|
-
|
|
10344
|
-
|
|
10345
|
-
|
|
10346
|
-
|
|
10347
|
-
|
|
|
10348
|
-
|
|
10349
|
-
|
|
10350
|
-
|
|
10351
|
-
|
|
10352
|
-
|
|
10353
|
-
|
|
10354
|
-
|
|
10355
|
-
|
|
10356
|
-
|
|
10357
|
-
|
|
10358
|
-
|
|
10359
|
-
|
|
10360
|
-
|
|
10361
|
-
|
|
10362
|
-
|
|
10363
|
-
|
|
10364
|
-
|
|
10365
|
-
|
|
10366
|
-
|
|
10367
|
-
|
|
10368
|
-
|
|
10369
|
-
|
|
10370
|
-
|
|
10371
|
-
|
|
10372
|
-
|
|
10373
|
-
|
|
10374
|
-
| undefined
|
|
10375
|
-
manual_override_allowed?: boolean | undefined
|
|
10376
|
-
}
|
|
10377
|
-
| undefined
|
|
10378
|
-
)
|
|
10379
|
-
| undefined
|
|
10380
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
10381
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
10382
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
10383
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
10384
|
-
min_heating_set_point_celsius?: number | undefined
|
|
10385
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
10386
|
-
max_heating_set_point_celsius?: number | undefined
|
|
10387
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
10388
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
10389
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
10390
|
-
}
|
|
10391
|
-
| {
|
|
10392
|
-
temperature_fahrenheit?: number | undefined
|
|
10393
|
-
temperature_celsius?: number | undefined
|
|
10394
|
-
relative_humidity?: number | undefined
|
|
10395
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
10396
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
10397
|
-
available_hvac_mode_settings?:
|
|
10398
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
10399
|
-
| undefined
|
|
10400
|
-
is_heating_available?: true | undefined
|
|
10401
|
-
is_cooling_available?: false | undefined
|
|
10402
|
-
is_heating?: boolean | undefined
|
|
10403
|
-
is_cooling?: boolean | undefined
|
|
10404
|
-
is_fan_running?: boolean | undefined
|
|
10405
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
10406
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
10407
|
-
current_climate_setting?:
|
|
10408
|
-
| {
|
|
10409
|
-
automatic_heating_enabled: boolean
|
|
10410
|
-
automatic_cooling_enabled: boolean
|
|
10411
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
10412
|
-
cooling_set_point_celsius?: number | undefined
|
|
10413
|
-
heating_set_point_celsius?: number | undefined
|
|
10414
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
10415
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
10416
|
-
manual_override_allowed: boolean
|
|
10417
|
-
}
|
|
10418
|
-
| undefined
|
|
10419
|
-
default_climate_setting?:
|
|
10420
|
-
| (
|
|
10421
|
-
| {
|
|
10422
|
-
automatic_heating_enabled: boolean
|
|
10423
|
-
automatic_cooling_enabled: boolean
|
|
10424
|
-
hvac_mode_setting:
|
|
10425
|
-
| 'off'
|
|
10426
|
-
| 'heat'
|
|
10427
|
-
| 'cool'
|
|
10428
|
-
| 'heat_cool'
|
|
10429
|
-
cooling_set_point_celsius?: number | undefined
|
|
10430
|
-
heating_set_point_celsius?: number | undefined
|
|
10431
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
10432
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
10433
|
-
manual_override_allowed: boolean
|
|
10434
|
-
}
|
|
10435
|
-
| undefined
|
|
10436
|
-
)
|
|
10437
|
-
| undefined
|
|
10438
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
10439
|
-
active_climate_setting_schedule?:
|
|
10440
|
-
| (
|
|
10441
|
-
| {
|
|
10442
|
-
climate_setting_schedule_id: string
|
|
10443
|
-
schedule_type: 'time_bound'
|
|
10444
|
-
device_id: string
|
|
10445
|
-
name?: string | undefined
|
|
10446
|
-
schedule_starts_at: string
|
|
10447
|
-
schedule_ends_at: string
|
|
10448
|
-
created_at: string
|
|
10449
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
10450
|
-
errors?: any
|
|
10451
|
-
automatic_heating_enabled?: boolean | undefined
|
|
10452
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
10453
|
-
hvac_mode_setting?:
|
|
10454
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
10455
|
-
| undefined
|
|
10456
|
-
cooling_set_point_celsius?:
|
|
10457
|
-
| (number | undefined)
|
|
10458
|
-
| undefined
|
|
10459
|
-
heating_set_point_celsius?:
|
|
10460
|
-
| (number | undefined)
|
|
10461
|
-
| undefined
|
|
10462
|
-
cooling_set_point_fahrenheit?:
|
|
10463
|
-
| (number | undefined)
|
|
10464
|
-
| undefined
|
|
10465
|
-
heating_set_point_fahrenheit?:
|
|
10466
|
-
| (number | undefined)
|
|
10467
|
-
| undefined
|
|
10468
|
-
manual_override_allowed?: boolean | undefined
|
|
10469
|
-
}
|
|
10470
|
-
| undefined
|
|
10471
|
-
)
|
|
10472
|
-
| undefined
|
|
10473
|
-
min_heating_set_point_celsius?: number | undefined
|
|
10474
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
10475
|
-
max_heating_set_point_celsius?: number | undefined
|
|
10476
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
10477
|
-
}
|
|
10478
|
-
| {
|
|
10479
|
-
temperature_fahrenheit?: number | undefined
|
|
10480
|
-
temperature_celsius?: number | undefined
|
|
10481
|
-
relative_humidity?: number | undefined
|
|
10482
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
10483
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
10484
|
-
available_hvac_mode_settings?:
|
|
10485
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
10486
|
-
| undefined
|
|
10487
|
-
is_heating_available?: false | undefined
|
|
10488
|
-
is_cooling_available?: true | undefined
|
|
10489
|
-
is_heating?: boolean | undefined
|
|
10490
|
-
is_cooling?: boolean | undefined
|
|
10491
|
-
is_fan_running?: boolean | undefined
|
|
10492
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
10493
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
10494
|
-
current_climate_setting?:
|
|
10495
|
-
| {
|
|
10496
|
-
automatic_heating_enabled: boolean
|
|
10497
|
-
automatic_cooling_enabled: boolean
|
|
10498
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
10499
|
-
cooling_set_point_celsius?: number | undefined
|
|
10500
|
-
heating_set_point_celsius?: number | undefined
|
|
10501
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
10502
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
10503
|
-
manual_override_allowed: boolean
|
|
10504
|
-
}
|
|
10505
|
-
| undefined
|
|
10506
|
-
default_climate_setting?:
|
|
10507
|
-
| (
|
|
10508
|
-
| {
|
|
10509
|
-
automatic_heating_enabled: boolean
|
|
10510
|
-
automatic_cooling_enabled: boolean
|
|
10511
|
-
hvac_mode_setting:
|
|
10512
|
-
| 'off'
|
|
10513
|
-
| 'heat'
|
|
10514
|
-
| 'cool'
|
|
10515
|
-
| 'heat_cool'
|
|
10516
|
-
cooling_set_point_celsius?: number | undefined
|
|
10517
|
-
heating_set_point_celsius?: number | undefined
|
|
10518
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
10519
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
10520
|
-
manual_override_allowed: boolean
|
|
10521
|
-
}
|
|
10522
|
-
| undefined
|
|
10523
|
-
)
|
|
10524
|
-
| undefined
|
|
10525
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
10526
|
-
active_climate_setting_schedule?:
|
|
10527
|
-
| (
|
|
10528
|
-
| {
|
|
10529
|
-
climate_setting_schedule_id: string
|
|
10530
|
-
schedule_type: 'time_bound'
|
|
10531
|
-
device_id: string
|
|
10532
|
-
name?: string | undefined
|
|
10533
|
-
schedule_starts_at: string
|
|
10534
|
-
schedule_ends_at: string
|
|
10535
|
-
created_at: string
|
|
10536
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
10537
|
-
errors?: any
|
|
10538
|
-
automatic_heating_enabled?: boolean | undefined
|
|
10539
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
10540
|
-
hvac_mode_setting?:
|
|
10541
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
10542
|
-
| undefined
|
|
10543
|
-
cooling_set_point_celsius?:
|
|
10544
|
-
| (number | undefined)
|
|
10545
|
-
| undefined
|
|
10546
|
-
heating_set_point_celsius?:
|
|
10547
|
-
| (number | undefined)
|
|
10548
|
-
| undefined
|
|
10549
|
-
cooling_set_point_fahrenheit?:
|
|
10550
|
-
| (number | undefined)
|
|
10551
|
-
| undefined
|
|
10552
|
-
heating_set_point_fahrenheit?:
|
|
10553
|
-
| (number | undefined)
|
|
10554
|
-
| undefined
|
|
10555
|
-
manual_override_allowed?: boolean | undefined
|
|
10556
|
-
}
|
|
10557
|
-
| undefined
|
|
10558
|
-
)
|
|
10559
|
-
| undefined
|
|
10560
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
10561
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
10562
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
10563
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
10564
|
-
}
|
|
10565
|
-
))
|
|
9382
|
+
} & {
|
|
9383
|
+
temperature_fahrenheit?: number | undefined
|
|
9384
|
+
temperature_celsius?: number | undefined
|
|
9385
|
+
relative_humidity?: number | undefined
|
|
9386
|
+
can_enable_automatic_heating?: boolean | undefined
|
|
9387
|
+
can_enable_automatic_cooling?: boolean | undefined
|
|
9388
|
+
available_hvac_mode_settings?:
|
|
9389
|
+
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
9390
|
+
| undefined
|
|
9391
|
+
is_heating?: boolean | undefined
|
|
9392
|
+
is_cooling?: boolean | undefined
|
|
9393
|
+
is_fan_running?: boolean | undefined
|
|
9394
|
+
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
9395
|
+
is_temporary_manual_override_active?: boolean | undefined
|
|
9396
|
+
current_climate_setting?:
|
|
9397
|
+
| {
|
|
9398
|
+
automatic_heating_enabled: boolean
|
|
9399
|
+
automatic_cooling_enabled: boolean
|
|
9400
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
9401
|
+
cooling_set_point_celsius?: number | undefined
|
|
9402
|
+
heating_set_point_celsius?: number | undefined
|
|
9403
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
9404
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
9405
|
+
manual_override_allowed: boolean
|
|
9406
|
+
}
|
|
9407
|
+
| undefined
|
|
9408
|
+
default_climate_setting?:
|
|
9409
|
+
| {
|
|
9410
|
+
automatic_heating_enabled: boolean
|
|
9411
|
+
automatic_cooling_enabled: boolean
|
|
9412
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
9413
|
+
cooling_set_point_celsius?: number | undefined
|
|
9414
|
+
heating_set_point_celsius?: number | undefined
|
|
9415
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
9416
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
9417
|
+
manual_override_allowed: boolean
|
|
9418
|
+
}
|
|
9419
|
+
| undefined
|
|
9420
|
+
is_climate_setting_schedule_active?: boolean | undefined
|
|
9421
|
+
active_climate_setting_schedule?:
|
|
9422
|
+
| {
|
|
9423
|
+
climate_setting_schedule_id: string
|
|
9424
|
+
schedule_type: 'time_bound'
|
|
9425
|
+
device_id: string
|
|
9426
|
+
name?: string | undefined
|
|
9427
|
+
schedule_starts_at: string
|
|
9428
|
+
schedule_ends_at: string
|
|
9429
|
+
created_at: string
|
|
9430
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
9431
|
+
errors?: any
|
|
9432
|
+
automatic_heating_enabled?: boolean | undefined
|
|
9433
|
+
automatic_cooling_enabled?: boolean | undefined
|
|
9434
|
+
hvac_mode_setting?:
|
|
9435
|
+
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
9436
|
+
| undefined
|
|
9437
|
+
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
9438
|
+
heating_set_point_celsius?: (number | undefined) | undefined
|
|
9439
|
+
cooling_set_point_fahrenheit?:
|
|
9440
|
+
| (number | undefined)
|
|
9441
|
+
| undefined
|
|
9442
|
+
heating_set_point_fahrenheit?:
|
|
9443
|
+
| (number | undefined)
|
|
9444
|
+
| undefined
|
|
9445
|
+
manual_override_allowed?: boolean | undefined
|
|
9446
|
+
}
|
|
9447
|
+
| undefined
|
|
9448
|
+
min_cooling_set_point_celsius?: number | undefined
|
|
9449
|
+
min_cooling_set_point_fahrenheit?: number | undefined
|
|
9450
|
+
max_cooling_set_point_celsius?: number | undefined
|
|
9451
|
+
max_cooling_set_point_fahrenheit?: number | undefined
|
|
9452
|
+
min_heating_set_point_celsius?: number | undefined
|
|
9453
|
+
min_heating_set_point_fahrenheit?: number | undefined
|
|
9454
|
+
max_heating_set_point_celsius?: number | undefined
|
|
9455
|
+
max_heating_set_point_fahrenheit?: number | undefined
|
|
9456
|
+
min_heating_cooling_delta_celsius?: number | undefined
|
|
9457
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
9458
|
+
})
|
|
10566
9459
|
/** Location information for the device. */
|
|
10567
9460
|
location: {
|
|
10568
9461
|
/** Name of the device location. */
|
|
@@ -12064,275 +10957,83 @@ export interface Routes {
|
|
|
12064
10957
|
)
|
|
12065
10958
|
| undefined
|
|
12066
10959
|
door_open?: (boolean | undefined) | undefined
|
|
12067
|
-
} &
|
|
12068
|
-
|
|
|
12069
|
-
|
|
12070
|
-
|
|
12071
|
-
|
|
12072
|
-
|
|
12073
|
-
|
|
12074
|
-
|
|
12075
|
-
|
|
12076
|
-
|
|
12077
|
-
|
|
12078
|
-
|
|
12079
|
-
|
|
12080
|
-
|
|
12081
|
-
|
|
12082
|
-
|
|
12083
|
-
|
|
12084
|
-
|
|
12085
|
-
|
|
|
12086
|
-
|
|
12087
|
-
|
|
12088
|
-
|
|
12089
|
-
|
|
12090
|
-
|
|
12091
|
-
|
|
12092
|
-
|
|
12093
|
-
|
|
12094
|
-
|
|
12095
|
-
|
|
12096
|
-
|
|
12097
|
-
|
|
|
12098
|
-
|
|
12099
|
-
|
|
12100
|
-
|
|
12101
|
-
|
|
12102
|
-
|
|
12103
|
-
|
|
12104
|
-
|
|
12105
|
-
|
|
12106
|
-
|
|
12107
|
-
|
|
12108
|
-
|
|
12109
|
-
|
|
12110
|
-
|
|
12111
|
-
|
|
12112
|
-
|
|
12113
|
-
|
|
12114
|
-
|
|
12115
|
-
|
|
12116
|
-
|
|
12117
|
-
|
|
|
12118
|
-
|
|
12119
|
-
|
|
12120
|
-
|
|
12121
|
-
|
|
12122
|
-
|
|
12123
|
-
|
|
12124
|
-
|
|
12125
|
-
|
|
12126
|
-
|
|
12127
|
-
|
|
12128
|
-
|
|
12129
|
-
|
|
12130
|
-
|
|
12131
|
-
|
|
12132
|
-
|
|
12133
|
-
|
|
12134
|
-
|
|
12135
|
-
|
|
12136
|
-
|
|
12137
|
-
|
|
12138
|
-
|
|
12139
|
-
|
|
12140
|
-
|
|
12141
|
-
|
|
12142
|
-
|
|
12143
|
-
|
|
12144
|
-
| undefined
|
|
12145
|
-
manual_override_allowed?: boolean | undefined
|
|
12146
|
-
}
|
|
12147
|
-
| undefined
|
|
12148
|
-
)
|
|
12149
|
-
| undefined
|
|
12150
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
12151
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
12152
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
12153
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
12154
|
-
min_heating_set_point_celsius?: number | undefined
|
|
12155
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
12156
|
-
max_heating_set_point_celsius?: number | undefined
|
|
12157
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
12158
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
12159
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
12160
|
-
}
|
|
12161
|
-
| {
|
|
12162
|
-
temperature_fahrenheit?: number | undefined
|
|
12163
|
-
temperature_celsius?: number | undefined
|
|
12164
|
-
relative_humidity?: number | undefined
|
|
12165
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
12166
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
12167
|
-
available_hvac_mode_settings?:
|
|
12168
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
12169
|
-
| undefined
|
|
12170
|
-
is_heating_available?: true | undefined
|
|
12171
|
-
is_cooling_available?: false | undefined
|
|
12172
|
-
is_heating?: boolean | undefined
|
|
12173
|
-
is_cooling?: boolean | undefined
|
|
12174
|
-
is_fan_running?: boolean | undefined
|
|
12175
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
12176
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
12177
|
-
current_climate_setting?:
|
|
12178
|
-
| {
|
|
12179
|
-
automatic_heating_enabled: boolean
|
|
12180
|
-
automatic_cooling_enabled: boolean
|
|
12181
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
12182
|
-
cooling_set_point_celsius?: number | undefined
|
|
12183
|
-
heating_set_point_celsius?: number | undefined
|
|
12184
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
12185
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
12186
|
-
manual_override_allowed: boolean
|
|
12187
|
-
}
|
|
12188
|
-
| undefined
|
|
12189
|
-
default_climate_setting?:
|
|
12190
|
-
| (
|
|
12191
|
-
| {
|
|
12192
|
-
automatic_heating_enabled: boolean
|
|
12193
|
-
automatic_cooling_enabled: boolean
|
|
12194
|
-
hvac_mode_setting:
|
|
12195
|
-
| 'off'
|
|
12196
|
-
| 'heat'
|
|
12197
|
-
| 'cool'
|
|
12198
|
-
| 'heat_cool'
|
|
12199
|
-
cooling_set_point_celsius?: number | undefined
|
|
12200
|
-
heating_set_point_celsius?: number | undefined
|
|
12201
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
12202
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
12203
|
-
manual_override_allowed: boolean
|
|
12204
|
-
}
|
|
12205
|
-
| undefined
|
|
12206
|
-
)
|
|
12207
|
-
| undefined
|
|
12208
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
12209
|
-
active_climate_setting_schedule?:
|
|
12210
|
-
| (
|
|
12211
|
-
| {
|
|
12212
|
-
climate_setting_schedule_id: string
|
|
12213
|
-
schedule_type: 'time_bound'
|
|
12214
|
-
device_id: string
|
|
12215
|
-
name?: string | undefined
|
|
12216
|
-
schedule_starts_at: string
|
|
12217
|
-
schedule_ends_at: string
|
|
12218
|
-
created_at: string
|
|
12219
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
12220
|
-
errors?: any
|
|
12221
|
-
automatic_heating_enabled?: boolean | undefined
|
|
12222
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
12223
|
-
hvac_mode_setting?:
|
|
12224
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
12225
|
-
| undefined
|
|
12226
|
-
cooling_set_point_celsius?:
|
|
12227
|
-
| (number | undefined)
|
|
12228
|
-
| undefined
|
|
12229
|
-
heating_set_point_celsius?:
|
|
12230
|
-
| (number | undefined)
|
|
12231
|
-
| undefined
|
|
12232
|
-
cooling_set_point_fahrenheit?:
|
|
12233
|
-
| (number | undefined)
|
|
12234
|
-
| undefined
|
|
12235
|
-
heating_set_point_fahrenheit?:
|
|
12236
|
-
| (number | undefined)
|
|
12237
|
-
| undefined
|
|
12238
|
-
manual_override_allowed?: boolean | undefined
|
|
12239
|
-
}
|
|
12240
|
-
| undefined
|
|
12241
|
-
)
|
|
12242
|
-
| undefined
|
|
12243
|
-
min_heating_set_point_celsius?: number | undefined
|
|
12244
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
12245
|
-
max_heating_set_point_celsius?: number | undefined
|
|
12246
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
12247
|
-
}
|
|
12248
|
-
| {
|
|
12249
|
-
temperature_fahrenheit?: number | undefined
|
|
12250
|
-
temperature_celsius?: number | undefined
|
|
12251
|
-
relative_humidity?: number | undefined
|
|
12252
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
12253
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
12254
|
-
available_hvac_mode_settings?:
|
|
12255
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
12256
|
-
| undefined
|
|
12257
|
-
is_heating_available?: false | undefined
|
|
12258
|
-
is_cooling_available?: true | undefined
|
|
12259
|
-
is_heating?: boolean | undefined
|
|
12260
|
-
is_cooling?: boolean | undefined
|
|
12261
|
-
is_fan_running?: boolean | undefined
|
|
12262
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
12263
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
12264
|
-
current_climate_setting?:
|
|
12265
|
-
| {
|
|
12266
|
-
automatic_heating_enabled: boolean
|
|
12267
|
-
automatic_cooling_enabled: boolean
|
|
12268
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
12269
|
-
cooling_set_point_celsius?: number | undefined
|
|
12270
|
-
heating_set_point_celsius?: number | undefined
|
|
12271
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
12272
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
12273
|
-
manual_override_allowed: boolean
|
|
12274
|
-
}
|
|
12275
|
-
| undefined
|
|
12276
|
-
default_climate_setting?:
|
|
12277
|
-
| (
|
|
12278
|
-
| {
|
|
12279
|
-
automatic_heating_enabled: boolean
|
|
12280
|
-
automatic_cooling_enabled: boolean
|
|
12281
|
-
hvac_mode_setting:
|
|
12282
|
-
| 'off'
|
|
12283
|
-
| 'heat'
|
|
12284
|
-
| 'cool'
|
|
12285
|
-
| 'heat_cool'
|
|
12286
|
-
cooling_set_point_celsius?: number | undefined
|
|
12287
|
-
heating_set_point_celsius?: number | undefined
|
|
12288
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
12289
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
12290
|
-
manual_override_allowed: boolean
|
|
12291
|
-
}
|
|
12292
|
-
| undefined
|
|
12293
|
-
)
|
|
12294
|
-
| undefined
|
|
12295
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
12296
|
-
active_climate_setting_schedule?:
|
|
12297
|
-
| (
|
|
12298
|
-
| {
|
|
12299
|
-
climate_setting_schedule_id: string
|
|
12300
|
-
schedule_type: 'time_bound'
|
|
12301
|
-
device_id: string
|
|
12302
|
-
name?: string | undefined
|
|
12303
|
-
schedule_starts_at: string
|
|
12304
|
-
schedule_ends_at: string
|
|
12305
|
-
created_at: string
|
|
12306
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
12307
|
-
errors?: any
|
|
12308
|
-
automatic_heating_enabled?: boolean | undefined
|
|
12309
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
12310
|
-
hvac_mode_setting?:
|
|
12311
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
12312
|
-
| undefined
|
|
12313
|
-
cooling_set_point_celsius?:
|
|
12314
|
-
| (number | undefined)
|
|
12315
|
-
| undefined
|
|
12316
|
-
heating_set_point_celsius?:
|
|
12317
|
-
| (number | undefined)
|
|
12318
|
-
| undefined
|
|
12319
|
-
cooling_set_point_fahrenheit?:
|
|
12320
|
-
| (number | undefined)
|
|
12321
|
-
| undefined
|
|
12322
|
-
heating_set_point_fahrenheit?:
|
|
12323
|
-
| (number | undefined)
|
|
12324
|
-
| undefined
|
|
12325
|
-
manual_override_allowed?: boolean | undefined
|
|
12326
|
-
}
|
|
12327
|
-
| undefined
|
|
12328
|
-
)
|
|
12329
|
-
| undefined
|
|
12330
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
12331
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
12332
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
12333
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
12334
|
-
}
|
|
12335
|
-
))
|
|
10960
|
+
} & {
|
|
10961
|
+
temperature_fahrenheit?: number | undefined
|
|
10962
|
+
temperature_celsius?: number | undefined
|
|
10963
|
+
relative_humidity?: number | undefined
|
|
10964
|
+
can_enable_automatic_heating?: boolean | undefined
|
|
10965
|
+
can_enable_automatic_cooling?: boolean | undefined
|
|
10966
|
+
available_hvac_mode_settings?:
|
|
10967
|
+
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
10968
|
+
| undefined
|
|
10969
|
+
is_heating?: boolean | undefined
|
|
10970
|
+
is_cooling?: boolean | undefined
|
|
10971
|
+
is_fan_running?: boolean | undefined
|
|
10972
|
+
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
10973
|
+
is_temporary_manual_override_active?: boolean | undefined
|
|
10974
|
+
current_climate_setting?:
|
|
10975
|
+
| {
|
|
10976
|
+
automatic_heating_enabled: boolean
|
|
10977
|
+
automatic_cooling_enabled: boolean
|
|
10978
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
10979
|
+
cooling_set_point_celsius?: number | undefined
|
|
10980
|
+
heating_set_point_celsius?: number | undefined
|
|
10981
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
10982
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
10983
|
+
manual_override_allowed: boolean
|
|
10984
|
+
}
|
|
10985
|
+
| undefined
|
|
10986
|
+
default_climate_setting?:
|
|
10987
|
+
| {
|
|
10988
|
+
automatic_heating_enabled: boolean
|
|
10989
|
+
automatic_cooling_enabled: boolean
|
|
10990
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
10991
|
+
cooling_set_point_celsius?: number | undefined
|
|
10992
|
+
heating_set_point_celsius?: number | undefined
|
|
10993
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
10994
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
10995
|
+
manual_override_allowed: boolean
|
|
10996
|
+
}
|
|
10997
|
+
| undefined
|
|
10998
|
+
is_climate_setting_schedule_active?: boolean | undefined
|
|
10999
|
+
active_climate_setting_schedule?:
|
|
11000
|
+
| {
|
|
11001
|
+
climate_setting_schedule_id: string
|
|
11002
|
+
schedule_type: 'time_bound'
|
|
11003
|
+
device_id: string
|
|
11004
|
+
name?: string | undefined
|
|
11005
|
+
schedule_starts_at: string
|
|
11006
|
+
schedule_ends_at: string
|
|
11007
|
+
created_at: string
|
|
11008
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
11009
|
+
errors?: any
|
|
11010
|
+
automatic_heating_enabled?: boolean | undefined
|
|
11011
|
+
automatic_cooling_enabled?: boolean | undefined
|
|
11012
|
+
hvac_mode_setting?:
|
|
11013
|
+
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
11014
|
+
| undefined
|
|
11015
|
+
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
11016
|
+
heating_set_point_celsius?: (number | undefined) | undefined
|
|
11017
|
+
cooling_set_point_fahrenheit?:
|
|
11018
|
+
| (number | undefined)
|
|
11019
|
+
| undefined
|
|
11020
|
+
heating_set_point_fahrenheit?:
|
|
11021
|
+
| (number | undefined)
|
|
11022
|
+
| undefined
|
|
11023
|
+
manual_override_allowed?: boolean | undefined
|
|
11024
|
+
}
|
|
11025
|
+
| undefined
|
|
11026
|
+
min_cooling_set_point_celsius?: number | undefined
|
|
11027
|
+
min_cooling_set_point_fahrenheit?: number | undefined
|
|
11028
|
+
max_cooling_set_point_celsius?: number | undefined
|
|
11029
|
+
max_cooling_set_point_fahrenheit?: number | undefined
|
|
11030
|
+
min_heating_set_point_celsius?: number | undefined
|
|
11031
|
+
min_heating_set_point_fahrenheit?: number | undefined
|
|
11032
|
+
max_heating_set_point_celsius?: number | undefined
|
|
11033
|
+
max_heating_set_point_fahrenheit?: number | undefined
|
|
11034
|
+
min_heating_cooling_delta_celsius?: number | undefined
|
|
11035
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
11036
|
+
})
|
|
12336
11037
|
/** Location information for the device. */
|
|
12337
11038
|
location: {
|
|
12338
11039
|
/** Name of the device location. */
|
|
@@ -12804,275 +11505,83 @@ export interface Routes {
|
|
|
12804
11505
|
)
|
|
12805
11506
|
| undefined
|
|
12806
11507
|
door_open?: (boolean | undefined) | undefined
|
|
12807
|
-
} &
|
|
12808
|
-
|
|
|
12809
|
-
|
|
12810
|
-
|
|
12811
|
-
|
|
12812
|
-
|
|
12813
|
-
|
|
12814
|
-
|
|
12815
|
-
|
|
12816
|
-
|
|
12817
|
-
|
|
12818
|
-
|
|
12819
|
-
|
|
12820
|
-
|
|
12821
|
-
|
|
12822
|
-
|
|
12823
|
-
|
|
12824
|
-
|
|
12825
|
-
|
|
|
12826
|
-
|
|
12827
|
-
|
|
12828
|
-
|
|
12829
|
-
|
|
12830
|
-
|
|
12831
|
-
|
|
12832
|
-
|
|
12833
|
-
|
|
12834
|
-
|
|
12835
|
-
|
|
12836
|
-
|
|
12837
|
-
|
|
|
12838
|
-
|
|
12839
|
-
|
|
12840
|
-
|
|
12841
|
-
|
|
12842
|
-
|
|
12843
|
-
|
|
12844
|
-
|
|
12845
|
-
|
|
12846
|
-
|
|
12847
|
-
|
|
12848
|
-
|
|
12849
|
-
|
|
12850
|
-
|
|
12851
|
-
|
|
12852
|
-
|
|
12853
|
-
|
|
12854
|
-
|
|
12855
|
-
|
|
12856
|
-
|
|
12857
|
-
|
|
|
12858
|
-
|
|
12859
|
-
|
|
12860
|
-
|
|
12861
|
-
|
|
12862
|
-
|
|
12863
|
-
|
|
12864
|
-
|
|
12865
|
-
|
|
12866
|
-
|
|
12867
|
-
|
|
12868
|
-
|
|
12869
|
-
|
|
12870
|
-
|
|
12871
|
-
|
|
12872
|
-
|
|
12873
|
-
|
|
12874
|
-
|
|
12875
|
-
|
|
12876
|
-
|
|
12877
|
-
|
|
12878
|
-
|
|
12879
|
-
|
|
12880
|
-
|
|
12881
|
-
|
|
12882
|
-
|
|
12883
|
-
|
|
12884
|
-
| undefined
|
|
12885
|
-
manual_override_allowed?: boolean | undefined
|
|
12886
|
-
}
|
|
12887
|
-
| undefined
|
|
12888
|
-
)
|
|
12889
|
-
| undefined
|
|
12890
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
12891
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
12892
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
12893
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
12894
|
-
min_heating_set_point_celsius?: number | undefined
|
|
12895
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
12896
|
-
max_heating_set_point_celsius?: number | undefined
|
|
12897
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
12898
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
12899
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
12900
|
-
}
|
|
12901
|
-
| {
|
|
12902
|
-
temperature_fahrenheit?: number | undefined
|
|
12903
|
-
temperature_celsius?: number | undefined
|
|
12904
|
-
relative_humidity?: number | undefined
|
|
12905
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
12906
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
12907
|
-
available_hvac_mode_settings?:
|
|
12908
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
12909
|
-
| undefined
|
|
12910
|
-
is_heating_available?: true | undefined
|
|
12911
|
-
is_cooling_available?: false | undefined
|
|
12912
|
-
is_heating?: boolean | undefined
|
|
12913
|
-
is_cooling?: boolean | undefined
|
|
12914
|
-
is_fan_running?: boolean | undefined
|
|
12915
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
12916
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
12917
|
-
current_climate_setting?:
|
|
12918
|
-
| {
|
|
12919
|
-
automatic_heating_enabled: boolean
|
|
12920
|
-
automatic_cooling_enabled: boolean
|
|
12921
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
12922
|
-
cooling_set_point_celsius?: number | undefined
|
|
12923
|
-
heating_set_point_celsius?: number | undefined
|
|
12924
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
12925
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
12926
|
-
manual_override_allowed: boolean
|
|
12927
|
-
}
|
|
12928
|
-
| undefined
|
|
12929
|
-
default_climate_setting?:
|
|
12930
|
-
| (
|
|
12931
|
-
| {
|
|
12932
|
-
automatic_heating_enabled: boolean
|
|
12933
|
-
automatic_cooling_enabled: boolean
|
|
12934
|
-
hvac_mode_setting:
|
|
12935
|
-
| 'off'
|
|
12936
|
-
| 'heat'
|
|
12937
|
-
| 'cool'
|
|
12938
|
-
| 'heat_cool'
|
|
12939
|
-
cooling_set_point_celsius?: number | undefined
|
|
12940
|
-
heating_set_point_celsius?: number | undefined
|
|
12941
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
12942
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
12943
|
-
manual_override_allowed: boolean
|
|
12944
|
-
}
|
|
12945
|
-
| undefined
|
|
12946
|
-
)
|
|
12947
|
-
| undefined
|
|
12948
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
12949
|
-
active_climate_setting_schedule?:
|
|
12950
|
-
| (
|
|
12951
|
-
| {
|
|
12952
|
-
climate_setting_schedule_id: string
|
|
12953
|
-
schedule_type: 'time_bound'
|
|
12954
|
-
device_id: string
|
|
12955
|
-
name?: string | undefined
|
|
12956
|
-
schedule_starts_at: string
|
|
12957
|
-
schedule_ends_at: string
|
|
12958
|
-
created_at: string
|
|
12959
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
12960
|
-
errors?: any
|
|
12961
|
-
automatic_heating_enabled?: boolean | undefined
|
|
12962
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
12963
|
-
hvac_mode_setting?:
|
|
12964
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
12965
|
-
| undefined
|
|
12966
|
-
cooling_set_point_celsius?:
|
|
12967
|
-
| (number | undefined)
|
|
12968
|
-
| undefined
|
|
12969
|
-
heating_set_point_celsius?:
|
|
12970
|
-
| (number | undefined)
|
|
12971
|
-
| undefined
|
|
12972
|
-
cooling_set_point_fahrenheit?:
|
|
12973
|
-
| (number | undefined)
|
|
12974
|
-
| undefined
|
|
12975
|
-
heating_set_point_fahrenheit?:
|
|
12976
|
-
| (number | undefined)
|
|
12977
|
-
| undefined
|
|
12978
|
-
manual_override_allowed?: boolean | undefined
|
|
12979
|
-
}
|
|
12980
|
-
| undefined
|
|
12981
|
-
)
|
|
12982
|
-
| undefined
|
|
12983
|
-
min_heating_set_point_celsius?: number | undefined
|
|
12984
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
12985
|
-
max_heating_set_point_celsius?: number | undefined
|
|
12986
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
12987
|
-
}
|
|
12988
|
-
| {
|
|
12989
|
-
temperature_fahrenheit?: number | undefined
|
|
12990
|
-
temperature_celsius?: number | undefined
|
|
12991
|
-
relative_humidity?: number | undefined
|
|
12992
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
12993
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
12994
|
-
available_hvac_mode_settings?:
|
|
12995
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
12996
|
-
| undefined
|
|
12997
|
-
is_heating_available?: false | undefined
|
|
12998
|
-
is_cooling_available?: true | undefined
|
|
12999
|
-
is_heating?: boolean | undefined
|
|
13000
|
-
is_cooling?: boolean | undefined
|
|
13001
|
-
is_fan_running?: boolean | undefined
|
|
13002
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
13003
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
13004
|
-
current_climate_setting?:
|
|
13005
|
-
| {
|
|
13006
|
-
automatic_heating_enabled: boolean
|
|
13007
|
-
automatic_cooling_enabled: boolean
|
|
13008
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
13009
|
-
cooling_set_point_celsius?: number | undefined
|
|
13010
|
-
heating_set_point_celsius?: number | undefined
|
|
13011
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
13012
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
13013
|
-
manual_override_allowed: boolean
|
|
13014
|
-
}
|
|
13015
|
-
| undefined
|
|
13016
|
-
default_climate_setting?:
|
|
13017
|
-
| (
|
|
13018
|
-
| {
|
|
13019
|
-
automatic_heating_enabled: boolean
|
|
13020
|
-
automatic_cooling_enabled: boolean
|
|
13021
|
-
hvac_mode_setting:
|
|
13022
|
-
| 'off'
|
|
13023
|
-
| 'heat'
|
|
13024
|
-
| 'cool'
|
|
13025
|
-
| 'heat_cool'
|
|
13026
|
-
cooling_set_point_celsius?: number | undefined
|
|
13027
|
-
heating_set_point_celsius?: number | undefined
|
|
13028
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
13029
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
13030
|
-
manual_override_allowed: boolean
|
|
13031
|
-
}
|
|
13032
|
-
| undefined
|
|
13033
|
-
)
|
|
13034
|
-
| undefined
|
|
13035
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
13036
|
-
active_climate_setting_schedule?:
|
|
13037
|
-
| (
|
|
13038
|
-
| {
|
|
13039
|
-
climate_setting_schedule_id: string
|
|
13040
|
-
schedule_type: 'time_bound'
|
|
13041
|
-
device_id: string
|
|
13042
|
-
name?: string | undefined
|
|
13043
|
-
schedule_starts_at: string
|
|
13044
|
-
schedule_ends_at: string
|
|
13045
|
-
created_at: string
|
|
13046
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
13047
|
-
errors?: any
|
|
13048
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13049
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13050
|
-
hvac_mode_setting?:
|
|
13051
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
13052
|
-
| undefined
|
|
13053
|
-
cooling_set_point_celsius?:
|
|
13054
|
-
| (number | undefined)
|
|
13055
|
-
| undefined
|
|
13056
|
-
heating_set_point_celsius?:
|
|
13057
|
-
| (number | undefined)
|
|
13058
|
-
| undefined
|
|
13059
|
-
cooling_set_point_fahrenheit?:
|
|
13060
|
-
| (number | undefined)
|
|
13061
|
-
| undefined
|
|
13062
|
-
heating_set_point_fahrenheit?:
|
|
13063
|
-
| (number | undefined)
|
|
13064
|
-
| undefined
|
|
13065
|
-
manual_override_allowed?: boolean | undefined
|
|
13066
|
-
}
|
|
13067
|
-
| undefined
|
|
13068
|
-
)
|
|
13069
|
-
| undefined
|
|
13070
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
13071
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
13072
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
13073
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
13074
|
-
}
|
|
13075
|
-
))
|
|
11508
|
+
} & {
|
|
11509
|
+
temperature_fahrenheit?: number | undefined
|
|
11510
|
+
temperature_celsius?: number | undefined
|
|
11511
|
+
relative_humidity?: number | undefined
|
|
11512
|
+
can_enable_automatic_heating?: boolean | undefined
|
|
11513
|
+
can_enable_automatic_cooling?: boolean | undefined
|
|
11514
|
+
available_hvac_mode_settings?:
|
|
11515
|
+
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
11516
|
+
| undefined
|
|
11517
|
+
is_heating?: boolean | undefined
|
|
11518
|
+
is_cooling?: boolean | undefined
|
|
11519
|
+
is_fan_running?: boolean | undefined
|
|
11520
|
+
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
11521
|
+
is_temporary_manual_override_active?: boolean | undefined
|
|
11522
|
+
current_climate_setting?:
|
|
11523
|
+
| {
|
|
11524
|
+
automatic_heating_enabled: boolean
|
|
11525
|
+
automatic_cooling_enabled: boolean
|
|
11526
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
11527
|
+
cooling_set_point_celsius?: number | undefined
|
|
11528
|
+
heating_set_point_celsius?: number | undefined
|
|
11529
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
11530
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
11531
|
+
manual_override_allowed: boolean
|
|
11532
|
+
}
|
|
11533
|
+
| undefined
|
|
11534
|
+
default_climate_setting?:
|
|
11535
|
+
| {
|
|
11536
|
+
automatic_heating_enabled: boolean
|
|
11537
|
+
automatic_cooling_enabled: boolean
|
|
11538
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
11539
|
+
cooling_set_point_celsius?: number | undefined
|
|
11540
|
+
heating_set_point_celsius?: number | undefined
|
|
11541
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
11542
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
11543
|
+
manual_override_allowed: boolean
|
|
11544
|
+
}
|
|
11545
|
+
| undefined
|
|
11546
|
+
is_climate_setting_schedule_active?: boolean | undefined
|
|
11547
|
+
active_climate_setting_schedule?:
|
|
11548
|
+
| {
|
|
11549
|
+
climate_setting_schedule_id: string
|
|
11550
|
+
schedule_type: 'time_bound'
|
|
11551
|
+
device_id: string
|
|
11552
|
+
name?: string | undefined
|
|
11553
|
+
schedule_starts_at: string
|
|
11554
|
+
schedule_ends_at: string
|
|
11555
|
+
created_at: string
|
|
11556
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
11557
|
+
errors?: any
|
|
11558
|
+
automatic_heating_enabled?: boolean | undefined
|
|
11559
|
+
automatic_cooling_enabled?: boolean | undefined
|
|
11560
|
+
hvac_mode_setting?:
|
|
11561
|
+
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
11562
|
+
| undefined
|
|
11563
|
+
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
11564
|
+
heating_set_point_celsius?: (number | undefined) | undefined
|
|
11565
|
+
cooling_set_point_fahrenheit?:
|
|
11566
|
+
| (number | undefined)
|
|
11567
|
+
| undefined
|
|
11568
|
+
heating_set_point_fahrenheit?:
|
|
11569
|
+
| (number | undefined)
|
|
11570
|
+
| undefined
|
|
11571
|
+
manual_override_allowed?: boolean | undefined
|
|
11572
|
+
}
|
|
11573
|
+
| undefined
|
|
11574
|
+
min_cooling_set_point_celsius?: number | undefined
|
|
11575
|
+
min_cooling_set_point_fahrenheit?: number | undefined
|
|
11576
|
+
max_cooling_set_point_celsius?: number | undefined
|
|
11577
|
+
max_cooling_set_point_fahrenheit?: number | undefined
|
|
11578
|
+
min_heating_set_point_celsius?: number | undefined
|
|
11579
|
+
min_heating_set_point_fahrenheit?: number | undefined
|
|
11580
|
+
max_heating_set_point_celsius?: number | undefined
|
|
11581
|
+
max_heating_set_point_fahrenheit?: number | undefined
|
|
11582
|
+
min_heating_cooling_delta_celsius?: number | undefined
|
|
11583
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
11584
|
+
})
|
|
13076
11585
|
/** Location information for the device. */
|
|
13077
11586
|
location: {
|
|
13078
11587
|
/** Name of the device location. */
|
|
@@ -15658,275 +14167,83 @@ export interface Routes {
|
|
|
15658
14167
|
)
|
|
15659
14168
|
| undefined
|
|
15660
14169
|
door_open?: (boolean | undefined) | undefined
|
|
15661
|
-
} &
|
|
15662
|
-
|
|
|
15663
|
-
|
|
15664
|
-
|
|
15665
|
-
|
|
15666
|
-
|
|
15667
|
-
|
|
15668
|
-
|
|
15669
|
-
|
|
15670
|
-
|
|
15671
|
-
|
|
15672
|
-
|
|
15673
|
-
|
|
15674
|
-
|
|
15675
|
-
|
|
15676
|
-
|
|
15677
|
-
|
|
15678
|
-
|
|
15679
|
-
|
|
|
15680
|
-
|
|
15681
|
-
|
|
15682
|
-
|
|
15683
|
-
|
|
15684
|
-
|
|
15685
|
-
|
|
15686
|
-
|
|
15687
|
-
|
|
15688
|
-
|
|
15689
|
-
|
|
15690
|
-
|
|
15691
|
-
|
|
|
15692
|
-
|
|
15693
|
-
|
|
15694
|
-
|
|
15695
|
-
|
|
15696
|
-
|
|
15697
|
-
|
|
15698
|
-
|
|
15699
|
-
|
|
15700
|
-
|
|
15701
|
-
|
|
15702
|
-
|
|
15703
|
-
|
|
15704
|
-
|
|
15705
|
-
|
|
15706
|
-
|
|
15707
|
-
|
|
15708
|
-
|
|
15709
|
-
|
|
15710
|
-
|
|
15711
|
-
|
|
|
15712
|
-
|
|
15713
|
-
|
|
15714
|
-
|
|
15715
|
-
|
|
15716
|
-
|
|
15717
|
-
|
|
15718
|
-
|
|
15719
|
-
|
|
15720
|
-
|
|
15721
|
-
|
|
15722
|
-
|
|
15723
|
-
|
|
15724
|
-
|
|
15725
|
-
|
|
15726
|
-
|
|
15727
|
-
|
|
15728
|
-
|
|
15729
|
-
|
|
15730
|
-
|
|
15731
|
-
|
|
15732
|
-
|
|
15733
|
-
|
|
15734
|
-
|
|
15735
|
-
|
|
15736
|
-
|
|
15737
|
-
|
|
15738
|
-
| undefined
|
|
15739
|
-
manual_override_allowed?: boolean | undefined
|
|
15740
|
-
}
|
|
15741
|
-
| undefined
|
|
15742
|
-
)
|
|
15743
|
-
| undefined
|
|
15744
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
15745
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
15746
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
15747
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
15748
|
-
min_heating_set_point_celsius?: number | undefined
|
|
15749
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
15750
|
-
max_heating_set_point_celsius?: number | undefined
|
|
15751
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
15752
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
15753
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
15754
|
-
}
|
|
15755
|
-
| {
|
|
15756
|
-
temperature_fahrenheit?: number | undefined
|
|
15757
|
-
temperature_celsius?: number | undefined
|
|
15758
|
-
relative_humidity?: number | undefined
|
|
15759
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
15760
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
15761
|
-
available_hvac_mode_settings?:
|
|
15762
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
15763
|
-
| undefined
|
|
15764
|
-
is_heating_available?: true | undefined
|
|
15765
|
-
is_cooling_available?: false | undefined
|
|
15766
|
-
is_heating?: boolean | undefined
|
|
15767
|
-
is_cooling?: boolean | undefined
|
|
15768
|
-
is_fan_running?: boolean | undefined
|
|
15769
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
15770
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
15771
|
-
current_climate_setting?:
|
|
15772
|
-
| {
|
|
15773
|
-
automatic_heating_enabled: boolean
|
|
15774
|
-
automatic_cooling_enabled: boolean
|
|
15775
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
15776
|
-
cooling_set_point_celsius?: number | undefined
|
|
15777
|
-
heating_set_point_celsius?: number | undefined
|
|
15778
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
15779
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
15780
|
-
manual_override_allowed: boolean
|
|
15781
|
-
}
|
|
15782
|
-
| undefined
|
|
15783
|
-
default_climate_setting?:
|
|
15784
|
-
| (
|
|
15785
|
-
| {
|
|
15786
|
-
automatic_heating_enabled: boolean
|
|
15787
|
-
automatic_cooling_enabled: boolean
|
|
15788
|
-
hvac_mode_setting:
|
|
15789
|
-
| 'off'
|
|
15790
|
-
| 'heat'
|
|
15791
|
-
| 'cool'
|
|
15792
|
-
| 'heat_cool'
|
|
15793
|
-
cooling_set_point_celsius?: number | undefined
|
|
15794
|
-
heating_set_point_celsius?: number | undefined
|
|
15795
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
15796
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
15797
|
-
manual_override_allowed: boolean
|
|
15798
|
-
}
|
|
15799
|
-
| undefined
|
|
15800
|
-
)
|
|
15801
|
-
| undefined
|
|
15802
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
15803
|
-
active_climate_setting_schedule?:
|
|
15804
|
-
| (
|
|
15805
|
-
| {
|
|
15806
|
-
climate_setting_schedule_id: string
|
|
15807
|
-
schedule_type: 'time_bound'
|
|
15808
|
-
device_id: string
|
|
15809
|
-
name?: string | undefined
|
|
15810
|
-
schedule_starts_at: string
|
|
15811
|
-
schedule_ends_at: string
|
|
15812
|
-
created_at: string
|
|
15813
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
15814
|
-
errors?: any
|
|
15815
|
-
automatic_heating_enabled?: boolean | undefined
|
|
15816
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
15817
|
-
hvac_mode_setting?:
|
|
15818
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
15819
|
-
| undefined
|
|
15820
|
-
cooling_set_point_celsius?:
|
|
15821
|
-
| (number | undefined)
|
|
15822
|
-
| undefined
|
|
15823
|
-
heating_set_point_celsius?:
|
|
15824
|
-
| (number | undefined)
|
|
15825
|
-
| undefined
|
|
15826
|
-
cooling_set_point_fahrenheit?:
|
|
15827
|
-
| (number | undefined)
|
|
15828
|
-
| undefined
|
|
15829
|
-
heating_set_point_fahrenheit?:
|
|
15830
|
-
| (number | undefined)
|
|
15831
|
-
| undefined
|
|
15832
|
-
manual_override_allowed?: boolean | undefined
|
|
15833
|
-
}
|
|
15834
|
-
| undefined
|
|
15835
|
-
)
|
|
15836
|
-
| undefined
|
|
15837
|
-
min_heating_set_point_celsius?: number | undefined
|
|
15838
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
15839
|
-
max_heating_set_point_celsius?: number | undefined
|
|
15840
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
15841
|
-
}
|
|
15842
|
-
| {
|
|
15843
|
-
temperature_fahrenheit?: number | undefined
|
|
15844
|
-
temperature_celsius?: number | undefined
|
|
15845
|
-
relative_humidity?: number | undefined
|
|
15846
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
15847
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
15848
|
-
available_hvac_mode_settings?:
|
|
15849
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
15850
|
-
| undefined
|
|
15851
|
-
is_heating_available?: false | undefined
|
|
15852
|
-
is_cooling_available?: true | undefined
|
|
15853
|
-
is_heating?: boolean | undefined
|
|
15854
|
-
is_cooling?: boolean | undefined
|
|
15855
|
-
is_fan_running?: boolean | undefined
|
|
15856
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
15857
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
15858
|
-
current_climate_setting?:
|
|
15859
|
-
| {
|
|
15860
|
-
automatic_heating_enabled: boolean
|
|
15861
|
-
automatic_cooling_enabled: boolean
|
|
15862
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
15863
|
-
cooling_set_point_celsius?: number | undefined
|
|
15864
|
-
heating_set_point_celsius?: number | undefined
|
|
15865
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
15866
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
15867
|
-
manual_override_allowed: boolean
|
|
15868
|
-
}
|
|
15869
|
-
| undefined
|
|
15870
|
-
default_climate_setting?:
|
|
15871
|
-
| (
|
|
15872
|
-
| {
|
|
15873
|
-
automatic_heating_enabled: boolean
|
|
15874
|
-
automatic_cooling_enabled: boolean
|
|
15875
|
-
hvac_mode_setting:
|
|
15876
|
-
| 'off'
|
|
15877
|
-
| 'heat'
|
|
15878
|
-
| 'cool'
|
|
15879
|
-
| 'heat_cool'
|
|
15880
|
-
cooling_set_point_celsius?: number | undefined
|
|
15881
|
-
heating_set_point_celsius?: number | undefined
|
|
15882
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
15883
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
15884
|
-
manual_override_allowed: boolean
|
|
15885
|
-
}
|
|
15886
|
-
| undefined
|
|
15887
|
-
)
|
|
15888
|
-
| undefined
|
|
15889
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
15890
|
-
active_climate_setting_schedule?:
|
|
15891
|
-
| (
|
|
15892
|
-
| {
|
|
15893
|
-
climate_setting_schedule_id: string
|
|
15894
|
-
schedule_type: 'time_bound'
|
|
15895
|
-
device_id: string
|
|
15896
|
-
name?: string | undefined
|
|
15897
|
-
schedule_starts_at: string
|
|
15898
|
-
schedule_ends_at: string
|
|
15899
|
-
created_at: string
|
|
15900
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
15901
|
-
errors?: any
|
|
15902
|
-
automatic_heating_enabled?: boolean | undefined
|
|
15903
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
15904
|
-
hvac_mode_setting?:
|
|
15905
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
15906
|
-
| undefined
|
|
15907
|
-
cooling_set_point_celsius?:
|
|
15908
|
-
| (number | undefined)
|
|
15909
|
-
| undefined
|
|
15910
|
-
heating_set_point_celsius?:
|
|
15911
|
-
| (number | undefined)
|
|
15912
|
-
| undefined
|
|
15913
|
-
cooling_set_point_fahrenheit?:
|
|
15914
|
-
| (number | undefined)
|
|
15915
|
-
| undefined
|
|
15916
|
-
heating_set_point_fahrenheit?:
|
|
15917
|
-
| (number | undefined)
|
|
15918
|
-
| undefined
|
|
15919
|
-
manual_override_allowed?: boolean | undefined
|
|
15920
|
-
}
|
|
15921
|
-
| undefined
|
|
15922
|
-
)
|
|
15923
|
-
| undefined
|
|
15924
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
15925
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
15926
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
15927
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
15928
|
-
}
|
|
15929
|
-
))
|
|
14170
|
+
} & {
|
|
14171
|
+
temperature_fahrenheit?: number | undefined
|
|
14172
|
+
temperature_celsius?: number | undefined
|
|
14173
|
+
relative_humidity?: number | undefined
|
|
14174
|
+
can_enable_automatic_heating?: boolean | undefined
|
|
14175
|
+
can_enable_automatic_cooling?: boolean | undefined
|
|
14176
|
+
available_hvac_mode_settings?:
|
|
14177
|
+
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
14178
|
+
| undefined
|
|
14179
|
+
is_heating?: boolean | undefined
|
|
14180
|
+
is_cooling?: boolean | undefined
|
|
14181
|
+
is_fan_running?: boolean | undefined
|
|
14182
|
+
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
14183
|
+
is_temporary_manual_override_active?: boolean | undefined
|
|
14184
|
+
current_climate_setting?:
|
|
14185
|
+
| {
|
|
14186
|
+
automatic_heating_enabled: boolean
|
|
14187
|
+
automatic_cooling_enabled: boolean
|
|
14188
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
14189
|
+
cooling_set_point_celsius?: number | undefined
|
|
14190
|
+
heating_set_point_celsius?: number | undefined
|
|
14191
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
14192
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
14193
|
+
manual_override_allowed: boolean
|
|
14194
|
+
}
|
|
14195
|
+
| undefined
|
|
14196
|
+
default_climate_setting?:
|
|
14197
|
+
| {
|
|
14198
|
+
automatic_heating_enabled: boolean
|
|
14199
|
+
automatic_cooling_enabled: boolean
|
|
14200
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
14201
|
+
cooling_set_point_celsius?: number | undefined
|
|
14202
|
+
heating_set_point_celsius?: number | undefined
|
|
14203
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
14204
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
14205
|
+
manual_override_allowed: boolean
|
|
14206
|
+
}
|
|
14207
|
+
| undefined
|
|
14208
|
+
is_climate_setting_schedule_active?: boolean | undefined
|
|
14209
|
+
active_climate_setting_schedule?:
|
|
14210
|
+
| {
|
|
14211
|
+
climate_setting_schedule_id: string
|
|
14212
|
+
schedule_type: 'time_bound'
|
|
14213
|
+
device_id: string
|
|
14214
|
+
name?: string | undefined
|
|
14215
|
+
schedule_starts_at: string
|
|
14216
|
+
schedule_ends_at: string
|
|
14217
|
+
created_at: string
|
|
14218
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
14219
|
+
errors?: any
|
|
14220
|
+
automatic_heating_enabled?: boolean | undefined
|
|
14221
|
+
automatic_cooling_enabled?: boolean | undefined
|
|
14222
|
+
hvac_mode_setting?:
|
|
14223
|
+
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
14224
|
+
| undefined
|
|
14225
|
+
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
14226
|
+
heating_set_point_celsius?: (number | undefined) | undefined
|
|
14227
|
+
cooling_set_point_fahrenheit?:
|
|
14228
|
+
| (number | undefined)
|
|
14229
|
+
| undefined
|
|
14230
|
+
heating_set_point_fahrenheit?:
|
|
14231
|
+
| (number | undefined)
|
|
14232
|
+
| undefined
|
|
14233
|
+
manual_override_allowed?: boolean | undefined
|
|
14234
|
+
}
|
|
14235
|
+
| undefined
|
|
14236
|
+
min_cooling_set_point_celsius?: number | undefined
|
|
14237
|
+
min_cooling_set_point_fahrenheit?: number | undefined
|
|
14238
|
+
max_cooling_set_point_celsius?: number | undefined
|
|
14239
|
+
max_cooling_set_point_fahrenheit?: number | undefined
|
|
14240
|
+
min_heating_set_point_celsius?: number | undefined
|
|
14241
|
+
min_heating_set_point_fahrenheit?: number | undefined
|
|
14242
|
+
max_heating_set_point_celsius?: number | undefined
|
|
14243
|
+
max_heating_set_point_fahrenheit?: number | undefined
|
|
14244
|
+
min_heating_cooling_delta_celsius?: number | undefined
|
|
14245
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
14246
|
+
})
|
|
15930
14247
|
/** Location information for the device. */
|
|
15931
14248
|
location: {
|
|
15932
14249
|
/** Name of the device location. */
|
|
@@ -17400,275 +15717,83 @@ export interface Routes {
|
|
|
17400
15717
|
)
|
|
17401
15718
|
| undefined
|
|
17402
15719
|
door_open?: (boolean | undefined) | undefined
|
|
17403
|
-
} &
|
|
17404
|
-
|
|
|
17405
|
-
|
|
17406
|
-
|
|
17407
|
-
|
|
17408
|
-
|
|
17409
|
-
|
|
17410
|
-
|
|
17411
|
-
|
|
17412
|
-
|
|
17413
|
-
|
|
17414
|
-
|
|
17415
|
-
|
|
17416
|
-
|
|
17417
|
-
|
|
17418
|
-
|
|
17419
|
-
|
|
17420
|
-
|
|
17421
|
-
|
|
|
17422
|
-
|
|
17423
|
-
|
|
17424
|
-
|
|
17425
|
-
|
|
17426
|
-
|
|
17427
|
-
|
|
17428
|
-
|
|
17429
|
-
|
|
17430
|
-
|
|
17431
|
-
|
|
17432
|
-
|
|
17433
|
-
|
|
|
17434
|
-
|
|
17435
|
-
|
|
17436
|
-
|
|
17437
|
-
|
|
17438
|
-
|
|
17439
|
-
|
|
17440
|
-
|
|
17441
|
-
|
|
17442
|
-
|
|
17443
|
-
|
|
17444
|
-
|
|
17445
|
-
|
|
17446
|
-
|
|
17447
|
-
|
|
17448
|
-
|
|
17449
|
-
|
|
17450
|
-
|
|
17451
|
-
|
|
17452
|
-
|
|
17453
|
-
|
|
|
17454
|
-
|
|
17455
|
-
|
|
17456
|
-
|
|
17457
|
-
|
|
17458
|
-
|
|
17459
|
-
|
|
17460
|
-
|
|
17461
|
-
|
|
17462
|
-
|
|
17463
|
-
|
|
17464
|
-
|
|
17465
|
-
|
|
17466
|
-
|
|
17467
|
-
|
|
17468
|
-
|
|
17469
|
-
|
|
17470
|
-
|
|
17471
|
-
|
|
17472
|
-
|
|
17473
|
-
|
|
17474
|
-
|
|
17475
|
-
|
|
17476
|
-
|
|
17477
|
-
|
|
17478
|
-
|
|
17479
|
-
|
|
17480
|
-
| undefined
|
|
17481
|
-
manual_override_allowed?: boolean | undefined
|
|
17482
|
-
}
|
|
17483
|
-
| undefined
|
|
17484
|
-
)
|
|
17485
|
-
| undefined
|
|
17486
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
17487
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
17488
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
17489
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
17490
|
-
min_heating_set_point_celsius?: number | undefined
|
|
17491
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
17492
|
-
max_heating_set_point_celsius?: number | undefined
|
|
17493
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
17494
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
17495
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
17496
|
-
}
|
|
17497
|
-
| {
|
|
17498
|
-
temperature_fahrenheit?: number | undefined
|
|
17499
|
-
temperature_celsius?: number | undefined
|
|
17500
|
-
relative_humidity?: number | undefined
|
|
17501
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
17502
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
17503
|
-
available_hvac_mode_settings?:
|
|
17504
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
17505
|
-
| undefined
|
|
17506
|
-
is_heating_available?: true | undefined
|
|
17507
|
-
is_cooling_available?: false | undefined
|
|
17508
|
-
is_heating?: boolean | undefined
|
|
17509
|
-
is_cooling?: boolean | undefined
|
|
17510
|
-
is_fan_running?: boolean | undefined
|
|
17511
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
17512
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
17513
|
-
current_climate_setting?:
|
|
17514
|
-
| {
|
|
17515
|
-
automatic_heating_enabled: boolean
|
|
17516
|
-
automatic_cooling_enabled: boolean
|
|
17517
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17518
|
-
cooling_set_point_celsius?: number | undefined
|
|
17519
|
-
heating_set_point_celsius?: number | undefined
|
|
17520
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
17521
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
17522
|
-
manual_override_allowed: boolean
|
|
17523
|
-
}
|
|
17524
|
-
| undefined
|
|
17525
|
-
default_climate_setting?:
|
|
17526
|
-
| (
|
|
17527
|
-
| {
|
|
17528
|
-
automatic_heating_enabled: boolean
|
|
17529
|
-
automatic_cooling_enabled: boolean
|
|
17530
|
-
hvac_mode_setting:
|
|
17531
|
-
| 'off'
|
|
17532
|
-
| 'heat'
|
|
17533
|
-
| 'cool'
|
|
17534
|
-
| 'heat_cool'
|
|
17535
|
-
cooling_set_point_celsius?: number | undefined
|
|
17536
|
-
heating_set_point_celsius?: number | undefined
|
|
17537
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
17538
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
17539
|
-
manual_override_allowed: boolean
|
|
17540
|
-
}
|
|
17541
|
-
| undefined
|
|
17542
|
-
)
|
|
17543
|
-
| undefined
|
|
17544
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
17545
|
-
active_climate_setting_schedule?:
|
|
17546
|
-
| (
|
|
17547
|
-
| {
|
|
17548
|
-
climate_setting_schedule_id: string
|
|
17549
|
-
schedule_type: 'time_bound'
|
|
17550
|
-
device_id: string
|
|
17551
|
-
name?: string | undefined
|
|
17552
|
-
schedule_starts_at: string
|
|
17553
|
-
schedule_ends_at: string
|
|
17554
|
-
created_at: string
|
|
17555
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
17556
|
-
errors?: any
|
|
17557
|
-
automatic_heating_enabled?: boolean | undefined
|
|
17558
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
17559
|
-
hvac_mode_setting?:
|
|
17560
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
17561
|
-
| undefined
|
|
17562
|
-
cooling_set_point_celsius?:
|
|
17563
|
-
| (number | undefined)
|
|
17564
|
-
| undefined
|
|
17565
|
-
heating_set_point_celsius?:
|
|
17566
|
-
| (number | undefined)
|
|
17567
|
-
| undefined
|
|
17568
|
-
cooling_set_point_fahrenheit?:
|
|
17569
|
-
| (number | undefined)
|
|
17570
|
-
| undefined
|
|
17571
|
-
heating_set_point_fahrenheit?:
|
|
17572
|
-
| (number | undefined)
|
|
17573
|
-
| undefined
|
|
17574
|
-
manual_override_allowed?: boolean | undefined
|
|
17575
|
-
}
|
|
17576
|
-
| undefined
|
|
17577
|
-
)
|
|
17578
|
-
| undefined
|
|
17579
|
-
min_heating_set_point_celsius?: number | undefined
|
|
17580
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
17581
|
-
max_heating_set_point_celsius?: number | undefined
|
|
17582
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
17583
|
-
}
|
|
17584
|
-
| {
|
|
17585
|
-
temperature_fahrenheit?: number | undefined
|
|
17586
|
-
temperature_celsius?: number | undefined
|
|
17587
|
-
relative_humidity?: number | undefined
|
|
17588
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
17589
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
17590
|
-
available_hvac_mode_settings?:
|
|
17591
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
17592
|
-
| undefined
|
|
17593
|
-
is_heating_available?: false | undefined
|
|
17594
|
-
is_cooling_available?: true | undefined
|
|
17595
|
-
is_heating?: boolean | undefined
|
|
17596
|
-
is_cooling?: boolean | undefined
|
|
17597
|
-
is_fan_running?: boolean | undefined
|
|
17598
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
17599
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
17600
|
-
current_climate_setting?:
|
|
17601
|
-
| {
|
|
17602
|
-
automatic_heating_enabled: boolean
|
|
17603
|
-
automatic_cooling_enabled: boolean
|
|
17604
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17605
|
-
cooling_set_point_celsius?: number | undefined
|
|
17606
|
-
heating_set_point_celsius?: number | undefined
|
|
17607
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
17608
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
17609
|
-
manual_override_allowed: boolean
|
|
17610
|
-
}
|
|
17611
|
-
| undefined
|
|
17612
|
-
default_climate_setting?:
|
|
17613
|
-
| (
|
|
17614
|
-
| {
|
|
17615
|
-
automatic_heating_enabled: boolean
|
|
17616
|
-
automatic_cooling_enabled: boolean
|
|
17617
|
-
hvac_mode_setting:
|
|
17618
|
-
| 'off'
|
|
17619
|
-
| 'heat'
|
|
17620
|
-
| 'cool'
|
|
17621
|
-
| 'heat_cool'
|
|
17622
|
-
cooling_set_point_celsius?: number | undefined
|
|
17623
|
-
heating_set_point_celsius?: number | undefined
|
|
17624
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
17625
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
17626
|
-
manual_override_allowed: boolean
|
|
17627
|
-
}
|
|
17628
|
-
| undefined
|
|
17629
|
-
)
|
|
17630
|
-
| undefined
|
|
17631
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
17632
|
-
active_climate_setting_schedule?:
|
|
17633
|
-
| (
|
|
17634
|
-
| {
|
|
17635
|
-
climate_setting_schedule_id: string
|
|
17636
|
-
schedule_type: 'time_bound'
|
|
17637
|
-
device_id: string
|
|
17638
|
-
name?: string | undefined
|
|
17639
|
-
schedule_starts_at: string
|
|
17640
|
-
schedule_ends_at: string
|
|
17641
|
-
created_at: string
|
|
17642
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
17643
|
-
errors?: any
|
|
17644
|
-
automatic_heating_enabled?: boolean | undefined
|
|
17645
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
17646
|
-
hvac_mode_setting?:
|
|
17647
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
17648
|
-
| undefined
|
|
17649
|
-
cooling_set_point_celsius?:
|
|
17650
|
-
| (number | undefined)
|
|
17651
|
-
| undefined
|
|
17652
|
-
heating_set_point_celsius?:
|
|
17653
|
-
| (number | undefined)
|
|
17654
|
-
| undefined
|
|
17655
|
-
cooling_set_point_fahrenheit?:
|
|
17656
|
-
| (number | undefined)
|
|
17657
|
-
| undefined
|
|
17658
|
-
heating_set_point_fahrenheit?:
|
|
17659
|
-
| (number | undefined)
|
|
17660
|
-
| undefined
|
|
17661
|
-
manual_override_allowed?: boolean | undefined
|
|
17662
|
-
}
|
|
17663
|
-
| undefined
|
|
17664
|
-
)
|
|
17665
|
-
| undefined
|
|
17666
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
17667
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
17668
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
17669
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
17670
|
-
}
|
|
17671
|
-
))
|
|
15720
|
+
} & {
|
|
15721
|
+
temperature_fahrenheit?: number | undefined
|
|
15722
|
+
temperature_celsius?: number | undefined
|
|
15723
|
+
relative_humidity?: number | undefined
|
|
15724
|
+
can_enable_automatic_heating?: boolean | undefined
|
|
15725
|
+
can_enable_automatic_cooling?: boolean | undefined
|
|
15726
|
+
available_hvac_mode_settings?:
|
|
15727
|
+
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
15728
|
+
| undefined
|
|
15729
|
+
is_heating?: boolean | undefined
|
|
15730
|
+
is_cooling?: boolean | undefined
|
|
15731
|
+
is_fan_running?: boolean | undefined
|
|
15732
|
+
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
15733
|
+
is_temporary_manual_override_active?: boolean | undefined
|
|
15734
|
+
current_climate_setting?:
|
|
15735
|
+
| {
|
|
15736
|
+
automatic_heating_enabled: boolean
|
|
15737
|
+
automatic_cooling_enabled: boolean
|
|
15738
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
15739
|
+
cooling_set_point_celsius?: number | undefined
|
|
15740
|
+
heating_set_point_celsius?: number | undefined
|
|
15741
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
15742
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
15743
|
+
manual_override_allowed: boolean
|
|
15744
|
+
}
|
|
15745
|
+
| undefined
|
|
15746
|
+
default_climate_setting?:
|
|
15747
|
+
| {
|
|
15748
|
+
automatic_heating_enabled: boolean
|
|
15749
|
+
automatic_cooling_enabled: boolean
|
|
15750
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
15751
|
+
cooling_set_point_celsius?: number | undefined
|
|
15752
|
+
heating_set_point_celsius?: number | undefined
|
|
15753
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
15754
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
15755
|
+
manual_override_allowed: boolean
|
|
15756
|
+
}
|
|
15757
|
+
| undefined
|
|
15758
|
+
is_climate_setting_schedule_active?: boolean | undefined
|
|
15759
|
+
active_climate_setting_schedule?:
|
|
15760
|
+
| {
|
|
15761
|
+
climate_setting_schedule_id: string
|
|
15762
|
+
schedule_type: 'time_bound'
|
|
15763
|
+
device_id: string
|
|
15764
|
+
name?: string | undefined
|
|
15765
|
+
schedule_starts_at: string
|
|
15766
|
+
schedule_ends_at: string
|
|
15767
|
+
created_at: string
|
|
15768
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
15769
|
+
errors?: any
|
|
15770
|
+
automatic_heating_enabled?: boolean | undefined
|
|
15771
|
+
automatic_cooling_enabled?: boolean | undefined
|
|
15772
|
+
hvac_mode_setting?:
|
|
15773
|
+
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
15774
|
+
| undefined
|
|
15775
|
+
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
15776
|
+
heating_set_point_celsius?: (number | undefined) | undefined
|
|
15777
|
+
cooling_set_point_fahrenheit?:
|
|
15778
|
+
| (number | undefined)
|
|
15779
|
+
| undefined
|
|
15780
|
+
heating_set_point_fahrenheit?:
|
|
15781
|
+
| (number | undefined)
|
|
15782
|
+
| undefined
|
|
15783
|
+
manual_override_allowed?: boolean | undefined
|
|
15784
|
+
}
|
|
15785
|
+
| undefined
|
|
15786
|
+
min_cooling_set_point_celsius?: number | undefined
|
|
15787
|
+
min_cooling_set_point_fahrenheit?: number | undefined
|
|
15788
|
+
max_cooling_set_point_celsius?: number | undefined
|
|
15789
|
+
max_cooling_set_point_fahrenheit?: number | undefined
|
|
15790
|
+
min_heating_set_point_celsius?: number | undefined
|
|
15791
|
+
min_heating_set_point_fahrenheit?: number | undefined
|
|
15792
|
+
max_heating_set_point_celsius?: number | undefined
|
|
15793
|
+
max_heating_set_point_fahrenheit?: number | undefined
|
|
15794
|
+
min_heating_cooling_delta_celsius?: number | undefined
|
|
15795
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
15796
|
+
})
|
|
17672
15797
|
/** Location information for the device. */
|
|
17673
15798
|
location: {
|
|
17674
15799
|
/** Name of the device location. */
|
|
@@ -19194,275 +17319,83 @@ export interface Routes {
|
|
|
19194
17319
|
)
|
|
19195
17320
|
| undefined
|
|
19196
17321
|
door_open?: (boolean | undefined) | undefined
|
|
19197
|
-
} &
|
|
19198
|
-
|
|
|
19199
|
-
|
|
19200
|
-
|
|
19201
|
-
|
|
19202
|
-
|
|
19203
|
-
|
|
19204
|
-
|
|
19205
|
-
|
|
19206
|
-
|
|
19207
|
-
|
|
19208
|
-
|
|
19209
|
-
|
|
19210
|
-
|
|
19211
|
-
|
|
19212
|
-
|
|
19213
|
-
|
|
19214
|
-
|
|
19215
|
-
|
|
|
19216
|
-
|
|
19217
|
-
|
|
19218
|
-
|
|
19219
|
-
|
|
19220
|
-
|
|
19221
|
-
|
|
19222
|
-
|
|
19223
|
-
|
|
19224
|
-
|
|
19225
|
-
|
|
19226
|
-
|
|
19227
|
-
|
|
|
19228
|
-
|
|
19229
|
-
|
|
19230
|
-
|
|
19231
|
-
|
|
19232
|
-
|
|
19233
|
-
|
|
19234
|
-
|
|
19235
|
-
|
|
19236
|
-
|
|
19237
|
-
|
|
19238
|
-
|
|
19239
|
-
|
|
19240
|
-
|
|
19241
|
-
|
|
19242
|
-
|
|
19243
|
-
|
|
19244
|
-
|
|
19245
|
-
|
|
19246
|
-
|
|
19247
|
-
|
|
|
19248
|
-
|
|
19249
|
-
|
|
19250
|
-
|
|
19251
|
-
|
|
19252
|
-
|
|
19253
|
-
|
|
19254
|
-
|
|
19255
|
-
|
|
19256
|
-
|
|
19257
|
-
|
|
19258
|
-
|
|
19259
|
-
|
|
19260
|
-
|
|
19261
|
-
|
|
19262
|
-
|
|
19263
|
-
|
|
19264
|
-
|
|
19265
|
-
|
|
19266
|
-
|
|
19267
|
-
|
|
19268
|
-
|
|
19269
|
-
|
|
19270
|
-
|
|
19271
|
-
|
|
19272
|
-
|
|
19273
|
-
|
|
19274
|
-
| undefined
|
|
19275
|
-
manual_override_allowed?: boolean | undefined
|
|
19276
|
-
}
|
|
19277
|
-
| undefined
|
|
19278
|
-
)
|
|
19279
|
-
| undefined
|
|
19280
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
19281
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
19282
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
19283
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
19284
|
-
min_heating_set_point_celsius?: number | undefined
|
|
19285
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
19286
|
-
max_heating_set_point_celsius?: number | undefined
|
|
19287
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
19288
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
19289
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
19290
|
-
}
|
|
19291
|
-
| {
|
|
19292
|
-
temperature_fahrenheit?: number | undefined
|
|
19293
|
-
temperature_celsius?: number | undefined
|
|
19294
|
-
relative_humidity?: number | undefined
|
|
19295
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
19296
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
19297
|
-
available_hvac_mode_settings?:
|
|
19298
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
19299
|
-
| undefined
|
|
19300
|
-
is_heating_available?: true | undefined
|
|
19301
|
-
is_cooling_available?: false | undefined
|
|
19302
|
-
is_heating?: boolean | undefined
|
|
19303
|
-
is_cooling?: boolean | undefined
|
|
19304
|
-
is_fan_running?: boolean | undefined
|
|
19305
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
19306
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
19307
|
-
current_climate_setting?:
|
|
19308
|
-
| {
|
|
19309
|
-
automatic_heating_enabled: boolean
|
|
19310
|
-
automatic_cooling_enabled: boolean
|
|
19311
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
19312
|
-
cooling_set_point_celsius?: number | undefined
|
|
19313
|
-
heating_set_point_celsius?: number | undefined
|
|
19314
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
19315
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
19316
|
-
manual_override_allowed: boolean
|
|
19317
|
-
}
|
|
19318
|
-
| undefined
|
|
19319
|
-
default_climate_setting?:
|
|
19320
|
-
| (
|
|
19321
|
-
| {
|
|
19322
|
-
automatic_heating_enabled: boolean
|
|
19323
|
-
automatic_cooling_enabled: boolean
|
|
19324
|
-
hvac_mode_setting:
|
|
19325
|
-
| 'off'
|
|
19326
|
-
| 'heat'
|
|
19327
|
-
| 'cool'
|
|
19328
|
-
| 'heat_cool'
|
|
19329
|
-
cooling_set_point_celsius?: number | undefined
|
|
19330
|
-
heating_set_point_celsius?: number | undefined
|
|
19331
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
19332
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
19333
|
-
manual_override_allowed: boolean
|
|
19334
|
-
}
|
|
19335
|
-
| undefined
|
|
19336
|
-
)
|
|
19337
|
-
| undefined
|
|
19338
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
19339
|
-
active_climate_setting_schedule?:
|
|
19340
|
-
| (
|
|
19341
|
-
| {
|
|
19342
|
-
climate_setting_schedule_id: string
|
|
19343
|
-
schedule_type: 'time_bound'
|
|
19344
|
-
device_id: string
|
|
19345
|
-
name?: string | undefined
|
|
19346
|
-
schedule_starts_at: string
|
|
19347
|
-
schedule_ends_at: string
|
|
19348
|
-
created_at: string
|
|
19349
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
19350
|
-
errors?: any
|
|
19351
|
-
automatic_heating_enabled?: boolean | undefined
|
|
19352
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
19353
|
-
hvac_mode_setting?:
|
|
19354
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
19355
|
-
| undefined
|
|
19356
|
-
cooling_set_point_celsius?:
|
|
19357
|
-
| (number | undefined)
|
|
19358
|
-
| undefined
|
|
19359
|
-
heating_set_point_celsius?:
|
|
19360
|
-
| (number | undefined)
|
|
19361
|
-
| undefined
|
|
19362
|
-
cooling_set_point_fahrenheit?:
|
|
19363
|
-
| (number | undefined)
|
|
19364
|
-
| undefined
|
|
19365
|
-
heating_set_point_fahrenheit?:
|
|
19366
|
-
| (number | undefined)
|
|
19367
|
-
| undefined
|
|
19368
|
-
manual_override_allowed?: boolean | undefined
|
|
19369
|
-
}
|
|
19370
|
-
| undefined
|
|
19371
|
-
)
|
|
19372
|
-
| undefined
|
|
19373
|
-
min_heating_set_point_celsius?: number | undefined
|
|
19374
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
19375
|
-
max_heating_set_point_celsius?: number | undefined
|
|
19376
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
19377
|
-
}
|
|
19378
|
-
| {
|
|
19379
|
-
temperature_fahrenheit?: number | undefined
|
|
19380
|
-
temperature_celsius?: number | undefined
|
|
19381
|
-
relative_humidity?: number | undefined
|
|
19382
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
19383
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
19384
|
-
available_hvac_mode_settings?:
|
|
19385
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
19386
|
-
| undefined
|
|
19387
|
-
is_heating_available?: false | undefined
|
|
19388
|
-
is_cooling_available?: true | undefined
|
|
19389
|
-
is_heating?: boolean | undefined
|
|
19390
|
-
is_cooling?: boolean | undefined
|
|
19391
|
-
is_fan_running?: boolean | undefined
|
|
19392
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
19393
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
19394
|
-
current_climate_setting?:
|
|
19395
|
-
| {
|
|
19396
|
-
automatic_heating_enabled: boolean
|
|
19397
|
-
automatic_cooling_enabled: boolean
|
|
19398
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
19399
|
-
cooling_set_point_celsius?: number | undefined
|
|
19400
|
-
heating_set_point_celsius?: number | undefined
|
|
19401
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
19402
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
19403
|
-
manual_override_allowed: boolean
|
|
19404
|
-
}
|
|
19405
|
-
| undefined
|
|
19406
|
-
default_climate_setting?:
|
|
19407
|
-
| (
|
|
19408
|
-
| {
|
|
19409
|
-
automatic_heating_enabled: boolean
|
|
19410
|
-
automatic_cooling_enabled: boolean
|
|
19411
|
-
hvac_mode_setting:
|
|
19412
|
-
| 'off'
|
|
19413
|
-
| 'heat'
|
|
19414
|
-
| 'cool'
|
|
19415
|
-
| 'heat_cool'
|
|
19416
|
-
cooling_set_point_celsius?: number | undefined
|
|
19417
|
-
heating_set_point_celsius?: number | undefined
|
|
19418
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
19419
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
19420
|
-
manual_override_allowed: boolean
|
|
19421
|
-
}
|
|
19422
|
-
| undefined
|
|
19423
|
-
)
|
|
19424
|
-
| undefined
|
|
19425
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
19426
|
-
active_climate_setting_schedule?:
|
|
19427
|
-
| (
|
|
19428
|
-
| {
|
|
19429
|
-
climate_setting_schedule_id: string
|
|
19430
|
-
schedule_type: 'time_bound'
|
|
19431
|
-
device_id: string
|
|
19432
|
-
name?: string | undefined
|
|
19433
|
-
schedule_starts_at: string
|
|
19434
|
-
schedule_ends_at: string
|
|
19435
|
-
created_at: string
|
|
19436
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
19437
|
-
errors?: any
|
|
19438
|
-
automatic_heating_enabled?: boolean | undefined
|
|
19439
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
19440
|
-
hvac_mode_setting?:
|
|
19441
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
19442
|
-
| undefined
|
|
19443
|
-
cooling_set_point_celsius?:
|
|
19444
|
-
| (number | undefined)
|
|
19445
|
-
| undefined
|
|
19446
|
-
heating_set_point_celsius?:
|
|
19447
|
-
| (number | undefined)
|
|
19448
|
-
| undefined
|
|
19449
|
-
cooling_set_point_fahrenheit?:
|
|
19450
|
-
| (number | undefined)
|
|
19451
|
-
| undefined
|
|
19452
|
-
heating_set_point_fahrenheit?:
|
|
19453
|
-
| (number | undefined)
|
|
19454
|
-
| undefined
|
|
19455
|
-
manual_override_allowed?: boolean | undefined
|
|
19456
|
-
}
|
|
19457
|
-
| undefined
|
|
19458
|
-
)
|
|
19459
|
-
| undefined
|
|
19460
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
19461
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
19462
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
19463
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
19464
|
-
}
|
|
19465
|
-
))
|
|
17322
|
+
} & {
|
|
17323
|
+
temperature_fahrenheit?: number | undefined
|
|
17324
|
+
temperature_celsius?: number | undefined
|
|
17325
|
+
relative_humidity?: number | undefined
|
|
17326
|
+
can_enable_automatic_heating?: boolean | undefined
|
|
17327
|
+
can_enable_automatic_cooling?: boolean | undefined
|
|
17328
|
+
available_hvac_mode_settings?:
|
|
17329
|
+
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
17330
|
+
| undefined
|
|
17331
|
+
is_heating?: boolean | undefined
|
|
17332
|
+
is_cooling?: boolean | undefined
|
|
17333
|
+
is_fan_running?: boolean | undefined
|
|
17334
|
+
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
17335
|
+
is_temporary_manual_override_active?: boolean | undefined
|
|
17336
|
+
current_climate_setting?:
|
|
17337
|
+
| {
|
|
17338
|
+
automatic_heating_enabled: boolean
|
|
17339
|
+
automatic_cooling_enabled: boolean
|
|
17340
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17341
|
+
cooling_set_point_celsius?: number | undefined
|
|
17342
|
+
heating_set_point_celsius?: number | undefined
|
|
17343
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
17344
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
17345
|
+
manual_override_allowed: boolean
|
|
17346
|
+
}
|
|
17347
|
+
| undefined
|
|
17348
|
+
default_climate_setting?:
|
|
17349
|
+
| {
|
|
17350
|
+
automatic_heating_enabled: boolean
|
|
17351
|
+
automatic_cooling_enabled: boolean
|
|
17352
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17353
|
+
cooling_set_point_celsius?: number | undefined
|
|
17354
|
+
heating_set_point_celsius?: number | undefined
|
|
17355
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
17356
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
17357
|
+
manual_override_allowed: boolean
|
|
17358
|
+
}
|
|
17359
|
+
| undefined
|
|
17360
|
+
is_climate_setting_schedule_active?: boolean | undefined
|
|
17361
|
+
active_climate_setting_schedule?:
|
|
17362
|
+
| {
|
|
17363
|
+
climate_setting_schedule_id: string
|
|
17364
|
+
schedule_type: 'time_bound'
|
|
17365
|
+
device_id: string
|
|
17366
|
+
name?: string | undefined
|
|
17367
|
+
schedule_starts_at: string
|
|
17368
|
+
schedule_ends_at: string
|
|
17369
|
+
created_at: string
|
|
17370
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
17371
|
+
errors?: any
|
|
17372
|
+
automatic_heating_enabled?: boolean | undefined
|
|
17373
|
+
automatic_cooling_enabled?: boolean | undefined
|
|
17374
|
+
hvac_mode_setting?:
|
|
17375
|
+
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
17376
|
+
| undefined
|
|
17377
|
+
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
17378
|
+
heating_set_point_celsius?: (number | undefined) | undefined
|
|
17379
|
+
cooling_set_point_fahrenheit?:
|
|
17380
|
+
| (number | undefined)
|
|
17381
|
+
| undefined
|
|
17382
|
+
heating_set_point_fahrenheit?:
|
|
17383
|
+
| (number | undefined)
|
|
17384
|
+
| undefined
|
|
17385
|
+
manual_override_allowed?: boolean | undefined
|
|
17386
|
+
}
|
|
17387
|
+
| undefined
|
|
17388
|
+
min_cooling_set_point_celsius?: number | undefined
|
|
17389
|
+
min_cooling_set_point_fahrenheit?: number | undefined
|
|
17390
|
+
max_cooling_set_point_celsius?: number | undefined
|
|
17391
|
+
max_cooling_set_point_fahrenheit?: number | undefined
|
|
17392
|
+
min_heating_set_point_celsius?: number | undefined
|
|
17393
|
+
min_heating_set_point_fahrenheit?: number | undefined
|
|
17394
|
+
max_heating_set_point_celsius?: number | undefined
|
|
17395
|
+
max_heating_set_point_fahrenheit?: number | undefined
|
|
17396
|
+
min_heating_cooling_delta_celsius?: number | undefined
|
|
17397
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
17398
|
+
})
|
|
19466
17399
|
/** Location information for the device. */
|
|
19467
17400
|
location: {
|
|
19468
17401
|
/** Name of the device location. */
|
|
@@ -19936,275 +17869,83 @@ export interface Routes {
|
|
|
19936
17869
|
)
|
|
19937
17870
|
| undefined
|
|
19938
17871
|
door_open?: (boolean | undefined) | undefined
|
|
19939
|
-
} &
|
|
19940
|
-
|
|
|
19941
|
-
|
|
19942
|
-
|
|
19943
|
-
|
|
19944
|
-
|
|
19945
|
-
|
|
19946
|
-
|
|
19947
|
-
|
|
19948
|
-
|
|
19949
|
-
|
|
19950
|
-
|
|
19951
|
-
|
|
19952
|
-
|
|
19953
|
-
|
|
19954
|
-
|
|
19955
|
-
|
|
19956
|
-
|
|
19957
|
-
|
|
|
19958
|
-
|
|
19959
|
-
|
|
19960
|
-
|
|
19961
|
-
|
|
19962
|
-
|
|
19963
|
-
|
|
19964
|
-
|
|
19965
|
-
|
|
19966
|
-
|
|
19967
|
-
|
|
19968
|
-
|
|
19969
|
-
|
|
|
19970
|
-
|
|
19971
|
-
|
|
19972
|
-
|
|
19973
|
-
|
|
19974
|
-
|
|
19975
|
-
|
|
19976
|
-
|
|
19977
|
-
|
|
19978
|
-
|
|
19979
|
-
|
|
19980
|
-
|
|
19981
|
-
|
|
19982
|
-
|
|
19983
|
-
|
|
19984
|
-
|
|
19985
|
-
|
|
19986
|
-
|
|
19987
|
-
|
|
19988
|
-
|
|
19989
|
-
|
|
|
19990
|
-
|
|
19991
|
-
|
|
19992
|
-
|
|
19993
|
-
|
|
19994
|
-
|
|
19995
|
-
|
|
19996
|
-
|
|
19997
|
-
|
|
19998
|
-
|
|
19999
|
-
|
|
20000
|
-
|
|
20001
|
-
|
|
20002
|
-
|
|
20003
|
-
|
|
20004
|
-
|
|
20005
|
-
|
|
20006
|
-
|
|
20007
|
-
|
|
20008
|
-
|
|
20009
|
-
|
|
20010
|
-
|
|
20011
|
-
|
|
20012
|
-
|
|
20013
|
-
|
|
20014
|
-
|
|
20015
|
-
|
|
20016
|
-
| undefined
|
|
20017
|
-
manual_override_allowed?: boolean | undefined
|
|
20018
|
-
}
|
|
20019
|
-
| undefined
|
|
20020
|
-
)
|
|
20021
|
-
| undefined
|
|
20022
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
20023
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
20024
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
20025
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
20026
|
-
min_heating_set_point_celsius?: number | undefined
|
|
20027
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
20028
|
-
max_heating_set_point_celsius?: number | undefined
|
|
20029
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
20030
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
20031
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
20032
|
-
}
|
|
20033
|
-
| {
|
|
20034
|
-
temperature_fahrenheit?: number | undefined
|
|
20035
|
-
temperature_celsius?: number | undefined
|
|
20036
|
-
relative_humidity?: number | undefined
|
|
20037
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
20038
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
20039
|
-
available_hvac_mode_settings?:
|
|
20040
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
20041
|
-
| undefined
|
|
20042
|
-
is_heating_available?: true | undefined
|
|
20043
|
-
is_cooling_available?: false | undefined
|
|
20044
|
-
is_heating?: boolean | undefined
|
|
20045
|
-
is_cooling?: boolean | undefined
|
|
20046
|
-
is_fan_running?: boolean | undefined
|
|
20047
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
20048
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
20049
|
-
current_climate_setting?:
|
|
20050
|
-
| {
|
|
20051
|
-
automatic_heating_enabled: boolean
|
|
20052
|
-
automatic_cooling_enabled: boolean
|
|
20053
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
20054
|
-
cooling_set_point_celsius?: number | undefined
|
|
20055
|
-
heating_set_point_celsius?: number | undefined
|
|
20056
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
20057
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
20058
|
-
manual_override_allowed: boolean
|
|
20059
|
-
}
|
|
20060
|
-
| undefined
|
|
20061
|
-
default_climate_setting?:
|
|
20062
|
-
| (
|
|
20063
|
-
| {
|
|
20064
|
-
automatic_heating_enabled: boolean
|
|
20065
|
-
automatic_cooling_enabled: boolean
|
|
20066
|
-
hvac_mode_setting:
|
|
20067
|
-
| 'off'
|
|
20068
|
-
| 'heat'
|
|
20069
|
-
| 'cool'
|
|
20070
|
-
| 'heat_cool'
|
|
20071
|
-
cooling_set_point_celsius?: number | undefined
|
|
20072
|
-
heating_set_point_celsius?: number | undefined
|
|
20073
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
20074
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
20075
|
-
manual_override_allowed: boolean
|
|
20076
|
-
}
|
|
20077
|
-
| undefined
|
|
20078
|
-
)
|
|
20079
|
-
| undefined
|
|
20080
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
20081
|
-
active_climate_setting_schedule?:
|
|
20082
|
-
| (
|
|
20083
|
-
| {
|
|
20084
|
-
climate_setting_schedule_id: string
|
|
20085
|
-
schedule_type: 'time_bound'
|
|
20086
|
-
device_id: string
|
|
20087
|
-
name?: string | undefined
|
|
20088
|
-
schedule_starts_at: string
|
|
20089
|
-
schedule_ends_at: string
|
|
20090
|
-
created_at: string
|
|
20091
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
20092
|
-
errors?: any
|
|
20093
|
-
automatic_heating_enabled?: boolean | undefined
|
|
20094
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
20095
|
-
hvac_mode_setting?:
|
|
20096
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
20097
|
-
| undefined
|
|
20098
|
-
cooling_set_point_celsius?:
|
|
20099
|
-
| (number | undefined)
|
|
20100
|
-
| undefined
|
|
20101
|
-
heating_set_point_celsius?:
|
|
20102
|
-
| (number | undefined)
|
|
20103
|
-
| undefined
|
|
20104
|
-
cooling_set_point_fahrenheit?:
|
|
20105
|
-
| (number | undefined)
|
|
20106
|
-
| undefined
|
|
20107
|
-
heating_set_point_fahrenheit?:
|
|
20108
|
-
| (number | undefined)
|
|
20109
|
-
| undefined
|
|
20110
|
-
manual_override_allowed?: boolean | undefined
|
|
20111
|
-
}
|
|
20112
|
-
| undefined
|
|
20113
|
-
)
|
|
20114
|
-
| undefined
|
|
20115
|
-
min_heating_set_point_celsius?: number | undefined
|
|
20116
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
20117
|
-
max_heating_set_point_celsius?: number | undefined
|
|
20118
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
20119
|
-
}
|
|
20120
|
-
| {
|
|
20121
|
-
temperature_fahrenheit?: number | undefined
|
|
20122
|
-
temperature_celsius?: number | undefined
|
|
20123
|
-
relative_humidity?: number | undefined
|
|
20124
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
20125
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
20126
|
-
available_hvac_mode_settings?:
|
|
20127
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
20128
|
-
| undefined
|
|
20129
|
-
is_heating_available?: false | undefined
|
|
20130
|
-
is_cooling_available?: true | undefined
|
|
20131
|
-
is_heating?: boolean | undefined
|
|
20132
|
-
is_cooling?: boolean | undefined
|
|
20133
|
-
is_fan_running?: boolean | undefined
|
|
20134
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
20135
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
20136
|
-
current_climate_setting?:
|
|
20137
|
-
| {
|
|
20138
|
-
automatic_heating_enabled: boolean
|
|
20139
|
-
automatic_cooling_enabled: boolean
|
|
20140
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
20141
|
-
cooling_set_point_celsius?: number | undefined
|
|
20142
|
-
heating_set_point_celsius?: number | undefined
|
|
20143
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
20144
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
20145
|
-
manual_override_allowed: boolean
|
|
20146
|
-
}
|
|
20147
|
-
| undefined
|
|
20148
|
-
default_climate_setting?:
|
|
20149
|
-
| (
|
|
20150
|
-
| {
|
|
20151
|
-
automatic_heating_enabled: boolean
|
|
20152
|
-
automatic_cooling_enabled: boolean
|
|
20153
|
-
hvac_mode_setting:
|
|
20154
|
-
| 'off'
|
|
20155
|
-
| 'heat'
|
|
20156
|
-
| 'cool'
|
|
20157
|
-
| 'heat_cool'
|
|
20158
|
-
cooling_set_point_celsius?: number | undefined
|
|
20159
|
-
heating_set_point_celsius?: number | undefined
|
|
20160
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
20161
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
20162
|
-
manual_override_allowed: boolean
|
|
20163
|
-
}
|
|
20164
|
-
| undefined
|
|
20165
|
-
)
|
|
20166
|
-
| undefined
|
|
20167
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
20168
|
-
active_climate_setting_schedule?:
|
|
20169
|
-
| (
|
|
20170
|
-
| {
|
|
20171
|
-
climate_setting_schedule_id: string
|
|
20172
|
-
schedule_type: 'time_bound'
|
|
20173
|
-
device_id: string
|
|
20174
|
-
name?: string | undefined
|
|
20175
|
-
schedule_starts_at: string
|
|
20176
|
-
schedule_ends_at: string
|
|
20177
|
-
created_at: string
|
|
20178
|
-
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
20179
|
-
errors?: any
|
|
20180
|
-
automatic_heating_enabled?: boolean | undefined
|
|
20181
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
20182
|
-
hvac_mode_setting?:
|
|
20183
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
20184
|
-
| undefined
|
|
20185
|
-
cooling_set_point_celsius?:
|
|
20186
|
-
| (number | undefined)
|
|
20187
|
-
| undefined
|
|
20188
|
-
heating_set_point_celsius?:
|
|
20189
|
-
| (number | undefined)
|
|
20190
|
-
| undefined
|
|
20191
|
-
cooling_set_point_fahrenheit?:
|
|
20192
|
-
| (number | undefined)
|
|
20193
|
-
| undefined
|
|
20194
|
-
heating_set_point_fahrenheit?:
|
|
20195
|
-
| (number | undefined)
|
|
20196
|
-
| undefined
|
|
20197
|
-
manual_override_allowed?: boolean | undefined
|
|
20198
|
-
}
|
|
20199
|
-
| undefined
|
|
20200
|
-
)
|
|
20201
|
-
| undefined
|
|
20202
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
20203
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
20204
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
20205
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
20206
|
-
}
|
|
20207
|
-
))
|
|
17872
|
+
} & {
|
|
17873
|
+
temperature_fahrenheit?: number | undefined
|
|
17874
|
+
temperature_celsius?: number | undefined
|
|
17875
|
+
relative_humidity?: number | undefined
|
|
17876
|
+
can_enable_automatic_heating?: boolean | undefined
|
|
17877
|
+
can_enable_automatic_cooling?: boolean | undefined
|
|
17878
|
+
available_hvac_mode_settings?:
|
|
17879
|
+
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
17880
|
+
| undefined
|
|
17881
|
+
is_heating?: boolean | undefined
|
|
17882
|
+
is_cooling?: boolean | undefined
|
|
17883
|
+
is_fan_running?: boolean | undefined
|
|
17884
|
+
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
17885
|
+
is_temporary_manual_override_active?: boolean | undefined
|
|
17886
|
+
current_climate_setting?:
|
|
17887
|
+
| {
|
|
17888
|
+
automatic_heating_enabled: boolean
|
|
17889
|
+
automatic_cooling_enabled: boolean
|
|
17890
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17891
|
+
cooling_set_point_celsius?: number | undefined
|
|
17892
|
+
heating_set_point_celsius?: number | undefined
|
|
17893
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
17894
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
17895
|
+
manual_override_allowed: boolean
|
|
17896
|
+
}
|
|
17897
|
+
| undefined
|
|
17898
|
+
default_climate_setting?:
|
|
17899
|
+
| {
|
|
17900
|
+
automatic_heating_enabled: boolean
|
|
17901
|
+
automatic_cooling_enabled: boolean
|
|
17902
|
+
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17903
|
+
cooling_set_point_celsius?: number | undefined
|
|
17904
|
+
heating_set_point_celsius?: number | undefined
|
|
17905
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
17906
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
17907
|
+
manual_override_allowed: boolean
|
|
17908
|
+
}
|
|
17909
|
+
| undefined
|
|
17910
|
+
is_climate_setting_schedule_active?: boolean | undefined
|
|
17911
|
+
active_climate_setting_schedule?:
|
|
17912
|
+
| {
|
|
17913
|
+
climate_setting_schedule_id: string
|
|
17914
|
+
schedule_type: 'time_bound'
|
|
17915
|
+
device_id: string
|
|
17916
|
+
name?: string | undefined
|
|
17917
|
+
schedule_starts_at: string
|
|
17918
|
+
schedule_ends_at: string
|
|
17919
|
+
created_at: string
|
|
17920
|
+
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
17921
|
+
errors?: any
|
|
17922
|
+
automatic_heating_enabled?: boolean | undefined
|
|
17923
|
+
automatic_cooling_enabled?: boolean | undefined
|
|
17924
|
+
hvac_mode_setting?:
|
|
17925
|
+
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
17926
|
+
| undefined
|
|
17927
|
+
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
17928
|
+
heating_set_point_celsius?: (number | undefined) | undefined
|
|
17929
|
+
cooling_set_point_fahrenheit?:
|
|
17930
|
+
| (number | undefined)
|
|
17931
|
+
| undefined
|
|
17932
|
+
heating_set_point_fahrenheit?:
|
|
17933
|
+
| (number | undefined)
|
|
17934
|
+
| undefined
|
|
17935
|
+
manual_override_allowed?: boolean | undefined
|
|
17936
|
+
}
|
|
17937
|
+
| undefined
|
|
17938
|
+
min_cooling_set_point_celsius?: number | undefined
|
|
17939
|
+
min_cooling_set_point_fahrenheit?: number | undefined
|
|
17940
|
+
max_cooling_set_point_celsius?: number | undefined
|
|
17941
|
+
max_cooling_set_point_fahrenheit?: number | undefined
|
|
17942
|
+
min_heating_set_point_celsius?: number | undefined
|
|
17943
|
+
min_heating_set_point_fahrenheit?: number | undefined
|
|
17944
|
+
max_heating_set_point_celsius?: number | undefined
|
|
17945
|
+
max_heating_set_point_fahrenheit?: number | undefined
|
|
17946
|
+
min_heating_cooling_delta_celsius?: number | undefined
|
|
17947
|
+
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
17948
|
+
})
|
|
20208
17949
|
/** Location information for the device. */
|
|
20209
17950
|
location: {
|
|
20210
17951
|
/** Name of the device location. */
|
|
@@ -20331,9 +18072,24 @@ export interface Routes {
|
|
|
20331
18072
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
20332
18073
|
error_code: 'visionline_instance_unreachable'
|
|
20333
18074
|
}
|
|
18075
|
+
| {
|
|
18076
|
+
/** Date and time at which Seam created the error. */
|
|
18077
|
+
created_at: string
|
|
18078
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
18079
|
+
message: string
|
|
18080
|
+
/** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
|
|
18081
|
+
error_code: 'salto_site_user_limit_reached'
|
|
18082
|
+
}
|
|
20334
18083
|
>
|
|
20335
|
-
/**
|
|
20336
|
-
warnings: Array<{
|
|
18084
|
+
/** Warnings associated with the `acs_system`. */
|
|
18085
|
+
warnings: Array<{
|
|
18086
|
+
/** Date and time at which Seam created the warning. */
|
|
18087
|
+
created_at: string
|
|
18088
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18089
|
+
message: string
|
|
18090
|
+
/** You have reached more than 80% of the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
|
|
18091
|
+
warning_code: 'salto_site_user_limit_almost_reached'
|
|
18092
|
+
}>
|
|
20337
18093
|
/** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the `acs_system`. */
|
|
20338
18094
|
can_automate_enrollment?: boolean | undefined
|
|
20339
18095
|
/** Indicates whether the `acs_system` supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
|