@seamapi/types 1.466.1 → 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.
package/dist/connect.cjs CHANGED
@@ -515,7 +515,19 @@ var thermostat_capability_properties = zod.z.object({
515
515
  property_group_key: thermostats
516
516
  ---
517
517
  Current [temperature threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds) set for the thermostat.
518
- `)
518
+ `),
519
+ thermostat_daily_program_period_precision_minutes: zod.z.number().optional().describe(`
520
+ ---
521
+ property_group_key: thermostats
522
+ ---
523
+ 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.
524
+ `),
525
+ max_thermostat_daily_program_periods_per_day: zod.z.number().optional().describe(`
526
+ ---
527
+ property_group_key: thermostats
528
+ ---
529
+ 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.
530
+ `)
519
531
  }).partial();
520
532
 
521
533
  // src/lib/seam/connect/models/devices/capability-properties/index.ts
@@ -1147,7 +1159,8 @@ var device_capability_flags = zod.z.object({
1147
1159
  can_simulate_removal: zod.z.boolean(),
1148
1160
  can_simulate_connection: zod.z.boolean(),
1149
1161
  can_simulate_disconnection: zod.z.boolean(),
1150
- can_unlock_with_code: zod.z.boolean()
1162
+ can_unlock_with_code: zod.z.boolean(),
1163
+ can_run_thermostat_programs: zod.z.boolean()
1151
1164
  }).partial();
1152
1165
  var battery_status = zod.z.enum(["critical", "low", "good", "full"]).describe(`Represents the current status of the battery charge level. Values are \`critical\`, which indicates an extremely low level, suggesting imminent shutdown or an urgent need for charging; \`low\`, which signifies that the battery is under the preferred threshold and should be charged soon; \`good\`, which denotes a satisfactory charge level, adequate for normal use without the immediate need for recharging; and \`full\`, which represents a battery that is fully charged, providing the maximum duration of usage.
1153
1166
  `);
@@ -13521,6 +13534,7 @@ var openapi_default = {
13521
13534
  can_program_online_access_codes: { type: "boolean" },
13522
13535
  can_remotely_lock: { type: "boolean" },
13523
13536
  can_remotely_unlock: { type: "boolean" },
13537
+ can_run_thermostat_programs: { type: "boolean" },
13524
13538
  can_simulate_connection: { type: "boolean" },
13525
13539
  can_simulate_disconnection: { type: "boolean" },
13526
13540
  can_simulate_removal: { type: "boolean" },
@@ -16196,6 +16210,12 @@ var openapi_default = {
16196
16210
  type: "number",
16197
16211
  "x-property-group-key": "thermostats"
16198
16212
  },
16213
+ max_thermostat_daily_program_periods_per_day: {
16214
+ description: "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.",
16215
+ format: "float",
16216
+ type: "number",
16217
+ "x-property-group-key": "thermostats"
16218
+ },
16199
16219
  min_cooling_set_point_celsius: {
16200
16220
  description: "Minimum [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points#cooling-set-point) in \xB0C.",
16201
16221
  format: "float",
@@ -16289,6 +16309,12 @@ var openapi_default = {
16289
16309
  type: "object",
16290
16310
  "x-property-group-key": "thermostats"
16291
16311
  },
16312
+ thermostat_daily_program_period_precision_minutes: {
16313
+ description: "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.",
16314
+ format: "float",
16315
+ type: "number",
16316
+ "x-property-group-key": "thermostats"
16317
+ },
16292
16318
  thermostat_daily_programs: {
16293
16319
  description: "Configured [daily programs](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-programs) for the thermostat.",
16294
16320
  items: {
@@ -16867,6 +16893,7 @@ var openapi_default = {
16867
16893
  can_program_online_access_codes: { type: "boolean" },
16868
16894
  can_remotely_lock: { type: "boolean" },
16869
16895
  can_remotely_unlock: { type: "boolean" },
16896
+ can_run_thermostat_programs: { type: "boolean" },
16870
16897
  can_simulate_connection: { type: "boolean" },
16871
16898
  can_simulate_disconnection: { type: "boolean" },
16872
16899
  can_simulate_removal: { type: "boolean" },
@@ -26563,6 +26590,7 @@ var openapi_default = {
26563
26590
  can_program_online_access_codes: { type: "boolean" },
26564
26591
  can_remotely_lock: { type: "boolean" },
26565
26592
  can_remotely_unlock: { type: "boolean" },
26593
+ can_run_thermostat_programs: { type: "boolean" },
26566
26594
  can_simulate_connection: { type: "boolean" },
26567
26595
  can_simulate_disconnection: { type: "boolean" },
26568
26596
  can_simulate_removal: { type: "boolean" },
@@ -41865,7 +41893,8 @@ var openapi_default = {
41865
41893
  "can_simulate_removal",
41866
41894
  "can_simulate_connection",
41867
41895
  "can_simulate_disconnection",
41868
- "can_unlock_with_code"
41896
+ "can_unlock_with_code",
41897
+ "can_run_thermostat_programs"
41869
41898
  ],
41870
41899
  type: "string"
41871
41900
  },
@@ -41890,7 +41919,8 @@ var openapi_default = {
41890
41919
  "can_simulate_removal",
41891
41920
  "can_simulate_connection",
41892
41921
  "can_simulate_disconnection",
41893
- "can_unlock_with_code"
41922
+ "can_unlock_with_code",
41923
+ "can_run_thermostat_programs"
41894
41924
  ],
41895
41925
  type: "string"
41896
41926
  },
@@ -42161,7 +42191,8 @@ var openapi_default = {
42161
42191
  "can_simulate_removal",
42162
42192
  "can_simulate_connection",
42163
42193
  "can_simulate_disconnection",
42164
- "can_unlock_with_code"
42194
+ "can_unlock_with_code",
42195
+ "can_run_thermostat_programs"
42165
42196
  ],
42166
42197
  type: "string"
42167
42198
  },
@@ -42182,7 +42213,8 @@ var openapi_default = {
42182
42213
  "can_simulate_removal",
42183
42214
  "can_simulate_connection",
42184
42215
  "can_simulate_disconnection",
42185
- "can_unlock_with_code"
42216
+ "can_unlock_with_code",
42217
+ "can_run_thermostat_programs"
42186
42218
  ],
42187
42219
  type: "string"
42188
42220
  },
@@ -43093,7 +43125,8 @@ var openapi_default = {
43093
43125
  "can_simulate_removal",
43094
43126
  "can_simulate_connection",
43095
43127
  "can_simulate_disconnection",
43096
- "can_unlock_with_code"
43128
+ "can_unlock_with_code",
43129
+ "can_run_thermostat_programs"
43097
43130
  ],
43098
43131
  type: "string"
43099
43132
  },
@@ -43118,7 +43151,8 @@ var openapi_default = {
43118
43151
  "can_simulate_removal",
43119
43152
  "can_simulate_connection",
43120
43153
  "can_simulate_disconnection",
43121
- "can_unlock_with_code"
43154
+ "can_unlock_with_code",
43155
+ "can_run_thermostat_programs"
43122
43156
  ],
43123
43157
  type: "string"
43124
43158
  },
@@ -43386,7 +43420,8 @@ var openapi_default = {
43386
43420
  "can_simulate_removal",
43387
43421
  "can_simulate_connection",
43388
43422
  "can_simulate_disconnection",
43389
- "can_unlock_with_code"
43423
+ "can_unlock_with_code",
43424
+ "can_run_thermostat_programs"
43390
43425
  ],
43391
43426
  type: "string"
43392
43427
  },
@@ -43407,7 +43442,8 @@ var openapi_default = {
43407
43442
  "can_simulate_removal",
43408
43443
  "can_simulate_connection",
43409
43444
  "can_simulate_disconnection",
43410
- "can_unlock_with_code"
43445
+ "can_unlock_with_code",
43446
+ "can_run_thermostat_programs"
43411
43447
  ],
43412
43448
  type: "string"
43413
43449
  },
@@ -45285,7 +45321,8 @@ var openapi_default = {
45285
45321
  "can_simulate_removal",
45286
45322
  "can_simulate_connection",
45287
45323
  "can_simulate_disconnection",
45288
- "can_unlock_with_code"
45324
+ "can_unlock_with_code",
45325
+ "can_run_thermostat_programs"
45289
45326
  ],
45290
45327
  type: "string"
45291
45328
  },
@@ -45310,7 +45347,8 @@ var openapi_default = {
45310
45347
  "can_simulate_removal",
45311
45348
  "can_simulate_connection",
45312
45349
  "can_simulate_disconnection",
45313
- "can_unlock_with_code"
45350
+ "can_unlock_with_code",
45351
+ "can_run_thermostat_programs"
45314
45352
  ],
45315
45353
  type: "string"
45316
45354
  },
@@ -45530,7 +45568,8 @@ var openapi_default = {
45530
45568
  "can_simulate_removal",
45531
45569
  "can_simulate_connection",
45532
45570
  "can_simulate_disconnection",
45533
- "can_unlock_with_code"
45571
+ "can_unlock_with_code",
45572
+ "can_run_thermostat_programs"
45534
45573
  ],
45535
45574
  type: "string"
45536
45575
  },
@@ -45551,7 +45590,8 @@ var openapi_default = {
45551
45590
  "can_simulate_removal",
45552
45591
  "can_simulate_connection",
45553
45592
  "can_simulate_disconnection",
45554
- "can_unlock_with_code"
45593
+ "can_unlock_with_code",
45594
+ "can_run_thermostat_programs"
45555
45595
  ],
45556
45596
  type: "string"
45557
45597
  },
@@ -46061,7 +46101,8 @@ var openapi_default = {
46061
46101
  "can_simulate_removal",
46062
46102
  "can_simulate_connection",
46063
46103
  "can_simulate_disconnection",
46064
- "can_unlock_with_code"
46104
+ "can_unlock_with_code",
46105
+ "can_run_thermostat_programs"
46065
46106
  ],
46066
46107
  type: "string"
46067
46108
  },
@@ -46086,7 +46127,8 @@ var openapi_default = {
46086
46127
  "can_simulate_removal",
46087
46128
  "can_simulate_connection",
46088
46129
  "can_simulate_disconnection",
46089
- "can_unlock_with_code"
46130
+ "can_unlock_with_code",
46131
+ "can_run_thermostat_programs"
46090
46132
  ],
46091
46133
  type: "string"
46092
46134
  },
@@ -46250,7 +46292,8 @@ var openapi_default = {
46250
46292
  "can_simulate_removal",
46251
46293
  "can_simulate_connection",
46252
46294
  "can_simulate_disconnection",
46253
- "can_unlock_with_code"
46295
+ "can_unlock_with_code",
46296
+ "can_run_thermostat_programs"
46254
46297
  ],
46255
46298
  type: "string"
46256
46299
  },
@@ -46271,7 +46314,8 @@ var openapi_default = {
46271
46314
  "can_simulate_removal",
46272
46315
  "can_simulate_connection",
46273
46316
  "can_simulate_disconnection",
46274
- "can_unlock_with_code"
46317
+ "can_unlock_with_code",
46318
+ "can_run_thermostat_programs"
46275
46319
  ],
46276
46320
  type: "string"
46277
46321
  },
@@ -51915,7 +51959,8 @@ var openapi_default = {
51915
51959
  "can_simulate_removal",
51916
51960
  "can_simulate_connection",
51917
51961
  "can_simulate_disconnection",
51918
- "can_unlock_with_code"
51962
+ "can_unlock_with_code",
51963
+ "can_run_thermostat_programs"
51919
51964
  ],
51920
51965
  type: "string"
51921
51966
  },
@@ -51940,7 +51985,8 @@ var openapi_default = {
51940
51985
  "can_simulate_removal",
51941
51986
  "can_simulate_connection",
51942
51987
  "can_simulate_disconnection",
51943
- "can_unlock_with_code"
51988
+ "can_unlock_with_code",
51989
+ "can_run_thermostat_programs"
51944
51990
  ],
51945
51991
  type: "string"
51946
51992
  },
@@ -52118,7 +52164,8 @@ var openapi_default = {
52118
52164
  "can_simulate_removal",
52119
52165
  "can_simulate_connection",
52120
52166
  "can_simulate_disconnection",
52121
- "can_unlock_with_code"
52167
+ "can_unlock_with_code",
52168
+ "can_run_thermostat_programs"
52122
52169
  ],
52123
52170
  type: "string"
52124
52171
  },
@@ -52139,7 +52186,8 @@ var openapi_default = {
52139
52186
  "can_simulate_removal",
52140
52187
  "can_simulate_connection",
52141
52188
  "can_simulate_disconnection",
52142
- "can_unlock_with_code"
52189
+ "can_unlock_with_code",
52190
+ "can_run_thermostat_programs"
52143
52191
  ],
52144
52192
  type: "string"
52145
52193
  },