@seamapi/types 1.466.0 → 1.467.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.
@@ -9195,6 +9195,7 @@ export default {
9195
9195
  can_program_online_access_codes: { type: 'boolean' },
9196
9196
  can_remotely_lock: { type: 'boolean' },
9197
9197
  can_remotely_unlock: { type: 'boolean' },
9198
+ can_run_thermostat_programs: { type: 'boolean' },
9198
9199
  can_simulate_connection: { type: 'boolean' },
9199
9200
  can_simulate_disconnection: { type: 'boolean' },
9200
9201
  can_simulate_removal: { type: 'boolean' },
@@ -12175,6 +12176,13 @@ export default {
12175
12176
  type: 'number',
12176
12177
  'x-property-group-key': 'thermostats',
12177
12178
  },
12179
+ max_thermostat_daily_program_periods_per_day: {
12180
+ description:
12181
+ 'Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4.',
12182
+ format: 'float',
12183
+ type: 'number',
12184
+ 'x-property-group-key': 'thermostats',
12185
+ },
12178
12186
  min_cooling_set_point_celsius: {
12179
12187
  description:
12180
12188
  'Minimum [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points#cooling-set-point) in °C.',
@@ -12280,6 +12288,13 @@ export default {
12280
12288
  type: 'object',
12281
12289
  'x-property-group-key': 'thermostats',
12282
12290
  },
12291
+ thermostat_daily_program_period_precision_minutes: {
12292
+ description:
12293
+ "Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour.",
12294
+ format: 'float',
12295
+ type: 'number',
12296
+ 'x-property-group-key': 'thermostats',
12297
+ },
12283
12298
  thermostat_daily_programs: {
12284
12299
  description:
12285
12300
  'Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.',
@@ -12949,6 +12964,7 @@ export default {
12949
12964
  can_program_online_access_codes: { type: 'boolean' },
12950
12965
  can_remotely_lock: { type: 'boolean' },
12951
12966
  can_remotely_unlock: { type: 'boolean' },
12967
+ can_run_thermostat_programs: { type: 'boolean' },
12952
12968
  can_simulate_connection: { type: 'boolean' },
12953
12969
  can_simulate_disconnection: { type: 'boolean' },
12954
12970
  can_simulate_removal: { type: 'boolean' },
@@ -23621,6 +23637,7 @@ export default {
23621
23637
  can_program_online_access_codes: { type: 'boolean' },
23622
23638
  can_remotely_lock: { type: 'boolean' },
23623
23639
  can_remotely_unlock: { type: 'boolean' },
23640
+ can_run_thermostat_programs: { type: 'boolean' },
23624
23641
  can_simulate_connection: { type: 'boolean' },
23625
23642
  can_simulate_disconnection: { type: 'boolean' },
23626
23643
  can_simulate_removal: { type: 'boolean' },
@@ -40022,6 +40039,7 @@ export default {
40022
40039
  'can_simulate_connection',
40023
40040
  'can_simulate_disconnection',
40024
40041
  'can_unlock_with_code',
40042
+ 'can_run_thermostat_programs',
40025
40043
  ],
40026
40044
  type: 'string',
40027
40045
  },
@@ -40047,6 +40065,7 @@ export default {
40047
40065
  'can_simulate_connection',
40048
40066
  'can_simulate_disconnection',
40049
40067
  'can_unlock_with_code',
40068
+ 'can_run_thermostat_programs',
40050
40069
  ],
40051
40070
  type: 'string',
40052
40071
  },
@@ -40335,6 +40354,7 @@ export default {
40335
40354
  'can_simulate_connection',
40336
40355
  'can_simulate_disconnection',
40337
40356
  'can_unlock_with_code',
40357
+ 'can_run_thermostat_programs',
40338
40358
  ],
40339
40359
  type: 'string',
40340
40360
  },
@@ -40356,6 +40376,7 @@ export default {
40356
40376
  'can_simulate_connection',
40357
40377
  'can_simulate_disconnection',
40358
40378
  'can_unlock_with_code',
40379
+ 'can_run_thermostat_programs',
40359
40380
  ],
40360
40381
  type: 'string',
40361
40382
  },
@@ -41301,6 +41322,7 @@ export default {
41301
41322
  'can_simulate_connection',
41302
41323
  'can_simulate_disconnection',
41303
41324
  'can_unlock_with_code',
41325
+ 'can_run_thermostat_programs',
41304
41326
  ],
41305
41327
  type: 'string',
41306
41328
  },
@@ -41326,6 +41348,7 @@ export default {
41326
41348
  'can_simulate_connection',
41327
41349
  'can_simulate_disconnection',
41328
41350
  'can_unlock_with_code',
41351
+ 'can_run_thermostat_programs',
41329
41352
  ],
41330
41353
  type: 'string',
41331
41354
  },
@@ -41611,6 +41634,7 @@ export default {
41611
41634
  'can_simulate_connection',
41612
41635
  'can_simulate_disconnection',
41613
41636
  'can_unlock_with_code',
41637
+ 'can_run_thermostat_programs',
41614
41638
  ],
41615
41639
  type: 'string',
41616
41640
  },
@@ -41632,6 +41656,7 @@ export default {
41632
41656
  'can_simulate_connection',
41633
41657
  'can_simulate_disconnection',
41634
41658
  'can_unlock_with_code',
41659
+ 'can_run_thermostat_programs',
41635
41660
  ],
41636
41661
  type: 'string',
41637
41662
  },
@@ -43580,6 +43605,7 @@ export default {
43580
43605
  'can_simulate_connection',
43581
43606
  'can_simulate_disconnection',
43582
43607
  'can_unlock_with_code',
43608
+ 'can_run_thermostat_programs',
43583
43609
  ],
43584
43610
  type: 'string',
43585
43611
  },
@@ -43605,6 +43631,7 @@ export default {
43605
43631
  'can_simulate_connection',
43606
43632
  'can_simulate_disconnection',
43607
43633
  'can_unlock_with_code',
43634
+ 'can_run_thermostat_programs',
43608
43635
  ],
43609
43636
  type: 'string',
43610
43637
  },
@@ -43838,6 +43865,7 @@ export default {
43838
43865
  'can_simulate_connection',
43839
43866
  'can_simulate_disconnection',
43840
43867
  'can_unlock_with_code',
43868
+ 'can_run_thermostat_programs',
43841
43869
  ],
43842
43870
  type: 'string',
43843
43871
  },
@@ -43859,6 +43887,7 @@ export default {
43859
43887
  'can_simulate_connection',
43860
43888
  'can_simulate_disconnection',
43861
43889
  'can_unlock_with_code',
43890
+ 'can_run_thermostat_programs',
43862
43891
  ],
43863
43892
  type: 'string',
43864
43893
  },
@@ -44395,6 +44424,7 @@ export default {
44395
44424
  'can_simulate_connection',
44396
44425
  'can_simulate_disconnection',
44397
44426
  'can_unlock_with_code',
44427
+ 'can_run_thermostat_programs',
44398
44428
  ],
44399
44429
  type: 'string',
44400
44430
  },
@@ -44420,6 +44450,7 @@ export default {
44420
44450
  'can_simulate_connection',
44421
44451
  'can_simulate_disconnection',
44422
44452
  'can_unlock_with_code',
44453
+ 'can_run_thermostat_programs',
44423
44454
  ],
44424
44455
  type: 'string',
44425
44456
  },
@@ -44597,6 +44628,7 @@ export default {
44597
44628
  'can_simulate_connection',
44598
44629
  'can_simulate_disconnection',
44599
44630
  'can_unlock_with_code',
44631
+ 'can_run_thermostat_programs',
44600
44632
  ],
44601
44633
  type: 'string',
44602
44634
  },
@@ -44618,6 +44650,7 @@ export default {
44618
44650
  'can_simulate_connection',
44619
44651
  'can_simulate_disconnection',
44620
44652
  'can_unlock_with_code',
44653
+ 'can_run_thermostat_programs',
44621
44654
  ],
44622
44655
  type: 'string',
44623
44656
  },
@@ -50509,6 +50542,7 @@ export default {
50509
50542
  'can_simulate_connection',
50510
50543
  'can_simulate_disconnection',
50511
50544
  'can_unlock_with_code',
50545
+ 'can_run_thermostat_programs',
50512
50546
  ],
50513
50547
  type: 'string',
50514
50548
  },
@@ -50534,6 +50568,7 @@ export default {
50534
50568
  'can_simulate_connection',
50535
50569
  'can_simulate_disconnection',
50536
50570
  'can_unlock_with_code',
50571
+ 'can_run_thermostat_programs',
50537
50572
  ],
50538
50573
  type: 'string',
50539
50574
  },
@@ -50725,6 +50760,7 @@ export default {
50725
50760
  'can_simulate_connection',
50726
50761
  'can_simulate_disconnection',
50727
50762
  'can_unlock_with_code',
50763
+ 'can_run_thermostat_programs',
50728
50764
  ],
50729
50765
  type: 'string',
50730
50766
  },
@@ -50746,6 +50782,7 @@ export default {
50746
50782
  'can_simulate_connection',
50747
50783
  'can_simulate_disconnection',
50748
50784
  'can_unlock_with_code',
50785
+ 'can_run_thermostat_programs',
50749
50786
  ],
50750
50787
  type: 'string',
50751
50788
  },