@seamapi/types 1.91.0 → 1.91.2
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 +33 -1111
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10922 -13092
- package/lib/seam/connect/openapi.d.ts +32 -1386
- package/lib/seam/connect/openapi.js +31 -1109
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +155 -971
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +87 -57
- package/lib/seam/connect/unstable/models/devices/phone-properties.d.ts +57 -35
- package/lib/seam/connect/unstable/models/devices/phone-properties.js +11 -9
- package/lib/seam/connect/unstable/models/devices/phone-properties.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/phone.d.ts +26 -3423
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +31 -1127
- package/src/lib/seam/connect/route-types.ts +189 -1348
- package/src/lib/seam/connect/unstable/models/devices/phone-properties.ts +13 -11
|
@@ -2583,17 +2583,18 @@ export interface Routes {
|
|
|
2583
2583
|
max_cooling_set_point_fahrenheit?: number | undefined
|
|
2584
2584
|
}
|
|
2585
2585
|
))) & {
|
|
2586
|
-
|
|
2587
|
-
|
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2586
|
+
properties?:
|
|
2587
|
+
| {
|
|
2588
|
+
assa_abloy_credential_service_metadata?:
|
|
2589
|
+
| {
|
|
2590
|
+
has_active_endpoint: boolean
|
|
2591
|
+
endpoints: Array<{
|
|
2592
|
+
endpoint_id: string
|
|
2593
|
+
is_active: boolean
|
|
2594
|
+
}>
|
|
2595
|
+
}
|
|
2596
|
+
| undefined
|
|
2597
|
+
}
|
|
2597
2598
|
| undefined
|
|
2598
2599
|
}
|
|
2599
2600
|
/** Location information for the device. */
|
|
@@ -3364,17 +3365,18 @@ export interface Routes {
|
|
|
3364
3365
|
max_cooling_set_point_fahrenheit?: number | undefined
|
|
3365
3366
|
}
|
|
3366
3367
|
))) & {
|
|
3367
|
-
|
|
3368
|
-
|
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3368
|
+
properties?:
|
|
3369
|
+
| {
|
|
3370
|
+
assa_abloy_credential_service_metadata?:
|
|
3371
|
+
| {
|
|
3372
|
+
has_active_endpoint: boolean
|
|
3373
|
+
endpoints: Array<{
|
|
3374
|
+
endpoint_id: string
|
|
3375
|
+
is_active: boolean
|
|
3376
|
+
}>
|
|
3377
|
+
}
|
|
3378
|
+
| undefined
|
|
3379
|
+
}
|
|
3378
3380
|
| undefined
|
|
3379
3381
|
}
|
|
3380
3382
|
/** Location information for the device. */
|
|
@@ -4642,17 +4644,18 @@ export interface Routes {
|
|
|
4642
4644
|
max_cooling_set_point_fahrenheit?: number | undefined
|
|
4643
4645
|
}
|
|
4644
4646
|
))) & {
|
|
4645
|
-
|
|
4646
|
-
|
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
|
|
4647
|
+
properties?:
|
|
4648
|
+
| {
|
|
4649
|
+
assa_abloy_credential_service_metadata?:
|
|
4650
|
+
| {
|
|
4651
|
+
has_active_endpoint: boolean
|
|
4652
|
+
endpoints: Array<{
|
|
4653
|
+
endpoint_id: string
|
|
4654
|
+
is_active: boolean
|
|
4655
|
+
}>
|
|
4656
|
+
}
|
|
4657
|
+
| undefined
|
|
4658
|
+
}
|
|
4656
4659
|
| undefined
|
|
4657
4660
|
}
|
|
4658
4661
|
/** Location information for the device. */
|
|
@@ -5299,17 +5302,18 @@ export interface Routes {
|
|
|
5299
5302
|
max_cooling_set_point_fahrenheit?: number | undefined
|
|
5300
5303
|
}
|
|
5301
5304
|
))) & {
|
|
5302
|
-
|
|
5303
|
-
|
|
|
5304
|
-
|
|
5305
|
-
|
|
5306
|
-
|
|
5307
|
-
|
|
5308
|
-
|
|
5309
|
-
|
|
5310
|
-
|
|
5311
|
-
|
|
5312
|
-
|
|
5305
|
+
properties?:
|
|
5306
|
+
| {
|
|
5307
|
+
assa_abloy_credential_service_metadata?:
|
|
5308
|
+
| {
|
|
5309
|
+
has_active_endpoint: boolean
|
|
5310
|
+
endpoints: Array<{
|
|
5311
|
+
endpoint_id: string
|
|
5312
|
+
is_active: boolean
|
|
5313
|
+
}>
|
|
5314
|
+
}
|
|
5315
|
+
| undefined
|
|
5316
|
+
}
|
|
5313
5317
|
| undefined
|
|
5314
5318
|
}
|
|
5315
5319
|
/** Location information for the device. */
|
|
@@ -6080,17 +6084,18 @@ export interface Routes {
|
|
|
6080
6084
|
max_cooling_set_point_fahrenheit?: number | undefined
|
|
6081
6085
|
}
|
|
6082
6086
|
))) & {
|
|
6083
|
-
|
|
6084
|
-
|
|
|
6085
|
-
|
|
6086
|
-
|
|
6087
|
-
|
|
6088
|
-
|
|
6089
|
-
|
|
6090
|
-
|
|
6091
|
-
|
|
6092
|
-
|
|
6093
|
-
|
|
6087
|
+
properties?:
|
|
6088
|
+
| {
|
|
6089
|
+
assa_abloy_credential_service_metadata?:
|
|
6090
|
+
| {
|
|
6091
|
+
has_active_endpoint: boolean
|
|
6092
|
+
endpoints: Array<{
|
|
6093
|
+
endpoint_id: string
|
|
6094
|
+
is_active: boolean
|
|
6095
|
+
}>
|
|
6096
|
+
}
|
|
6097
|
+
| undefined
|
|
6098
|
+
}
|
|
6094
6099
|
| undefined
|
|
6095
6100
|
}
|
|
6096
6101
|
/** Location information for the device. */
|
|
@@ -6737,17 +6742,18 @@ export interface Routes {
|
|
|
6737
6742
|
max_cooling_set_point_fahrenheit?: number | undefined
|
|
6738
6743
|
}
|
|
6739
6744
|
))) & {
|
|
6740
|
-
|
|
6741
|
-
|
|
|
6742
|
-
|
|
6743
|
-
|
|
6744
|
-
|
|
6745
|
-
|
|
6746
|
-
|
|
6747
|
-
|
|
6748
|
-
|
|
6749
|
-
|
|
6750
|
-
|
|
6745
|
+
properties?:
|
|
6746
|
+
| {
|
|
6747
|
+
assa_abloy_credential_service_metadata?:
|
|
6748
|
+
| {
|
|
6749
|
+
has_active_endpoint: boolean
|
|
6750
|
+
endpoints: Array<{
|
|
6751
|
+
endpoint_id: string
|
|
6752
|
+
is_active: boolean
|
|
6753
|
+
}>
|
|
6754
|
+
}
|
|
6755
|
+
| undefined
|
|
6756
|
+
}
|
|
6751
6757
|
| undefined
|
|
6752
6758
|
}
|
|
6753
6759
|
/** Location information for the device. */
|
|
@@ -7101,1252 +7107,93 @@ export interface Routes {
|
|
|
7101
7107
|
| 'battery'
|
|
7102
7108
|
| 'phone'
|
|
7103
7109
|
>
|
|
7104
|
-
|
|
7105
|
-
|
|
7106
|
-
/** Indicates whether the device is online. */
|
|
7107
|
-
online: boolean
|
|
7108
|
-
/** Name of the device. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
7109
|
-
name: string
|
|
7110
|
-
model: {
|
|
7111
|
-
/** Display name of the device model. */
|
|
7112
|
-
display_name: string
|
|
7113
|
-
/** Display name that corresponds to the manufacturer-specific terminology for the device. */
|
|
7114
|
-
manufacturer_display_name: string
|
|
7115
|
-
/** Indicates whether the device supports offline access codes. */
|
|
7116
|
-
offline_access_codes_supported?: boolean | undefined
|
|
7117
|
-
/** Indicates whether the device supports online access codes. */
|
|
7118
|
-
online_access_codes_supported?: boolean | undefined
|
|
7119
|
-
/** Indicates whether the device supports an accessory keypad. */
|
|
7120
|
-
accessory_keypad_supported?: boolean | undefined
|
|
7121
|
-
}
|
|
7122
|
-
/** Indicates whether the device has direct power. */
|
|
7123
|
-
has_direct_power?: boolean | undefined
|
|
7124
|
-
/** Indicates the battery level of the device as a decimal value between 0 and 1, inclusive. */
|
|
7125
|
-
battery_level?: number | undefined
|
|
7126
|
-
/** 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. */
|
|
7127
|
-
battery?:
|
|
7128
|
-
| {
|
|
7129
|
-
level: number
|
|
7130
|
-
status: 'critical' | 'low' | 'good' | 'full'
|
|
7131
|
-
}
|
|
7132
|
-
| undefined
|
|
7133
|
-
/** Manufacturer of the device. */
|
|
7134
|
-
manufacturer?: string | undefined
|
|
7135
|
-
/** Image URL for the device. */
|
|
7136
|
-
image_url?: string | undefined
|
|
7137
|
-
/** Alt text for the device image. */
|
|
7138
|
-
image_alt_text?: string | undefined
|
|
7139
|
-
/** Serial number of the device. */
|
|
7140
|
-
serial_number?: string | undefined
|
|
7141
|
-
/** Indicates whether it is currently possible to use online access codes for the device. */
|
|
7142
|
-
online_access_codes_enabled?: boolean | undefined
|
|
7143
|
-
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
7144
|
-
offline_access_codes_enabled?: boolean | undefined
|
|
7145
|
-
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
7146
|
-
supports_accessory_keypad?: boolean | undefined
|
|
7147
|
-
/** Deprecated. Use offline_access_codes_enabled. */
|
|
7148
|
-
supports_offline_access_codes?: boolean | undefined
|
|
7149
|
-
} & {
|
|
7150
|
-
august_metadata?:
|
|
7151
|
-
| {
|
|
7152
|
-
lock_id: string
|
|
7153
|
-
lock_name: string
|
|
7154
|
-
house_name: string
|
|
7155
|
-
has_keypad: boolean
|
|
7156
|
-
keypad_battery_level?: string | undefined
|
|
7157
|
-
model?: string | undefined
|
|
7158
|
-
house_id?: string | undefined
|
|
7159
|
-
}
|
|
7160
|
-
| undefined
|
|
7161
|
-
avigilon_alta_metadata?:
|
|
7162
|
-
| {
|
|
7163
|
-
entry_name: string
|
|
7164
|
-
org_name: string
|
|
7165
|
-
zone_id: number
|
|
7166
|
-
zone_name: string
|
|
7167
|
-
site_id: number
|
|
7168
|
-
site_name: string
|
|
7169
|
-
}
|
|
7170
|
-
| undefined
|
|
7171
|
-
schlage_metadata?:
|
|
7172
|
-
| {
|
|
7173
|
-
device_id: string
|
|
7174
|
-
device_name: string
|
|
7175
|
-
access_code_length: number
|
|
7176
|
-
model?: string | undefined
|
|
7177
|
-
}
|
|
7178
|
-
| undefined
|
|
7179
|
-
smartthings_metadata?:
|
|
7180
|
-
| {
|
|
7181
|
-
device_id: string
|
|
7182
|
-
device_name: string
|
|
7183
|
-
model?: string | undefined
|
|
7184
|
-
location_id?: string | undefined
|
|
7185
|
-
}
|
|
7186
|
-
| undefined
|
|
7187
|
-
lockly_metadata?:
|
|
7188
|
-
| {
|
|
7189
|
-
device_id: string
|
|
7190
|
-
device_name: string
|
|
7191
|
-
model?: string | undefined
|
|
7192
|
-
}
|
|
7193
|
-
| undefined
|
|
7194
|
-
nuki_metadata?:
|
|
7195
|
-
| {
|
|
7196
|
-
device_id: string
|
|
7197
|
-
device_name: string
|
|
7198
|
-
keypad_battery_critical?: boolean | undefined
|
|
7199
|
-
}
|
|
7200
|
-
| undefined
|
|
7201
|
-
kwikset_metadata?:
|
|
7202
|
-
| {
|
|
7203
|
-
device_id: string
|
|
7204
|
-
device_name: string
|
|
7205
|
-
model_number: string
|
|
7206
|
-
}
|
|
7207
|
-
| undefined
|
|
7208
|
-
salto_metadata?:
|
|
7209
|
-
| {
|
|
7210
|
-
lock_id: string
|
|
7211
|
-
customer_reference: string
|
|
7212
|
-
lock_type: string
|
|
7213
|
-
battery_level: string
|
|
7214
|
-
locked_state: string
|
|
7215
|
-
model?: string | undefined
|
|
7216
|
-
}
|
|
7217
|
-
| undefined
|
|
7218
|
-
genie_metadata?:
|
|
7110
|
+
properties: {
|
|
7111
|
+
assa_abloy_credential_service_metadata?:
|
|
7219
7112
|
| {
|
|
7220
|
-
|
|
7221
|
-
|
|
7113
|
+
has_active_endpoint: boolean
|
|
7114
|
+
endpoints: Array<{
|
|
7115
|
+
endpoint_id: string
|
|
7116
|
+
is_active: boolean
|
|
7117
|
+
}>
|
|
7222
7118
|
}
|
|
7223
7119
|
| undefined
|
|
7224
|
-
|
|
7120
|
+
}
|
|
7121
|
+
/** Location information for the device. */
|
|
7122
|
+
location: {
|
|
7123
|
+
/** Name of the device location. */
|
|
7124
|
+
location_name?: string | undefined
|
|
7125
|
+
/** Time zone of the device location. */
|
|
7126
|
+
timezone?: string | undefined
|
|
7127
|
+
} | null
|
|
7128
|
+
/** Unique identifier for the Seam workspace associated with the device. */
|
|
7129
|
+
workspace_id: string
|
|
7130
|
+
/** Array of errors associated with the device. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
7131
|
+
errors: Array<{
|
|
7132
|
+
error_code: string
|
|
7133
|
+
message: string
|
|
7134
|
+
}>
|
|
7135
|
+
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
7136
|
+
warnings: Array<{
|
|
7137
|
+
warning_code: string
|
|
7138
|
+
message: string
|
|
7139
|
+
}>
|
|
7140
|
+
/** Date and time at which the device object was created. */
|
|
7141
|
+
created_at: string
|
|
7142
|
+
/** Indicates whether Seam manages the device. */
|
|
7143
|
+
is_managed: true
|
|
7144
|
+
custom_metadata?: Record<string, string | boolean | null> | undefined
|
|
7145
|
+
}>
|
|
7146
|
+
}
|
|
7147
|
+
}
|
|
7148
|
+
'/phones/simulate/create_sandbox_phone': {
|
|
7149
|
+
route: '/phones/simulate/create_sandbox_phone'
|
|
7150
|
+
method: 'GET' | 'POST'
|
|
7151
|
+
queryParams: {}
|
|
7152
|
+
jsonBody: {
|
|
7153
|
+
assa_abloy_credential_service_acs_system_id: string
|
|
7154
|
+
custom_sdk_installation_id?: string | undefined
|
|
7155
|
+
user_identity_id: string
|
|
7156
|
+
phone_metadata?: {
|
|
7157
|
+
operating_system?: 'android' | 'ios'
|
|
7158
|
+
os_version?: string
|
|
7159
|
+
device_manufacturer?: string
|
|
7160
|
+
device_model?: string
|
|
7161
|
+
}
|
|
7162
|
+
assa_abloy_metadata?: {
|
|
7163
|
+
ble_capability?: boolean
|
|
7164
|
+
hce_capability?: boolean
|
|
7165
|
+
nfc_capability?: boolean
|
|
7166
|
+
application_version?: string
|
|
7167
|
+
seos_applet_version?: string
|
|
7168
|
+
seos_tsm_endpoint_id?: number
|
|
7169
|
+
}
|
|
7170
|
+
}
|
|
7171
|
+
commonParams: {}
|
|
7172
|
+
formData: {}
|
|
7173
|
+
jsonResponse: {
|
|
7174
|
+
phone: {
|
|
7175
|
+
/** Unique identifier for the device. */
|
|
7176
|
+
device_id: string
|
|
7177
|
+
device_type: 'android_phone' | 'ios_phone'
|
|
7178
|
+
/** 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. */
|
|
7179
|
+
capabilities_supported: Array<
|
|
7180
|
+
| 'access_code'
|
|
7181
|
+
| 'lock'
|
|
7182
|
+
| 'noise_detection'
|
|
7183
|
+
| 'thermostat'
|
|
7184
|
+
| 'battery'
|
|
7185
|
+
| 'phone'
|
|
7186
|
+
>
|
|
7187
|
+
properties: {
|
|
7188
|
+
assa_abloy_credential_service_metadata?:
|
|
7225
7189
|
| {
|
|
7226
|
-
|
|
7190
|
+
has_active_endpoint: boolean
|
|
7191
|
+
endpoints: Array<{
|
|
7192
|
+
endpoint_id: string
|
|
7193
|
+
is_active: boolean
|
|
7194
|
+
}>
|
|
7227
7195
|
}
|
|
7228
7196
|
| undefined
|
|
7229
|
-
igloo_metadata?:
|
|
7230
|
-
| {
|
|
7231
|
-
device_id: string
|
|
7232
|
-
bridge_id: string
|
|
7233
|
-
model?: string | undefined
|
|
7234
|
-
}
|
|
7235
|
-
| undefined
|
|
7236
|
-
noiseaware_metadata?:
|
|
7237
|
-
| {
|
|
7238
|
-
device_model: 'indoor' | 'outdoor'
|
|
7239
|
-
noise_level_nrs: number
|
|
7240
|
-
noise_level_decibel: number
|
|
7241
|
-
device_name: string
|
|
7242
|
-
device_id: string
|
|
7243
|
-
}
|
|
7244
|
-
| undefined
|
|
7245
|
-
minut_metadata?:
|
|
7246
|
-
| {
|
|
7247
|
-
device_id: string
|
|
7248
|
-
device_name: string
|
|
7249
|
-
latest_sensor_values: {
|
|
7250
|
-
temperature: {
|
|
7251
|
-
time: string
|
|
7252
|
-
value: number
|
|
7253
|
-
}
|
|
7254
|
-
sound: {
|
|
7255
|
-
time: string
|
|
7256
|
-
value: number
|
|
7257
|
-
}
|
|
7258
|
-
humidity: {
|
|
7259
|
-
time: string
|
|
7260
|
-
value: number
|
|
7261
|
-
}
|
|
7262
|
-
pressure: {
|
|
7263
|
-
time: string
|
|
7264
|
-
value: number
|
|
7265
|
-
}
|
|
7266
|
-
accelerometer_z: {
|
|
7267
|
-
time: string
|
|
7268
|
-
value: number
|
|
7269
|
-
}
|
|
7270
|
-
}
|
|
7271
|
-
}
|
|
7272
|
-
| undefined
|
|
7273
|
-
four_suites_metadata?:
|
|
7274
|
-
| {
|
|
7275
|
-
device_id: number
|
|
7276
|
-
device_name: string
|
|
7277
|
-
reclose_delay_in_seconds: number
|
|
7278
|
-
}
|
|
7279
|
-
| undefined
|
|
7280
|
-
two_n_metadata?:
|
|
7281
|
-
| {
|
|
7282
|
-
device_id: number
|
|
7283
|
-
device_name: string
|
|
7284
|
-
}
|
|
7285
|
-
| undefined
|
|
7286
|
-
controlbyweb_metadata?:
|
|
7287
|
-
| {
|
|
7288
|
-
device_id: string
|
|
7289
|
-
device_name: string
|
|
7290
|
-
relay_name: string | null
|
|
7291
|
-
}
|
|
7292
|
-
| undefined
|
|
7293
|
-
ttlock_metadata?:
|
|
7294
|
-
| {
|
|
7295
|
-
lock_id: number
|
|
7296
|
-
lock_alias: string
|
|
7297
|
-
}
|
|
7298
|
-
| undefined
|
|
7299
|
-
seam_bridge_metadata?:
|
|
7300
|
-
| {
|
|
7301
|
-
unlock_method?: ('bridge' | 'doorking') | undefined
|
|
7302
|
-
device_num: number
|
|
7303
|
-
name: string
|
|
7304
|
-
}
|
|
7305
|
-
| undefined
|
|
7306
|
-
igloohome_metadata?:
|
|
7307
|
-
| {
|
|
7308
|
-
device_id: string
|
|
7309
|
-
device_name: string
|
|
7310
|
-
bridge_id?: string | undefined
|
|
7311
|
-
bridge_name?: string | undefined
|
|
7312
|
-
}
|
|
7313
|
-
| undefined
|
|
7314
|
-
nest_metadata?:
|
|
7315
|
-
| {
|
|
7316
|
-
nest_device_id: string
|
|
7317
|
-
device_name: string
|
|
7318
|
-
custom_name: string
|
|
7319
|
-
}
|
|
7320
|
-
| undefined
|
|
7321
|
-
ecobee_metadata?:
|
|
7322
|
-
| {
|
|
7323
|
-
ecobee_device_id: string
|
|
7324
|
-
device_name: string
|
|
7325
|
-
}
|
|
7326
|
-
| undefined
|
|
7327
|
-
hubitat_metadata?:
|
|
7328
|
-
| {
|
|
7329
|
-
device_id: string
|
|
7330
|
-
device_name: string
|
|
7331
|
-
device_label: string
|
|
7332
|
-
}
|
|
7333
|
-
| undefined
|
|
7334
|
-
dormakaba_oracode_metadata?:
|
|
7335
|
-
| {
|
|
7336
|
-
door_id: number
|
|
7337
|
-
door_name: string
|
|
7338
|
-
device_id?: number | undefined
|
|
7339
|
-
site_id: number
|
|
7340
|
-
site_name: string
|
|
7341
|
-
iana_timezone?: string | undefined
|
|
7342
|
-
predefined_time_slots?:
|
|
7343
|
-
| Array<{
|
|
7344
|
-
name: string
|
|
7345
|
-
prefix: number
|
|
7346
|
-
check_in_time: string
|
|
7347
|
-
check_out_time: string
|
|
7348
|
-
is_24_hour: boolean
|
|
7349
|
-
is_biweekly_mode: boolean
|
|
7350
|
-
is_one_shot: boolean
|
|
7351
|
-
is_master: boolean
|
|
7352
|
-
ext_dormakaba_oracode_user_level_prefix: number
|
|
7353
|
-
dormakaba_oracode_user_level_id: string
|
|
7354
|
-
}>
|
|
7355
|
-
| undefined
|
|
7356
|
-
}
|
|
7357
|
-
| undefined
|
|
7358
|
-
wyze_metadata?:
|
|
7359
|
-
| {
|
|
7360
|
-
device_id: string
|
|
7361
|
-
device_name: string
|
|
7362
|
-
product_name: string
|
|
7363
|
-
product_type: string
|
|
7364
|
-
product_model: string
|
|
7365
|
-
device_info_model: string
|
|
7366
|
-
}
|
|
7367
|
-
| undefined
|
|
7368
|
-
}) &
|
|
7369
|
-
({
|
|
7370
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
7371
|
-
| (number[] | undefined)
|
|
7372
|
-
| undefined
|
|
7373
|
-
code_constraints?:
|
|
7374
|
-
| (
|
|
7375
|
-
| Array<
|
|
7376
|
-
| {
|
|
7377
|
-
constraint_type:
|
|
7378
|
-
| 'no_zeros'
|
|
7379
|
-
| 'cannot_start_with_12'
|
|
7380
|
-
| 'no_triple_consecutive_ints'
|
|
7381
|
-
| 'cannot_specify_pin_code'
|
|
7382
|
-
| 'pin_code_matches_existing_set'
|
|
7383
|
-
| 'start_date_in_future'
|
|
7384
|
-
}
|
|
7385
|
-
| {
|
|
7386
|
-
constraint_type: 'name_length'
|
|
7387
|
-
min_length?: number | undefined
|
|
7388
|
-
max_length?: number | undefined
|
|
7389
|
-
}
|
|
7390
|
-
>
|
|
7391
|
-
| undefined
|
|
7392
|
-
)
|
|
7393
|
-
| undefined
|
|
7394
|
-
supported_code_lengths?: (number[] | undefined) | undefined
|
|
7395
|
-
max_active_codes_supported?: (number | undefined) | undefined
|
|
7396
|
-
supports_backup_access_code_pool?: (boolean | undefined) | undefined
|
|
7397
|
-
has_native_entry_events?: (boolean | undefined) | undefined
|
|
7398
|
-
locked?: (boolean | undefined) | undefined
|
|
7399
|
-
keypad_battery?:
|
|
7400
|
-
| (
|
|
7401
|
-
| {
|
|
7402
|
-
level: number
|
|
7403
|
-
}
|
|
7404
|
-
| undefined
|
|
7405
|
-
)
|
|
7406
|
-
| undefined
|
|
7407
|
-
door_open?: (boolean | undefined) | undefined
|
|
7408
|
-
} & (
|
|
7409
|
-
| {
|
|
7410
|
-
temperature_fahrenheit?: number | undefined
|
|
7411
|
-
temperature_celsius?: number | undefined
|
|
7412
|
-
relative_humidity?: number | undefined
|
|
7413
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
7414
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
7415
|
-
available_hvac_mode_settings?:
|
|
7416
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
7417
|
-
| undefined
|
|
7418
|
-
is_heating_available?: true | undefined
|
|
7419
|
-
is_cooling_available?: true | undefined
|
|
7420
|
-
is_heating?: boolean | undefined
|
|
7421
|
-
is_cooling?: boolean | undefined
|
|
7422
|
-
is_fan_running?: boolean | undefined
|
|
7423
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
7424
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
7425
|
-
current_climate_setting?:
|
|
7426
|
-
| {
|
|
7427
|
-
automatic_heating_enabled: boolean
|
|
7428
|
-
automatic_cooling_enabled: boolean
|
|
7429
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
7430
|
-
cooling_set_point_celsius?: number | undefined
|
|
7431
|
-
heating_set_point_celsius?: number | undefined
|
|
7432
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
7433
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
7434
|
-
manual_override_allowed: boolean
|
|
7435
|
-
}
|
|
7436
|
-
| undefined
|
|
7437
|
-
default_climate_setting?:
|
|
7438
|
-
| (
|
|
7439
|
-
| {
|
|
7440
|
-
automatic_heating_enabled: boolean
|
|
7441
|
-
automatic_cooling_enabled: boolean
|
|
7442
|
-
hvac_mode_setting:
|
|
7443
|
-
| 'off'
|
|
7444
|
-
| 'heat'
|
|
7445
|
-
| 'cool'
|
|
7446
|
-
| 'heat_cool'
|
|
7447
|
-
cooling_set_point_celsius?: number | undefined
|
|
7448
|
-
heating_set_point_celsius?: number | undefined
|
|
7449
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
7450
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
7451
|
-
manual_override_allowed: boolean
|
|
7452
|
-
}
|
|
7453
|
-
| undefined
|
|
7454
|
-
)
|
|
7455
|
-
| undefined
|
|
7456
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
7457
|
-
active_climate_setting_schedule?:
|
|
7458
|
-
| (
|
|
7459
|
-
| {
|
|
7460
|
-
climate_setting_schedule_id: string
|
|
7461
|
-
schedule_type: 'time_bound'
|
|
7462
|
-
device_id: string
|
|
7463
|
-
name?: string | undefined
|
|
7464
|
-
schedule_starts_at: string
|
|
7465
|
-
schedule_ends_at: string
|
|
7466
|
-
created_at: string
|
|
7467
|
-
/** 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. */
|
|
7468
|
-
errors?: any
|
|
7469
|
-
automatic_heating_enabled?: boolean | undefined
|
|
7470
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
7471
|
-
hvac_mode_setting?:
|
|
7472
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
7473
|
-
| undefined
|
|
7474
|
-
cooling_set_point_celsius?:
|
|
7475
|
-
| (number | undefined)
|
|
7476
|
-
| undefined
|
|
7477
|
-
heating_set_point_celsius?:
|
|
7478
|
-
| (number | undefined)
|
|
7479
|
-
| undefined
|
|
7480
|
-
cooling_set_point_fahrenheit?:
|
|
7481
|
-
| (number | undefined)
|
|
7482
|
-
| undefined
|
|
7483
|
-
heating_set_point_fahrenheit?:
|
|
7484
|
-
| (number | undefined)
|
|
7485
|
-
| undefined
|
|
7486
|
-
manual_override_allowed?: boolean | undefined
|
|
7487
|
-
}
|
|
7488
|
-
| undefined
|
|
7489
|
-
)
|
|
7490
|
-
| undefined
|
|
7491
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
7492
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
7493
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
7494
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
7495
|
-
min_heating_set_point_celsius?: number | undefined
|
|
7496
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
7497
|
-
max_heating_set_point_celsius?: number | undefined
|
|
7498
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
7499
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
7500
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
7501
|
-
}
|
|
7502
|
-
| {
|
|
7503
|
-
temperature_fahrenheit?: number | undefined
|
|
7504
|
-
temperature_celsius?: number | undefined
|
|
7505
|
-
relative_humidity?: number | undefined
|
|
7506
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
7507
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
7508
|
-
available_hvac_mode_settings?:
|
|
7509
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
7510
|
-
| undefined
|
|
7511
|
-
is_heating_available?: true | undefined
|
|
7512
|
-
is_cooling_available?: false | undefined
|
|
7513
|
-
is_heating?: boolean | undefined
|
|
7514
|
-
is_cooling?: boolean | undefined
|
|
7515
|
-
is_fan_running?: boolean | undefined
|
|
7516
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
7517
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
7518
|
-
current_climate_setting?:
|
|
7519
|
-
| {
|
|
7520
|
-
automatic_heating_enabled: boolean
|
|
7521
|
-
automatic_cooling_enabled: boolean
|
|
7522
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
7523
|
-
cooling_set_point_celsius?: number | undefined
|
|
7524
|
-
heating_set_point_celsius?: number | undefined
|
|
7525
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
7526
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
7527
|
-
manual_override_allowed: boolean
|
|
7528
|
-
}
|
|
7529
|
-
| undefined
|
|
7530
|
-
default_climate_setting?:
|
|
7531
|
-
| (
|
|
7532
|
-
| {
|
|
7533
|
-
automatic_heating_enabled: boolean
|
|
7534
|
-
automatic_cooling_enabled: boolean
|
|
7535
|
-
hvac_mode_setting:
|
|
7536
|
-
| 'off'
|
|
7537
|
-
| 'heat'
|
|
7538
|
-
| 'cool'
|
|
7539
|
-
| 'heat_cool'
|
|
7540
|
-
cooling_set_point_celsius?: number | undefined
|
|
7541
|
-
heating_set_point_celsius?: number | undefined
|
|
7542
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
7543
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
7544
|
-
manual_override_allowed: boolean
|
|
7545
|
-
}
|
|
7546
|
-
| undefined
|
|
7547
|
-
)
|
|
7548
|
-
| undefined
|
|
7549
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
7550
|
-
active_climate_setting_schedule?:
|
|
7551
|
-
| (
|
|
7552
|
-
| {
|
|
7553
|
-
climate_setting_schedule_id: string
|
|
7554
|
-
schedule_type: 'time_bound'
|
|
7555
|
-
device_id: string
|
|
7556
|
-
name?: string | undefined
|
|
7557
|
-
schedule_starts_at: string
|
|
7558
|
-
schedule_ends_at: string
|
|
7559
|
-
created_at: string
|
|
7560
|
-
/** 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. */
|
|
7561
|
-
errors?: any
|
|
7562
|
-
automatic_heating_enabled?: boolean | undefined
|
|
7563
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
7564
|
-
hvac_mode_setting?:
|
|
7565
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
7566
|
-
| undefined
|
|
7567
|
-
cooling_set_point_celsius?:
|
|
7568
|
-
| (number | undefined)
|
|
7569
|
-
| undefined
|
|
7570
|
-
heating_set_point_celsius?:
|
|
7571
|
-
| (number | undefined)
|
|
7572
|
-
| undefined
|
|
7573
|
-
cooling_set_point_fahrenheit?:
|
|
7574
|
-
| (number | undefined)
|
|
7575
|
-
| undefined
|
|
7576
|
-
heating_set_point_fahrenheit?:
|
|
7577
|
-
| (number | undefined)
|
|
7578
|
-
| undefined
|
|
7579
|
-
manual_override_allowed?: boolean | undefined
|
|
7580
|
-
}
|
|
7581
|
-
| undefined
|
|
7582
|
-
)
|
|
7583
|
-
| undefined
|
|
7584
|
-
min_heating_set_point_celsius?: number | undefined
|
|
7585
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
7586
|
-
max_heating_set_point_celsius?: number | undefined
|
|
7587
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
7588
|
-
}
|
|
7589
|
-
| {
|
|
7590
|
-
temperature_fahrenheit?: number | undefined
|
|
7591
|
-
temperature_celsius?: number | undefined
|
|
7592
|
-
relative_humidity?: number | undefined
|
|
7593
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
7594
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
7595
|
-
available_hvac_mode_settings?:
|
|
7596
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
7597
|
-
| undefined
|
|
7598
|
-
is_heating_available?: false | undefined
|
|
7599
|
-
is_cooling_available?: true | undefined
|
|
7600
|
-
is_heating?: boolean | undefined
|
|
7601
|
-
is_cooling?: boolean | undefined
|
|
7602
|
-
is_fan_running?: boolean | undefined
|
|
7603
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
7604
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
7605
|
-
current_climate_setting?:
|
|
7606
|
-
| {
|
|
7607
|
-
automatic_heating_enabled: boolean
|
|
7608
|
-
automatic_cooling_enabled: boolean
|
|
7609
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
7610
|
-
cooling_set_point_celsius?: number | undefined
|
|
7611
|
-
heating_set_point_celsius?: number | undefined
|
|
7612
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
7613
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
7614
|
-
manual_override_allowed: boolean
|
|
7615
|
-
}
|
|
7616
|
-
| undefined
|
|
7617
|
-
default_climate_setting?:
|
|
7618
|
-
| (
|
|
7619
|
-
| {
|
|
7620
|
-
automatic_heating_enabled: boolean
|
|
7621
|
-
automatic_cooling_enabled: boolean
|
|
7622
|
-
hvac_mode_setting:
|
|
7623
|
-
| 'off'
|
|
7624
|
-
| 'heat'
|
|
7625
|
-
| 'cool'
|
|
7626
|
-
| 'heat_cool'
|
|
7627
|
-
cooling_set_point_celsius?: number | undefined
|
|
7628
|
-
heating_set_point_celsius?: number | undefined
|
|
7629
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
7630
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
7631
|
-
manual_override_allowed: boolean
|
|
7632
|
-
}
|
|
7633
|
-
| undefined
|
|
7634
|
-
)
|
|
7635
|
-
| undefined
|
|
7636
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
7637
|
-
active_climate_setting_schedule?:
|
|
7638
|
-
| (
|
|
7639
|
-
| {
|
|
7640
|
-
climate_setting_schedule_id: string
|
|
7641
|
-
schedule_type: 'time_bound'
|
|
7642
|
-
device_id: string
|
|
7643
|
-
name?: string | undefined
|
|
7644
|
-
schedule_starts_at: string
|
|
7645
|
-
schedule_ends_at: string
|
|
7646
|
-
created_at: string
|
|
7647
|
-
/** 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. */
|
|
7648
|
-
errors?: any
|
|
7649
|
-
automatic_heating_enabled?: boolean | undefined
|
|
7650
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
7651
|
-
hvac_mode_setting?:
|
|
7652
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
7653
|
-
| undefined
|
|
7654
|
-
cooling_set_point_celsius?:
|
|
7655
|
-
| (number | undefined)
|
|
7656
|
-
| undefined
|
|
7657
|
-
heating_set_point_celsius?:
|
|
7658
|
-
| (number | undefined)
|
|
7659
|
-
| undefined
|
|
7660
|
-
cooling_set_point_fahrenheit?:
|
|
7661
|
-
| (number | undefined)
|
|
7662
|
-
| undefined
|
|
7663
|
-
heating_set_point_fahrenheit?:
|
|
7664
|
-
| (number | undefined)
|
|
7665
|
-
| undefined
|
|
7666
|
-
manual_override_allowed?: boolean | undefined
|
|
7667
|
-
}
|
|
7668
|
-
| undefined
|
|
7669
|
-
)
|
|
7670
|
-
| undefined
|
|
7671
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
7672
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
7673
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
7674
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
7675
|
-
}
|
|
7676
|
-
))) & {
|
|
7677
|
-
assa_abloy_credential_service_metadata?:
|
|
7678
|
-
| (
|
|
7679
|
-
| {
|
|
7680
|
-
has_active_endpoint: boolean
|
|
7681
|
-
endpoints: Array<{
|
|
7682
|
-
endpoint_id: string
|
|
7683
|
-
is_active: boolean
|
|
7684
|
-
}>
|
|
7685
|
-
}
|
|
7686
|
-
| undefined
|
|
7687
|
-
)
|
|
7688
|
-
| undefined
|
|
7689
|
-
}
|
|
7690
|
-
/** Location information for the device. */
|
|
7691
|
-
location: {
|
|
7692
|
-
/** Name of the device location. */
|
|
7693
|
-
location_name?: string | undefined
|
|
7694
|
-
/** Time zone of the device location. */
|
|
7695
|
-
timezone?: string | undefined
|
|
7696
|
-
} | null
|
|
7697
|
-
/** Unique identifier for the Seam workspace associated with the device. */
|
|
7698
|
-
workspace_id: string
|
|
7699
|
-
/** Array of errors associated with the device. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
7700
|
-
errors: Array<{
|
|
7701
|
-
error_code: string
|
|
7702
|
-
message: string
|
|
7703
|
-
}>
|
|
7704
|
-
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
7705
|
-
warnings: Array<{
|
|
7706
|
-
warning_code: string
|
|
7707
|
-
message: string
|
|
7708
|
-
}>
|
|
7709
|
-
/** Date and time at which the device object was created. */
|
|
7710
|
-
created_at: string
|
|
7711
|
-
/** Indicates whether Seam manages the device. */
|
|
7712
|
-
is_managed: true
|
|
7713
|
-
custom_metadata?: Record<string, string | boolean | null> | undefined
|
|
7714
|
-
assa_abloy_credential_service_metadata?:
|
|
7715
|
-
| {
|
|
7716
|
-
has_active_endpoint: boolean
|
|
7717
|
-
endpoints: Array<{
|
|
7718
|
-
endpoint_id: string
|
|
7719
|
-
is_active: boolean
|
|
7720
|
-
}>
|
|
7721
|
-
}
|
|
7722
|
-
| undefined
|
|
7723
|
-
}>
|
|
7724
|
-
}
|
|
7725
|
-
}
|
|
7726
|
-
'/phones/simulate/create_sandbox_phone': {
|
|
7727
|
-
route: '/phones/simulate/create_sandbox_phone'
|
|
7728
|
-
method: 'GET' | 'POST'
|
|
7729
|
-
queryParams: {}
|
|
7730
|
-
jsonBody: {
|
|
7731
|
-
assa_abloy_credential_service_acs_system_id: string
|
|
7732
|
-
custom_sdk_installation_id?: string | undefined
|
|
7733
|
-
user_identity_id: string
|
|
7734
|
-
phone_metadata?: {
|
|
7735
|
-
operating_system?: 'android' | 'ios'
|
|
7736
|
-
os_version?: string
|
|
7737
|
-
device_manufacturer?: string
|
|
7738
|
-
device_model?: string
|
|
7739
|
-
}
|
|
7740
|
-
assa_abloy_metadata?: {
|
|
7741
|
-
ble_capability?: boolean
|
|
7742
|
-
hce_capability?: boolean
|
|
7743
|
-
nfc_capability?: boolean
|
|
7744
|
-
application_version?: string
|
|
7745
|
-
seos_applet_version?: string
|
|
7746
|
-
seos_tsm_endpoint_id?: number
|
|
7747
|
-
}
|
|
7748
|
-
}
|
|
7749
|
-
commonParams: {}
|
|
7750
|
-
formData: {}
|
|
7751
|
-
jsonResponse: {
|
|
7752
|
-
phone: {
|
|
7753
|
-
/** Unique identifier for the device. */
|
|
7754
|
-
device_id: string
|
|
7755
|
-
device_type: 'android_phone' | 'ios_phone'
|
|
7756
|
-
/** 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. */
|
|
7757
|
-
capabilities_supported: Array<
|
|
7758
|
-
| 'access_code'
|
|
7759
|
-
| 'lock'
|
|
7760
|
-
| 'noise_detection'
|
|
7761
|
-
| 'thermostat'
|
|
7762
|
-
| 'battery'
|
|
7763
|
-
| 'phone'
|
|
7764
|
-
>
|
|
7765
|
-
/** Properties of the device. */
|
|
7766
|
-
properties: (({
|
|
7767
|
-
/** Indicates whether the device is online. */
|
|
7768
|
-
online: boolean
|
|
7769
|
-
/** Name of the device. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
7770
|
-
name: string
|
|
7771
|
-
model: {
|
|
7772
|
-
/** Display name of the device model. */
|
|
7773
|
-
display_name: string
|
|
7774
|
-
/** Display name that corresponds to the manufacturer-specific terminology for the device. */
|
|
7775
|
-
manufacturer_display_name: string
|
|
7776
|
-
/** Indicates whether the device supports offline access codes. */
|
|
7777
|
-
offline_access_codes_supported?: boolean | undefined
|
|
7778
|
-
/** Indicates whether the device supports online access codes. */
|
|
7779
|
-
online_access_codes_supported?: boolean | undefined
|
|
7780
|
-
/** Indicates whether the device supports an accessory keypad. */
|
|
7781
|
-
accessory_keypad_supported?: boolean | undefined
|
|
7782
|
-
}
|
|
7783
|
-
/** Indicates whether the device has direct power. */
|
|
7784
|
-
has_direct_power?: boolean | undefined
|
|
7785
|
-
/** Indicates the battery level of the device as a decimal value between 0 and 1, inclusive. */
|
|
7786
|
-
battery_level?: number | undefined
|
|
7787
|
-
/** 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. */
|
|
7788
|
-
battery?:
|
|
7789
|
-
| {
|
|
7790
|
-
level: number
|
|
7791
|
-
status: 'critical' | 'low' | 'good' | 'full'
|
|
7792
|
-
}
|
|
7793
|
-
| undefined
|
|
7794
|
-
/** Manufacturer of the device. */
|
|
7795
|
-
manufacturer?: string | undefined
|
|
7796
|
-
/** Image URL for the device. */
|
|
7797
|
-
image_url?: string | undefined
|
|
7798
|
-
/** Alt text for the device image. */
|
|
7799
|
-
image_alt_text?: string | undefined
|
|
7800
|
-
/** Serial number of the device. */
|
|
7801
|
-
serial_number?: string | undefined
|
|
7802
|
-
/** Indicates whether it is currently possible to use online access codes for the device. */
|
|
7803
|
-
online_access_codes_enabled?: boolean | undefined
|
|
7804
|
-
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
7805
|
-
offline_access_codes_enabled?: boolean | undefined
|
|
7806
|
-
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
7807
|
-
supports_accessory_keypad?: boolean | undefined
|
|
7808
|
-
/** Deprecated. Use offline_access_codes_enabled. */
|
|
7809
|
-
supports_offline_access_codes?: boolean | undefined
|
|
7810
|
-
} & {
|
|
7811
|
-
august_metadata?:
|
|
7812
|
-
| {
|
|
7813
|
-
lock_id: string
|
|
7814
|
-
lock_name: string
|
|
7815
|
-
house_name: string
|
|
7816
|
-
has_keypad: boolean
|
|
7817
|
-
keypad_battery_level?: string | undefined
|
|
7818
|
-
model?: string | undefined
|
|
7819
|
-
house_id?: string | undefined
|
|
7820
|
-
}
|
|
7821
|
-
| undefined
|
|
7822
|
-
avigilon_alta_metadata?:
|
|
7823
|
-
| {
|
|
7824
|
-
entry_name: string
|
|
7825
|
-
org_name: string
|
|
7826
|
-
zone_id: number
|
|
7827
|
-
zone_name: string
|
|
7828
|
-
site_id: number
|
|
7829
|
-
site_name: string
|
|
7830
|
-
}
|
|
7831
|
-
| undefined
|
|
7832
|
-
schlage_metadata?:
|
|
7833
|
-
| {
|
|
7834
|
-
device_id: string
|
|
7835
|
-
device_name: string
|
|
7836
|
-
access_code_length: number
|
|
7837
|
-
model?: string | undefined
|
|
7838
|
-
}
|
|
7839
|
-
| undefined
|
|
7840
|
-
smartthings_metadata?:
|
|
7841
|
-
| {
|
|
7842
|
-
device_id: string
|
|
7843
|
-
device_name: string
|
|
7844
|
-
model?: string | undefined
|
|
7845
|
-
location_id?: string | undefined
|
|
7846
|
-
}
|
|
7847
|
-
| undefined
|
|
7848
|
-
lockly_metadata?:
|
|
7849
|
-
| {
|
|
7850
|
-
device_id: string
|
|
7851
|
-
device_name: string
|
|
7852
|
-
model?: string | undefined
|
|
7853
|
-
}
|
|
7854
|
-
| undefined
|
|
7855
|
-
nuki_metadata?:
|
|
7856
|
-
| {
|
|
7857
|
-
device_id: string
|
|
7858
|
-
device_name: string
|
|
7859
|
-
keypad_battery_critical?: boolean | undefined
|
|
7860
|
-
}
|
|
7861
|
-
| undefined
|
|
7862
|
-
kwikset_metadata?:
|
|
7863
|
-
| {
|
|
7864
|
-
device_id: string
|
|
7865
|
-
device_name: string
|
|
7866
|
-
model_number: string
|
|
7867
|
-
}
|
|
7868
|
-
| undefined
|
|
7869
|
-
salto_metadata?:
|
|
7870
|
-
| {
|
|
7871
|
-
lock_id: string
|
|
7872
|
-
customer_reference: string
|
|
7873
|
-
lock_type: string
|
|
7874
|
-
battery_level: string
|
|
7875
|
-
locked_state: string
|
|
7876
|
-
model?: string | undefined
|
|
7877
|
-
}
|
|
7878
|
-
| undefined
|
|
7879
|
-
genie_metadata?:
|
|
7880
|
-
| {
|
|
7881
|
-
device_name: string
|
|
7882
|
-
door_name: string
|
|
7883
|
-
}
|
|
7884
|
-
| undefined
|
|
7885
|
-
brivo_metadata?:
|
|
7886
|
-
| {
|
|
7887
|
-
device_name: string
|
|
7888
|
-
}
|
|
7889
|
-
| undefined
|
|
7890
|
-
igloo_metadata?:
|
|
7891
|
-
| {
|
|
7892
|
-
device_id: string
|
|
7893
|
-
bridge_id: string
|
|
7894
|
-
model?: string | undefined
|
|
7895
|
-
}
|
|
7896
|
-
| undefined
|
|
7897
|
-
noiseaware_metadata?:
|
|
7898
|
-
| {
|
|
7899
|
-
device_model: 'indoor' | 'outdoor'
|
|
7900
|
-
noise_level_nrs: number
|
|
7901
|
-
noise_level_decibel: number
|
|
7902
|
-
device_name: string
|
|
7903
|
-
device_id: string
|
|
7904
|
-
}
|
|
7905
|
-
| undefined
|
|
7906
|
-
minut_metadata?:
|
|
7907
|
-
| {
|
|
7908
|
-
device_id: string
|
|
7909
|
-
device_name: string
|
|
7910
|
-
latest_sensor_values: {
|
|
7911
|
-
temperature: {
|
|
7912
|
-
time: string
|
|
7913
|
-
value: number
|
|
7914
|
-
}
|
|
7915
|
-
sound: {
|
|
7916
|
-
time: string
|
|
7917
|
-
value: number
|
|
7918
|
-
}
|
|
7919
|
-
humidity: {
|
|
7920
|
-
time: string
|
|
7921
|
-
value: number
|
|
7922
|
-
}
|
|
7923
|
-
pressure: {
|
|
7924
|
-
time: string
|
|
7925
|
-
value: number
|
|
7926
|
-
}
|
|
7927
|
-
accelerometer_z: {
|
|
7928
|
-
time: string
|
|
7929
|
-
value: number
|
|
7930
|
-
}
|
|
7931
|
-
}
|
|
7932
|
-
}
|
|
7933
|
-
| undefined
|
|
7934
|
-
four_suites_metadata?:
|
|
7935
|
-
| {
|
|
7936
|
-
device_id: number
|
|
7937
|
-
device_name: string
|
|
7938
|
-
reclose_delay_in_seconds: number
|
|
7939
|
-
}
|
|
7940
|
-
| undefined
|
|
7941
|
-
two_n_metadata?:
|
|
7942
|
-
| {
|
|
7943
|
-
device_id: number
|
|
7944
|
-
device_name: string
|
|
7945
|
-
}
|
|
7946
|
-
| undefined
|
|
7947
|
-
controlbyweb_metadata?:
|
|
7948
|
-
| {
|
|
7949
|
-
device_id: string
|
|
7950
|
-
device_name: string
|
|
7951
|
-
relay_name: string | null
|
|
7952
|
-
}
|
|
7953
|
-
| undefined
|
|
7954
|
-
ttlock_metadata?:
|
|
7955
|
-
| {
|
|
7956
|
-
lock_id: number
|
|
7957
|
-
lock_alias: string
|
|
7958
|
-
}
|
|
7959
|
-
| undefined
|
|
7960
|
-
seam_bridge_metadata?:
|
|
7961
|
-
| {
|
|
7962
|
-
unlock_method?: ('bridge' | 'doorking') | undefined
|
|
7963
|
-
device_num: number
|
|
7964
|
-
name: string
|
|
7965
|
-
}
|
|
7966
|
-
| undefined
|
|
7967
|
-
igloohome_metadata?:
|
|
7968
|
-
| {
|
|
7969
|
-
device_id: string
|
|
7970
|
-
device_name: string
|
|
7971
|
-
bridge_id?: string | undefined
|
|
7972
|
-
bridge_name?: string | undefined
|
|
7973
|
-
}
|
|
7974
|
-
| undefined
|
|
7975
|
-
nest_metadata?:
|
|
7976
|
-
| {
|
|
7977
|
-
nest_device_id: string
|
|
7978
|
-
device_name: string
|
|
7979
|
-
custom_name: string
|
|
7980
|
-
}
|
|
7981
|
-
| undefined
|
|
7982
|
-
ecobee_metadata?:
|
|
7983
|
-
| {
|
|
7984
|
-
ecobee_device_id: string
|
|
7985
|
-
device_name: string
|
|
7986
|
-
}
|
|
7987
|
-
| undefined
|
|
7988
|
-
hubitat_metadata?:
|
|
7989
|
-
| {
|
|
7990
|
-
device_id: string
|
|
7991
|
-
device_name: string
|
|
7992
|
-
device_label: string
|
|
7993
|
-
}
|
|
7994
|
-
| undefined
|
|
7995
|
-
dormakaba_oracode_metadata?:
|
|
7996
|
-
| {
|
|
7997
|
-
door_id: number
|
|
7998
|
-
door_name: string
|
|
7999
|
-
device_id?: number | undefined
|
|
8000
|
-
site_id: number
|
|
8001
|
-
site_name: string
|
|
8002
|
-
iana_timezone?: string | undefined
|
|
8003
|
-
predefined_time_slots?:
|
|
8004
|
-
| Array<{
|
|
8005
|
-
name: string
|
|
8006
|
-
prefix: number
|
|
8007
|
-
check_in_time: string
|
|
8008
|
-
check_out_time: string
|
|
8009
|
-
is_24_hour: boolean
|
|
8010
|
-
is_biweekly_mode: boolean
|
|
8011
|
-
is_one_shot: boolean
|
|
8012
|
-
is_master: boolean
|
|
8013
|
-
ext_dormakaba_oracode_user_level_prefix: number
|
|
8014
|
-
dormakaba_oracode_user_level_id: string
|
|
8015
|
-
}>
|
|
8016
|
-
| undefined
|
|
8017
|
-
}
|
|
8018
|
-
| undefined
|
|
8019
|
-
wyze_metadata?:
|
|
8020
|
-
| {
|
|
8021
|
-
device_id: string
|
|
8022
|
-
device_name: string
|
|
8023
|
-
product_name: string
|
|
8024
|
-
product_type: string
|
|
8025
|
-
product_model: string
|
|
8026
|
-
device_info_model: string
|
|
8027
|
-
}
|
|
8028
|
-
| undefined
|
|
8029
|
-
}) &
|
|
8030
|
-
({
|
|
8031
|
-
_experimental_supported_code_from_access_codes_lengths?:
|
|
8032
|
-
| (number[] | undefined)
|
|
8033
|
-
| undefined
|
|
8034
|
-
code_constraints?:
|
|
8035
|
-
| (
|
|
8036
|
-
| Array<
|
|
8037
|
-
| {
|
|
8038
|
-
constraint_type:
|
|
8039
|
-
| 'no_zeros'
|
|
8040
|
-
| 'cannot_start_with_12'
|
|
8041
|
-
| 'no_triple_consecutive_ints'
|
|
8042
|
-
| 'cannot_specify_pin_code'
|
|
8043
|
-
| 'pin_code_matches_existing_set'
|
|
8044
|
-
| 'start_date_in_future'
|
|
8045
|
-
}
|
|
8046
|
-
| {
|
|
8047
|
-
constraint_type: 'name_length'
|
|
8048
|
-
min_length?: number | undefined
|
|
8049
|
-
max_length?: number | undefined
|
|
8050
|
-
}
|
|
8051
|
-
>
|
|
8052
|
-
| undefined
|
|
8053
|
-
)
|
|
8054
|
-
| undefined
|
|
8055
|
-
supported_code_lengths?: (number[] | undefined) | undefined
|
|
8056
|
-
max_active_codes_supported?: (number | undefined) | undefined
|
|
8057
|
-
supports_backup_access_code_pool?: (boolean | undefined) | undefined
|
|
8058
|
-
has_native_entry_events?: (boolean | undefined) | undefined
|
|
8059
|
-
locked?: (boolean | undefined) | undefined
|
|
8060
|
-
keypad_battery?:
|
|
8061
|
-
| (
|
|
8062
|
-
| {
|
|
8063
|
-
level: number
|
|
8064
|
-
}
|
|
8065
|
-
| undefined
|
|
8066
|
-
)
|
|
8067
|
-
| undefined
|
|
8068
|
-
door_open?: (boolean | undefined) | undefined
|
|
8069
|
-
} & (
|
|
8070
|
-
| {
|
|
8071
|
-
temperature_fahrenheit?: number | undefined
|
|
8072
|
-
temperature_celsius?: number | undefined
|
|
8073
|
-
relative_humidity?: number | undefined
|
|
8074
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
8075
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
8076
|
-
available_hvac_mode_settings?:
|
|
8077
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
8078
|
-
| undefined
|
|
8079
|
-
is_heating_available?: true | undefined
|
|
8080
|
-
is_cooling_available?: true | undefined
|
|
8081
|
-
is_heating?: boolean | undefined
|
|
8082
|
-
is_cooling?: boolean | undefined
|
|
8083
|
-
is_fan_running?: boolean | undefined
|
|
8084
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
8085
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
8086
|
-
current_climate_setting?:
|
|
8087
|
-
| {
|
|
8088
|
-
automatic_heating_enabled: boolean
|
|
8089
|
-
automatic_cooling_enabled: boolean
|
|
8090
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8091
|
-
cooling_set_point_celsius?: number | undefined
|
|
8092
|
-
heating_set_point_celsius?: number | undefined
|
|
8093
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8094
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8095
|
-
manual_override_allowed: boolean
|
|
8096
|
-
}
|
|
8097
|
-
| undefined
|
|
8098
|
-
default_climate_setting?:
|
|
8099
|
-
| (
|
|
8100
|
-
| {
|
|
8101
|
-
automatic_heating_enabled: boolean
|
|
8102
|
-
automatic_cooling_enabled: boolean
|
|
8103
|
-
hvac_mode_setting:
|
|
8104
|
-
| 'off'
|
|
8105
|
-
| 'heat'
|
|
8106
|
-
| 'cool'
|
|
8107
|
-
| 'heat_cool'
|
|
8108
|
-
cooling_set_point_celsius?: number | undefined
|
|
8109
|
-
heating_set_point_celsius?: number | undefined
|
|
8110
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8111
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8112
|
-
manual_override_allowed: boolean
|
|
8113
|
-
}
|
|
8114
|
-
| undefined
|
|
8115
|
-
)
|
|
8116
|
-
| undefined
|
|
8117
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
8118
|
-
active_climate_setting_schedule?:
|
|
8119
|
-
| (
|
|
8120
|
-
| {
|
|
8121
|
-
climate_setting_schedule_id: string
|
|
8122
|
-
schedule_type: 'time_bound'
|
|
8123
|
-
device_id: string
|
|
8124
|
-
name?: string | undefined
|
|
8125
|
-
schedule_starts_at: string
|
|
8126
|
-
schedule_ends_at: string
|
|
8127
|
-
created_at: string
|
|
8128
|
-
/** 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. */
|
|
8129
|
-
errors?: any
|
|
8130
|
-
automatic_heating_enabled?: boolean | undefined
|
|
8131
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
8132
|
-
hvac_mode_setting?:
|
|
8133
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8134
|
-
| undefined
|
|
8135
|
-
cooling_set_point_celsius?:
|
|
8136
|
-
| (number | undefined)
|
|
8137
|
-
| undefined
|
|
8138
|
-
heating_set_point_celsius?:
|
|
8139
|
-
| (number | undefined)
|
|
8140
|
-
| undefined
|
|
8141
|
-
cooling_set_point_fahrenheit?:
|
|
8142
|
-
| (number | undefined)
|
|
8143
|
-
| undefined
|
|
8144
|
-
heating_set_point_fahrenheit?:
|
|
8145
|
-
| (number | undefined)
|
|
8146
|
-
| undefined
|
|
8147
|
-
manual_override_allowed?: boolean | undefined
|
|
8148
|
-
}
|
|
8149
|
-
| undefined
|
|
8150
|
-
)
|
|
8151
|
-
| undefined
|
|
8152
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
8153
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
8154
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
8155
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
8156
|
-
min_heating_set_point_celsius?: number | undefined
|
|
8157
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
8158
|
-
max_heating_set_point_celsius?: number | undefined
|
|
8159
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
8160
|
-
min_heating_cooling_delta_celsius?: number | undefined
|
|
8161
|
-
min_heating_cooling_delta_fahrenheit?: number | undefined
|
|
8162
|
-
}
|
|
8163
|
-
| {
|
|
8164
|
-
temperature_fahrenheit?: number | undefined
|
|
8165
|
-
temperature_celsius?: number | undefined
|
|
8166
|
-
relative_humidity?: number | undefined
|
|
8167
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
8168
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
8169
|
-
available_hvac_mode_settings?:
|
|
8170
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
8171
|
-
| undefined
|
|
8172
|
-
is_heating_available?: true | undefined
|
|
8173
|
-
is_cooling_available?: false | undefined
|
|
8174
|
-
is_heating?: boolean | undefined
|
|
8175
|
-
is_cooling?: boolean | undefined
|
|
8176
|
-
is_fan_running?: boolean | undefined
|
|
8177
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
8178
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
8179
|
-
current_climate_setting?:
|
|
8180
|
-
| {
|
|
8181
|
-
automatic_heating_enabled: boolean
|
|
8182
|
-
automatic_cooling_enabled: boolean
|
|
8183
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8184
|
-
cooling_set_point_celsius?: number | undefined
|
|
8185
|
-
heating_set_point_celsius?: number | undefined
|
|
8186
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8187
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8188
|
-
manual_override_allowed: boolean
|
|
8189
|
-
}
|
|
8190
|
-
| undefined
|
|
8191
|
-
default_climate_setting?:
|
|
8192
|
-
| (
|
|
8193
|
-
| {
|
|
8194
|
-
automatic_heating_enabled: boolean
|
|
8195
|
-
automatic_cooling_enabled: boolean
|
|
8196
|
-
hvac_mode_setting:
|
|
8197
|
-
| 'off'
|
|
8198
|
-
| 'heat'
|
|
8199
|
-
| 'cool'
|
|
8200
|
-
| 'heat_cool'
|
|
8201
|
-
cooling_set_point_celsius?: number | undefined
|
|
8202
|
-
heating_set_point_celsius?: number | undefined
|
|
8203
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8204
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8205
|
-
manual_override_allowed: boolean
|
|
8206
|
-
}
|
|
8207
|
-
| undefined
|
|
8208
|
-
)
|
|
8209
|
-
| undefined
|
|
8210
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
8211
|
-
active_climate_setting_schedule?:
|
|
8212
|
-
| (
|
|
8213
|
-
| {
|
|
8214
|
-
climate_setting_schedule_id: string
|
|
8215
|
-
schedule_type: 'time_bound'
|
|
8216
|
-
device_id: string
|
|
8217
|
-
name?: string | undefined
|
|
8218
|
-
schedule_starts_at: string
|
|
8219
|
-
schedule_ends_at: string
|
|
8220
|
-
created_at: string
|
|
8221
|
-
/** 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. */
|
|
8222
|
-
errors?: any
|
|
8223
|
-
automatic_heating_enabled?: boolean | undefined
|
|
8224
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
8225
|
-
hvac_mode_setting?:
|
|
8226
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8227
|
-
| undefined
|
|
8228
|
-
cooling_set_point_celsius?:
|
|
8229
|
-
| (number | undefined)
|
|
8230
|
-
| undefined
|
|
8231
|
-
heating_set_point_celsius?:
|
|
8232
|
-
| (number | undefined)
|
|
8233
|
-
| undefined
|
|
8234
|
-
cooling_set_point_fahrenheit?:
|
|
8235
|
-
| (number | undefined)
|
|
8236
|
-
| undefined
|
|
8237
|
-
heating_set_point_fahrenheit?:
|
|
8238
|
-
| (number | undefined)
|
|
8239
|
-
| undefined
|
|
8240
|
-
manual_override_allowed?: boolean | undefined
|
|
8241
|
-
}
|
|
8242
|
-
| undefined
|
|
8243
|
-
)
|
|
8244
|
-
| undefined
|
|
8245
|
-
min_heating_set_point_celsius?: number | undefined
|
|
8246
|
-
min_heating_set_point_fahrenheit?: number | undefined
|
|
8247
|
-
max_heating_set_point_celsius?: number | undefined
|
|
8248
|
-
max_heating_set_point_fahrenheit?: number | undefined
|
|
8249
|
-
}
|
|
8250
|
-
| {
|
|
8251
|
-
temperature_fahrenheit?: number | undefined
|
|
8252
|
-
temperature_celsius?: number | undefined
|
|
8253
|
-
relative_humidity?: number | undefined
|
|
8254
|
-
can_enable_automatic_heating?: boolean | undefined
|
|
8255
|
-
can_enable_automatic_cooling?: boolean | undefined
|
|
8256
|
-
available_hvac_mode_settings?:
|
|
8257
|
-
| Array<'off' | 'heat' | 'cool' | 'heat_cool'>
|
|
8258
|
-
| undefined
|
|
8259
|
-
is_heating_available?: false | undefined
|
|
8260
|
-
is_cooling_available?: true | undefined
|
|
8261
|
-
is_heating?: boolean | undefined
|
|
8262
|
-
is_cooling?: boolean | undefined
|
|
8263
|
-
is_fan_running?: boolean | undefined
|
|
8264
|
-
fan_mode_setting?: ('auto' | 'on') | undefined
|
|
8265
|
-
is_temporary_manual_override_active?: boolean | undefined
|
|
8266
|
-
current_climate_setting?:
|
|
8267
|
-
| {
|
|
8268
|
-
automatic_heating_enabled: boolean
|
|
8269
|
-
automatic_cooling_enabled: boolean
|
|
8270
|
-
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8271
|
-
cooling_set_point_celsius?: number | undefined
|
|
8272
|
-
heating_set_point_celsius?: number | undefined
|
|
8273
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8274
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8275
|
-
manual_override_allowed: boolean
|
|
8276
|
-
}
|
|
8277
|
-
| undefined
|
|
8278
|
-
default_climate_setting?:
|
|
8279
|
-
| (
|
|
8280
|
-
| {
|
|
8281
|
-
automatic_heating_enabled: boolean
|
|
8282
|
-
automatic_cooling_enabled: boolean
|
|
8283
|
-
hvac_mode_setting:
|
|
8284
|
-
| 'off'
|
|
8285
|
-
| 'heat'
|
|
8286
|
-
| 'cool'
|
|
8287
|
-
| 'heat_cool'
|
|
8288
|
-
cooling_set_point_celsius?: number | undefined
|
|
8289
|
-
heating_set_point_celsius?: number | undefined
|
|
8290
|
-
cooling_set_point_fahrenheit?: number | undefined
|
|
8291
|
-
heating_set_point_fahrenheit?: number | undefined
|
|
8292
|
-
manual_override_allowed: boolean
|
|
8293
|
-
}
|
|
8294
|
-
| undefined
|
|
8295
|
-
)
|
|
8296
|
-
| undefined
|
|
8297
|
-
is_climate_setting_schedule_active?: boolean | undefined
|
|
8298
|
-
active_climate_setting_schedule?:
|
|
8299
|
-
| (
|
|
8300
|
-
| {
|
|
8301
|
-
climate_setting_schedule_id: string
|
|
8302
|
-
schedule_type: 'time_bound'
|
|
8303
|
-
device_id: string
|
|
8304
|
-
name?: string | undefined
|
|
8305
|
-
schedule_starts_at: string
|
|
8306
|
-
schedule_ends_at: string
|
|
8307
|
-
created_at: string
|
|
8308
|
-
/** 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. */
|
|
8309
|
-
errors?: any
|
|
8310
|
-
automatic_heating_enabled?: boolean | undefined
|
|
8311
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
8312
|
-
hvac_mode_setting?:
|
|
8313
|
-
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8314
|
-
| undefined
|
|
8315
|
-
cooling_set_point_celsius?:
|
|
8316
|
-
| (number | undefined)
|
|
8317
|
-
| undefined
|
|
8318
|
-
heating_set_point_celsius?:
|
|
8319
|
-
| (number | undefined)
|
|
8320
|
-
| undefined
|
|
8321
|
-
cooling_set_point_fahrenheit?:
|
|
8322
|
-
| (number | undefined)
|
|
8323
|
-
| undefined
|
|
8324
|
-
heating_set_point_fahrenheit?:
|
|
8325
|
-
| (number | undefined)
|
|
8326
|
-
| undefined
|
|
8327
|
-
manual_override_allowed?: boolean | undefined
|
|
8328
|
-
}
|
|
8329
|
-
| undefined
|
|
8330
|
-
)
|
|
8331
|
-
| undefined
|
|
8332
|
-
min_cooling_set_point_celsius?: number | undefined
|
|
8333
|
-
min_cooling_set_point_fahrenheit?: number | undefined
|
|
8334
|
-
max_cooling_set_point_celsius?: number | undefined
|
|
8335
|
-
max_cooling_set_point_fahrenheit?: number | undefined
|
|
8336
|
-
}
|
|
8337
|
-
))) & {
|
|
8338
|
-
assa_abloy_credential_service_metadata?:
|
|
8339
|
-
| (
|
|
8340
|
-
| {
|
|
8341
|
-
has_active_endpoint: boolean
|
|
8342
|
-
endpoints: Array<{
|
|
8343
|
-
endpoint_id: string
|
|
8344
|
-
is_active: boolean
|
|
8345
|
-
}>
|
|
8346
|
-
}
|
|
8347
|
-
| undefined
|
|
8348
|
-
)
|
|
8349
|
-
| undefined
|
|
8350
7197
|
}
|
|
8351
7198
|
/** Location information for the device. */
|
|
8352
7199
|
location: {
|
|
@@ -8372,15 +7219,6 @@ export interface Routes {
|
|
|
8372
7219
|
/** Indicates whether Seam manages the device. */
|
|
8373
7220
|
is_managed: true
|
|
8374
7221
|
custom_metadata?: Record<string, string | boolean | null> | undefined
|
|
8375
|
-
assa_abloy_credential_service_metadata?:
|
|
8376
|
-
| {
|
|
8377
|
-
has_active_endpoint: boolean
|
|
8378
|
-
endpoints: Array<{
|
|
8379
|
-
endpoint_id: string
|
|
8380
|
-
is_active: boolean
|
|
8381
|
-
}>
|
|
8382
|
-
}
|
|
8383
|
-
| undefined
|
|
8384
7222
|
}
|
|
8385
7223
|
}
|
|
8386
7224
|
}
|
|
@@ -9187,17 +8025,18 @@ export interface Routes {
|
|
|
9187
8025
|
max_cooling_set_point_fahrenheit?: number | undefined
|
|
9188
8026
|
}
|
|
9189
8027
|
))) & {
|
|
9190
|
-
|
|
9191
|
-
|
|
|
9192
|
-
|
|
9193
|
-
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
|
|
9197
|
-
|
|
9198
|
-
|
|
9199
|
-
|
|
9200
|
-
|
|
8028
|
+
properties?:
|
|
8029
|
+
| {
|
|
8030
|
+
assa_abloy_credential_service_metadata?:
|
|
8031
|
+
| {
|
|
8032
|
+
has_active_endpoint: boolean
|
|
8033
|
+
endpoints: Array<{
|
|
8034
|
+
endpoint_id: string
|
|
8035
|
+
is_active: boolean
|
|
8036
|
+
}>
|
|
8037
|
+
}
|
|
8038
|
+
| undefined
|
|
8039
|
+
}
|
|
9201
8040
|
| undefined
|
|
9202
8041
|
}
|
|
9203
8042
|
/** Location information for the device. */
|
|
@@ -9998,17 +8837,18 @@ export interface Routes {
|
|
|
9998
8837
|
max_cooling_set_point_fahrenheit?: number | undefined
|
|
9999
8838
|
}
|
|
10000
8839
|
))) & {
|
|
10001
|
-
|
|
10002
|
-
|
|
|
10003
|
-
|
|
10004
|
-
|
|
10005
|
-
|
|
10006
|
-
|
|
10007
|
-
|
|
10008
|
-
|
|
10009
|
-
|
|
10010
|
-
|
|
10011
|
-
|
|
8840
|
+
properties?:
|
|
8841
|
+
| {
|
|
8842
|
+
assa_abloy_credential_service_metadata?:
|
|
8843
|
+
| {
|
|
8844
|
+
has_active_endpoint: boolean
|
|
8845
|
+
endpoints: Array<{
|
|
8846
|
+
endpoint_id: string
|
|
8847
|
+
is_active: boolean
|
|
8848
|
+
}>
|
|
8849
|
+
}
|
|
8850
|
+
| undefined
|
|
8851
|
+
}
|
|
10012
8852
|
| undefined
|
|
10013
8853
|
}
|
|
10014
8854
|
/** Location information for the device. */
|
|
@@ -10871,17 +9711,18 @@ export interface Routes {
|
|
|
10871
9711
|
max_cooling_set_point_fahrenheit?: number | undefined
|
|
10872
9712
|
}
|
|
10873
9713
|
))) & {
|
|
10874
|
-
|
|
10875
|
-
|
|
|
10876
|
-
|
|
10877
|
-
|
|
10878
|
-
|
|
10879
|
-
|
|
10880
|
-
|
|
10881
|
-
|
|
10882
|
-
|
|
10883
|
-
|
|
10884
|
-
|
|
9714
|
+
properties?:
|
|
9715
|
+
| {
|
|
9716
|
+
assa_abloy_credential_service_metadata?:
|
|
9717
|
+
| {
|
|
9718
|
+
has_active_endpoint: boolean
|
|
9719
|
+
endpoints: Array<{
|
|
9720
|
+
endpoint_id: string
|
|
9721
|
+
is_active: boolean
|
|
9722
|
+
}>
|
|
9723
|
+
}
|
|
9724
|
+
| undefined
|
|
9725
|
+
}
|
|
10885
9726
|
| undefined
|
|
10886
9727
|
}
|
|
10887
9728
|
/** Location information for the device. */
|