@seamapi/types 1.232.0 → 1.234.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.
@@ -254,6 +254,7 @@ export default {
254
254
  },
255
255
  external_type_display_name: { type: 'string' },
256
256
  is_latest_desired_state_synced_with_provider: { type: 'boolean' },
257
+ is_managed: { enum: [true], type: 'boolean' },
257
258
  is_multi_phone_sync_credential: { type: 'boolean' },
258
259
  latest_desired_state_synced_with_provider_at: {
259
260
  format: 'date-time',
@@ -264,14 +265,17 @@ export default {
264
265
  visionline_metadata: {
265
266
  properties: {
266
267
  card_function_type: { enum: ['guest', 'staff'], type: 'string' },
268
+ card_id: { type: 'string' },
267
269
  common_acs_entrance_ids: {
268
270
  items: { format: 'uuid', type: 'string' },
269
271
  type: 'array',
270
272
  },
273
+ credential_id: { type: 'string' },
271
274
  guest_acs_entrance_ids: {
272
275
  items: { format: 'uuid', type: 'string' },
273
276
  type: 'array',
274
277
  },
278
+ is_valid: { type: 'boolean' },
275
279
  joiner_acs_credential_ids: {
276
280
  items: { format: 'uuid', type: 'string' },
277
281
  type: 'array',
@@ -302,6 +306,7 @@ export default {
302
306
  'workspace_id',
303
307
  'errors',
304
308
  'warnings',
309
+ 'is_managed',
305
310
  ],
306
311
  type: 'object',
307
312
  },
@@ -662,6 +667,7 @@ export default {
662
667
  full_name: { type: 'string' },
663
668
  hid_acs_system_id: { format: 'uuid', type: 'string' },
664
669
  is_latest_desired_state_synced_with_provider: { type: 'boolean' },
670
+ is_managed: { enum: [true], type: 'boolean' },
665
671
  is_suspended: { type: 'boolean' },
666
672
  latest_desired_state_synced_with_provider_at: {
667
673
  format: 'date-time',
@@ -694,6 +700,7 @@ export default {
694
700
  'display_name',
695
701
  'is_suspended',
696
702
  'warnings',
703
+ 'is_managed',
697
704
  ],
698
705
  type: 'object',
699
706
  },
@@ -1989,6 +1996,9 @@ export default {
1989
1996
  },
1990
1997
  device: {
1991
1998
  properties: {
1999
+ can_hvac_cool: { type: 'boolean' },
2000
+ can_hvac_heat: { type: 'boolean' },
2001
+ can_hvac_heat_cool: { type: 'boolean' },
1992
2002
  can_program_offline_access_codes: { type: 'boolean' },
1993
2003
  can_program_online_access_codes: { type: 'boolean' },
1994
2004
  can_remotely_lock: { type: 'boolean' },
@@ -1996,6 +2006,7 @@ export default {
1996
2006
  can_simulate_connection: { type: 'boolean' },
1997
2007
  can_simulate_disconnection: { type: 'boolean' },
1998
2008
  can_simulate_removal: { type: 'boolean' },
2009
+ can_turn_off_hvac: { type: 'boolean' },
1999
2010
  capabilities_supported: {
2000
2011
  description: 'Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health.',
2001
2012
  items: {
@@ -3075,6 +3086,9 @@ export default {
3075
3086
  },
3076
3087
  device_provider: {
3077
3088
  properties: {
3089
+ can_hvac_cool: { type: 'boolean' },
3090
+ can_hvac_heat: { type: 'boolean' },
3091
+ can_hvac_heat_cool: { type: 'boolean' },
3078
3092
  can_program_offline_access_codes: { type: 'boolean' },
3079
3093
  can_program_online_access_codes: { type: 'boolean' },
3080
3094
  can_remotely_lock: { type: 'boolean' },
@@ -3082,6 +3096,7 @@ export default {
3082
3096
  can_simulate_connection: { type: 'boolean' },
3083
3097
  can_simulate_disconnection: { type: 'boolean' },
3084
3098
  can_simulate_removal: { type: 'boolean' },
3099
+ can_turn_off_hvac: { type: 'boolean' },
3085
3100
  device_provider_name: {
3086
3101
  enum: [
3087
3102
  'akuvox',
@@ -3223,6 +3238,9 @@ export default {
3223
3238
  },
3224
3239
  phone: {
3225
3240
  properties: {
3241
+ can_hvac_cool: { type: 'boolean' },
3242
+ can_hvac_heat: { type: 'boolean' },
3243
+ can_hvac_heat_cool: { type: 'boolean' },
3226
3244
  can_program_offline_access_codes: { type: 'boolean' },
3227
3245
  can_program_online_access_codes: { type: 'boolean' },
3228
3246
  can_remotely_lock: { type: 'boolean' },
@@ -3230,6 +3248,7 @@ export default {
3230
3248
  can_simulate_connection: { type: 'boolean' },
3231
3249
  can_simulate_disconnection: { type: 'boolean' },
3232
3250
  can_simulate_removal: { type: 'boolean' },
3251
+ can_turn_off_hvac: { type: 'boolean' },
3233
3252
  capabilities_supported: {
3234
3253
  description: 'Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health.',
3235
3254
  items: {
@@ -3506,6 +3525,9 @@ export default {
3506
3525
  },
3507
3526
  unmanaged_device: {
3508
3527
  properties: {
3528
+ can_hvac_cool: { type: 'boolean' },
3529
+ can_hvac_heat: { type: 'boolean' },
3530
+ can_hvac_heat_cool: { type: 'boolean' },
3509
3531
  can_program_offline_access_codes: { type: 'boolean' },
3510
3532
  can_program_online_access_codes: { type: 'boolean' },
3511
3533
  can_remotely_lock: { type: 'boolean' },
@@ -3513,6 +3535,7 @@ export default {
3513
3535
  can_simulate_connection: { type: 'boolean' },
3514
3536
  can_simulate_disconnection: { type: 'boolean' },
3515
3537
  can_simulate_removal: { type: 'boolean' },
3538
+ can_turn_off_hvac: { type: 'boolean' },
3516
3539
  capabilities_supported: {
3517
3540
  description: 'Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health.',
3518
3541
  items: {
@@ -5986,6 +6009,335 @@ export default {
5986
6009
  'x-fern-sdk-method-name': 'unassign',
5987
6010
  },
5988
6011
  },
6012
+ '/acs/credentials/unmanaged/get': {
6013
+ post: {
6014
+ operationId: 'acsCredentialsUnmanagedGetPost',
6015
+ requestBody: {
6016
+ content: {
6017
+ 'application/json': {
6018
+ schema: {
6019
+ properties: {
6020
+ acs_credential_id: { format: 'uuid', type: 'string' },
6021
+ },
6022
+ required: ['acs_credential_id'],
6023
+ type: 'object',
6024
+ },
6025
+ },
6026
+ },
6027
+ },
6028
+ responses: {
6029
+ 200: {
6030
+ content: {
6031
+ 'application/json': {
6032
+ schema: {
6033
+ properties: {
6034
+ acs_credential: {
6035
+ properties: {
6036
+ access_method: {
6037
+ enum: ['code', 'card', 'mobile_key'],
6038
+ type: 'string',
6039
+ },
6040
+ acs_credential_id: { format: 'uuid', type: 'string' },
6041
+ acs_credential_pool_id: {
6042
+ format: 'uuid',
6043
+ type: 'string',
6044
+ },
6045
+ acs_system_id: { format: 'uuid', type: 'string' },
6046
+ acs_user_id: { format: 'uuid', type: 'string' },
6047
+ code: { nullable: true, type: 'string' },
6048
+ created_at: { format: 'date-time', type: 'string' },
6049
+ display_name: { minLength: 1, type: 'string' },
6050
+ ends_at: { type: 'string' },
6051
+ errors: {
6052
+ items: {
6053
+ properties: {
6054
+ error_code: { type: 'string' },
6055
+ message: { type: 'string' },
6056
+ },
6057
+ required: ['error_code', 'message'],
6058
+ type: 'object',
6059
+ },
6060
+ type: 'array',
6061
+ },
6062
+ external_type: {
6063
+ enum: [
6064
+ 'pti_card',
6065
+ 'brivo_credential',
6066
+ 'hid_credential',
6067
+ 'visionline_card',
6068
+ 'salto_ks_credential',
6069
+ ],
6070
+ type: 'string',
6071
+ },
6072
+ external_type_display_name: { type: 'string' },
6073
+ is_latest_desired_state_synced_with_provider: {
6074
+ type: 'boolean',
6075
+ },
6076
+ is_managed: { enum: [false], type: 'boolean' },
6077
+ is_multi_phone_sync_credential: { type: 'boolean' },
6078
+ latest_desired_state_synced_with_provider_at: {
6079
+ format: 'date-time',
6080
+ type: 'string',
6081
+ },
6082
+ parent_acs_credential_id: {
6083
+ format: 'uuid',
6084
+ type: 'string',
6085
+ },
6086
+ starts_at: { type: 'string' },
6087
+ visionline_metadata: {
6088
+ properties: {
6089
+ card_function_type: {
6090
+ enum: ['guest', 'staff'],
6091
+ type: 'string',
6092
+ },
6093
+ card_id: { type: 'string' },
6094
+ common_acs_entrance_ids: {
6095
+ items: { format: 'uuid', type: 'string' },
6096
+ type: 'array',
6097
+ },
6098
+ credential_id: { type: 'string' },
6099
+ guest_acs_entrance_ids: {
6100
+ items: { format: 'uuid', type: 'string' },
6101
+ type: 'array',
6102
+ },
6103
+ is_valid: { type: 'boolean' },
6104
+ joiner_acs_credential_ids: {
6105
+ items: { format: 'uuid', type: 'string' },
6106
+ type: 'array',
6107
+ },
6108
+ },
6109
+ required: ['card_function_type'],
6110
+ type: 'object',
6111
+ },
6112
+ warnings: {
6113
+ items: {
6114
+ properties: {
6115
+ message: { type: 'string' },
6116
+ warning_code: { type: 'string' },
6117
+ },
6118
+ required: ['warning_code', 'message'],
6119
+ type: 'object',
6120
+ },
6121
+ type: 'array',
6122
+ },
6123
+ workspace_id: { format: 'uuid', type: 'string' },
6124
+ },
6125
+ required: [
6126
+ 'acs_credential_id',
6127
+ 'acs_system_id',
6128
+ 'display_name',
6129
+ 'access_method',
6130
+ 'created_at',
6131
+ 'workspace_id',
6132
+ 'errors',
6133
+ 'warnings',
6134
+ 'is_managed',
6135
+ ],
6136
+ type: 'object',
6137
+ },
6138
+ ok: { type: 'boolean' },
6139
+ },
6140
+ required: ['acs_credential', 'ok'],
6141
+ type: 'object',
6142
+ },
6143
+ },
6144
+ },
6145
+ description: 'OK',
6146
+ },
6147
+ 400: { description: 'Bad Request' },
6148
+ 401: { description: 'Unauthorized' },
6149
+ },
6150
+ security: [
6151
+ { pat_with_workspace: [] },
6152
+ { console_session: [] },
6153
+ { api_key: [] },
6154
+ ],
6155
+ summary: '/acs/credentials/unmanaged/get',
6156
+ tags: ['/acs'],
6157
+ 'x-fern-sdk-group-name': ['acs', 'credentials', 'unmanaged'],
6158
+ 'x-fern-sdk-method-name': 'get',
6159
+ 'x-fern-sdk-return-value': 'acs_credential',
6160
+ },
6161
+ },
6162
+ '/acs/credentials/unmanaged/list': {
6163
+ post: {
6164
+ operationId: 'acsCredentialsUnmanagedListPost',
6165
+ requestBody: {
6166
+ content: {
6167
+ 'application/json': {
6168
+ schema: {
6169
+ oneOf: [
6170
+ {
6171
+ properties: {
6172
+ acs_user_id: { format: 'uuid', type: 'string' },
6173
+ },
6174
+ required: ['acs_user_id'],
6175
+ type: 'object',
6176
+ },
6177
+ {
6178
+ properties: {
6179
+ acs_system_id: { format: 'uuid', type: 'string' },
6180
+ },
6181
+ required: ['acs_system_id'],
6182
+ type: 'object',
6183
+ },
6184
+ {
6185
+ properties: {
6186
+ acs_system_id: { format: 'uuid', type: 'string' },
6187
+ acs_user_id: { format: 'uuid', type: 'string' },
6188
+ },
6189
+ required: ['acs_user_id', 'acs_system_id'],
6190
+ type: 'object',
6191
+ },
6192
+ {
6193
+ properties: {
6194
+ user_identity_id: { format: 'uuid', type: 'string' },
6195
+ },
6196
+ required: ['user_identity_id'],
6197
+ type: 'object',
6198
+ },
6199
+ ],
6200
+ },
6201
+ },
6202
+ },
6203
+ },
6204
+ responses: {
6205
+ 200: {
6206
+ content: {
6207
+ 'application/json': {
6208
+ schema: {
6209
+ properties: {
6210
+ acs_credentials: {
6211
+ items: {
6212
+ properties: {
6213
+ access_method: {
6214
+ enum: ['code', 'card', 'mobile_key'],
6215
+ type: 'string',
6216
+ },
6217
+ acs_credential_id: { format: 'uuid', type: 'string' },
6218
+ acs_credential_pool_id: {
6219
+ format: 'uuid',
6220
+ type: 'string',
6221
+ },
6222
+ acs_system_id: { format: 'uuid', type: 'string' },
6223
+ acs_user_id: { format: 'uuid', type: 'string' },
6224
+ code: { nullable: true, type: 'string' },
6225
+ created_at: { format: 'date-time', type: 'string' },
6226
+ display_name: { minLength: 1, type: 'string' },
6227
+ ends_at: { type: 'string' },
6228
+ errors: {
6229
+ items: {
6230
+ properties: {
6231
+ error_code: { type: 'string' },
6232
+ message: { type: 'string' },
6233
+ },
6234
+ required: ['error_code', 'message'],
6235
+ type: 'object',
6236
+ },
6237
+ type: 'array',
6238
+ },
6239
+ external_type: {
6240
+ enum: [
6241
+ 'pti_card',
6242
+ 'brivo_credential',
6243
+ 'hid_credential',
6244
+ 'visionline_card',
6245
+ 'salto_ks_credential',
6246
+ ],
6247
+ type: 'string',
6248
+ },
6249
+ external_type_display_name: { type: 'string' },
6250
+ is_latest_desired_state_synced_with_provider: {
6251
+ type: 'boolean',
6252
+ },
6253
+ is_managed: { enum: [false], type: 'boolean' },
6254
+ is_multi_phone_sync_credential: { type: 'boolean' },
6255
+ latest_desired_state_synced_with_provider_at: {
6256
+ format: 'date-time',
6257
+ type: 'string',
6258
+ },
6259
+ parent_acs_credential_id: {
6260
+ format: 'uuid',
6261
+ type: 'string',
6262
+ },
6263
+ starts_at: { type: 'string' },
6264
+ visionline_metadata: {
6265
+ properties: {
6266
+ card_function_type: {
6267
+ enum: ['guest', 'staff'],
6268
+ type: 'string',
6269
+ },
6270
+ card_id: { type: 'string' },
6271
+ common_acs_entrance_ids: {
6272
+ items: { format: 'uuid', type: 'string' },
6273
+ type: 'array',
6274
+ },
6275
+ credential_id: { type: 'string' },
6276
+ guest_acs_entrance_ids: {
6277
+ items: { format: 'uuid', type: 'string' },
6278
+ type: 'array',
6279
+ },
6280
+ is_valid: { type: 'boolean' },
6281
+ joiner_acs_credential_ids: {
6282
+ items: { format: 'uuid', type: 'string' },
6283
+ type: 'array',
6284
+ },
6285
+ },
6286
+ required: ['card_function_type'],
6287
+ type: 'object',
6288
+ },
6289
+ warnings: {
6290
+ items: {
6291
+ properties: {
6292
+ message: { type: 'string' },
6293
+ warning_code: { type: 'string' },
6294
+ },
6295
+ required: ['warning_code', 'message'],
6296
+ type: 'object',
6297
+ },
6298
+ type: 'array',
6299
+ },
6300
+ workspace_id: { format: 'uuid', type: 'string' },
6301
+ },
6302
+ required: [
6303
+ 'acs_credential_id',
6304
+ 'acs_system_id',
6305
+ 'display_name',
6306
+ 'access_method',
6307
+ 'created_at',
6308
+ 'workspace_id',
6309
+ 'errors',
6310
+ 'warnings',
6311
+ 'is_managed',
6312
+ ],
6313
+ type: 'object',
6314
+ },
6315
+ type: 'array',
6316
+ },
6317
+ ok: { type: 'boolean' },
6318
+ },
6319
+ required: ['acs_credentials', 'ok'],
6320
+ type: 'object',
6321
+ },
6322
+ },
6323
+ },
6324
+ description: 'OK',
6325
+ },
6326
+ 400: { description: 'Bad Request' },
6327
+ 401: { description: 'Unauthorized' },
6328
+ },
6329
+ security: [
6330
+ { api_key: [] },
6331
+ { pat_with_workspace: [] },
6332
+ { console_session: [] },
6333
+ ],
6334
+ summary: '/acs/credentials/unmanaged/list',
6335
+ tags: ['/acs'],
6336
+ 'x-fern-sdk-group-name': ['acs', 'credentials', 'unmanaged'],
6337
+ 'x-fern-sdk-method-name': 'list',
6338
+ 'x-fern-sdk-return-value': 'acs_credentials',
6339
+ },
6340
+ },
5989
6341
  '/acs/credentials/update': {
5990
6342
  patch: {
5991
6343
  operationId: 'acsCredentialsUpdatePatch',
@@ -6977,8 +7329,11 @@ export default {
6977
7329
  schema: {
6978
7330
  properties: {
6979
7331
  acs_system_id: { format: 'uuid', type: 'string' },
7332
+ limit: { default: 500, format: 'float', type: 'number' },
7333
+ user_identity_email_address: { type: 'string' },
7334
+ user_identity_id: { format: 'uuid', type: 'string' },
7335
+ user_identity_phone_number: { type: 'string' },
6980
7336
  },
6981
- required: ['acs_system_id'],
6982
7337
  type: 'object',
6983
7338
  },
6984
7339
  },
@@ -6991,7 +7346,102 @@ export default {
6991
7346
  schema: {
6992
7347
  properties: {
6993
7348
  acs_users: {
6994
- items: { $ref: '#/components/schemas/acs_user' },
7349
+ items: {
7350
+ properties: {
7351
+ access_schedule: {
7352
+ properties: {
7353
+ ends_at: { format: 'date-time', type: 'string' },
7354
+ starts_at: {
7355
+ format: 'date-time',
7356
+ type: 'string',
7357
+ },
7358
+ },
7359
+ required: ['starts_at', 'ends_at'],
7360
+ type: 'object',
7361
+ },
7362
+ acs_system_id: { format: 'uuid', type: 'string' },
7363
+ acs_user_id: { format: 'uuid', type: 'string' },
7364
+ created_at: { format: 'date-time', type: 'string' },
7365
+ display_name: { type: 'string' },
7366
+ email: {
7367
+ deprecated: true,
7368
+ format: 'email',
7369
+ type: 'string',
7370
+ 'x-deprecated': 'use email_address.',
7371
+ },
7372
+ email_address: { format: 'email', type: 'string' },
7373
+ external_type: {
7374
+ enum: [
7375
+ 'pti_user',
7376
+ 'brivo_user',
7377
+ 'hid_credential_manager_user',
7378
+ 'salto_site_user',
7379
+ 'latch_user',
7380
+ ],
7381
+ type: 'string',
7382
+ },
7383
+ external_type_display_name: { type: 'string' },
7384
+ full_name: { type: 'string' },
7385
+ hid_acs_system_id: { format: 'uuid', type: 'string' },
7386
+ is_latest_desired_state_synced_with_provider: {
7387
+ type: 'boolean',
7388
+ },
7389
+ is_managed: { enum: [false], type: 'boolean' },
7390
+ is_suspended: { type: 'boolean' },
7391
+ latest_desired_state_synced_with_provider_at: {
7392
+ format: 'date-time',
7393
+ type: 'string',
7394
+ },
7395
+ phone_number: { type: 'string' },
7396
+ user_identity_email_address: {
7397
+ nullable: true,
7398
+ type: 'string',
7399
+ },
7400
+ user_identity_full_name: {
7401
+ nullable: true,
7402
+ type: 'string',
7403
+ },
7404
+ user_identity_id: { type: 'string' },
7405
+ user_identity_phone_number: {
7406
+ nullable: true,
7407
+ type: 'string',
7408
+ },
7409
+ warnings: {
7410
+ items: {
7411
+ properties: {
7412
+ created_at: {
7413
+ format: 'date-time',
7414
+ type: 'string',
7415
+ },
7416
+ message: { type: 'string' },
7417
+ warning_code: {
7418
+ enum: ['being_deleted'],
7419
+ type: 'string',
7420
+ },
7421
+ },
7422
+ required: [
7423
+ 'created_at',
7424
+ 'message',
7425
+ 'warning_code',
7426
+ ],
7427
+ type: 'object',
7428
+ },
7429
+ type: 'array',
7430
+ },
7431
+ workspace_id: { format: 'uuid', type: 'string' },
7432
+ },
7433
+ required: [
7434
+ 'acs_user_id',
7435
+ 'acs_system_id',
7436
+ 'workspace_id',
7437
+ 'created_at',
7438
+ 'display_name',
7439
+ 'is_suspended',
7440
+ 'warnings',
7441
+ 'is_managed',
7442
+ ],
7443
+ type: 'object',
7444
+ },
6995
7445
  type: 'array',
6996
7446
  },
6997
7447
  ok: { type: 'boolean' },
@@ -7007,7 +7457,6 @@ export default {
7007
7457
  401: { description: 'Unauthorized' },
7008
7458
  },
7009
7459
  security: [
7010
- { client_session: [] },
7011
7460
  { pat_with_workspace: [] },
7012
7461
  { console_session: [] },
7013
7462
  { api_key: [] },
@@ -8537,6 +8986,10 @@ export default {
8537
8986
  'can_remotely_lock',
8538
8987
  'can_program_offline_access_codes',
8539
8988
  'can_program_online_access_codes',
8989
+ 'can_hvac_heat',
8990
+ 'can_hvac_cool',
8991
+ 'can_hvac_heat_cool',
8992
+ 'can_turn_off_hvac',
8540
8993
  'can_simulate_removal',
8541
8994
  'can_simulate_connection',
8542
8995
  'can_simulate_disconnection',
@@ -8552,6 +9005,10 @@ export default {
8552
9005
  'can_remotely_lock',
8553
9006
  'can_program_offline_access_codes',
8554
9007
  'can_program_online_access_codes',
9008
+ 'can_hvac_heat',
9009
+ 'can_hvac_cool',
9010
+ 'can_hvac_heat_cool',
9011
+ 'can_turn_off_hvac',
8555
9012
  'can_simulate_removal',
8556
9013
  'can_simulate_connection',
8557
9014
  'can_simulate_disconnection',
@@ -9010,6 +9467,10 @@ export default {
9010
9467
  'can_remotely_lock',
9011
9468
  'can_program_offline_access_codes',
9012
9469
  'can_program_online_access_codes',
9470
+ 'can_hvac_heat',
9471
+ 'can_hvac_cool',
9472
+ 'can_hvac_heat_cool',
9473
+ 'can_turn_off_hvac',
9013
9474
  'can_simulate_removal',
9014
9475
  'can_simulate_connection',
9015
9476
  'can_simulate_disconnection',
@@ -9025,6 +9486,10 @@ export default {
9025
9486
  'can_remotely_lock',
9026
9487
  'can_program_offline_access_codes',
9027
9488
  'can_program_online_access_codes',
9489
+ 'can_hvac_heat',
9490
+ 'can_hvac_cool',
9491
+ 'can_hvac_heat_cool',
9492
+ 'can_turn_off_hvac',
9028
9493
  'can_simulate_removal',
9029
9494
  'can_simulate_connection',
9030
9495
  'can_simulate_disconnection',
@@ -9761,6 +10226,10 @@ export default {
9761
10226
  'can_remotely_lock',
9762
10227
  'can_program_offline_access_codes',
9763
10228
  'can_program_online_access_codes',
10229
+ 'can_hvac_heat',
10230
+ 'can_hvac_cool',
10231
+ 'can_hvac_heat_cool',
10232
+ 'can_turn_off_hvac',
9764
10233
  'can_simulate_removal',
9765
10234
  'can_simulate_connection',
9766
10235
  'can_simulate_disconnection',
@@ -9776,6 +10245,10 @@ export default {
9776
10245
  'can_remotely_lock',
9777
10246
  'can_program_offline_access_codes',
9778
10247
  'can_program_online_access_codes',
10248
+ 'can_hvac_heat',
10249
+ 'can_hvac_cool',
10250
+ 'can_hvac_heat_cool',
10251
+ 'can_turn_off_hvac',
9779
10252
  'can_simulate_removal',
9780
10253
  'can_simulate_connection',
9781
10254
  'can_simulate_disconnection',
@@ -10197,6 +10670,10 @@ export default {
10197
10670
  'can_remotely_lock',
10198
10671
  'can_program_offline_access_codes',
10199
10672
  'can_program_online_access_codes',
10673
+ 'can_hvac_heat',
10674
+ 'can_hvac_cool',
10675
+ 'can_hvac_heat_cool',
10676
+ 'can_turn_off_hvac',
10200
10677
  'can_simulate_removal',
10201
10678
  'can_simulate_connection',
10202
10679
  'can_simulate_disconnection',
@@ -10212,6 +10689,10 @@ export default {
10212
10689
  'can_remotely_lock',
10213
10690
  'can_program_offline_access_codes',
10214
10691
  'can_program_online_access_codes',
10692
+ 'can_hvac_heat',
10693
+ 'can_hvac_cool',
10694
+ 'can_hvac_heat_cool',
10695
+ 'can_turn_off_hvac',
10215
10696
  'can_simulate_removal',
10216
10697
  'can_simulate_connection',
10217
10698
  'can_simulate_disconnection',
@@ -11781,6 +12262,10 @@ export default {
11781
12262
  'can_remotely_lock',
11782
12263
  'can_program_offline_access_codes',
11783
12264
  'can_program_online_access_codes',
12265
+ 'can_hvac_heat',
12266
+ 'can_hvac_cool',
12267
+ 'can_hvac_heat_cool',
12268
+ 'can_turn_off_hvac',
11784
12269
  'can_simulate_removal',
11785
12270
  'can_simulate_connection',
11786
12271
  'can_simulate_disconnection',
@@ -11796,6 +12281,10 @@ export default {
11796
12281
  'can_remotely_lock',
11797
12282
  'can_program_offline_access_codes',
11798
12283
  'can_program_online_access_codes',
12284
+ 'can_hvac_heat',
12285
+ 'can_hvac_cool',
12286
+ 'can_hvac_heat_cool',
12287
+ 'can_turn_off_hvac',
11799
12288
  'can_simulate_removal',
11800
12289
  'can_simulate_connection',
11801
12290
  'can_simulate_disconnection',