@seamapi/types 1.331.0 → 1.332.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 +731 -98
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1643 -71
- package/lib/seam/connect/models/devices/device.d.ts +380 -16
- package/lib/seam/connect/models/devices/device.js +125 -5
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.d.ts +235 -11
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +235 -11
- package/lib/seam/connect/openapi.d.ts +42 -27
- package/lib/seam/connect/openapi.js +668 -95
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1025 -56
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +143 -6
- package/src/lib/seam/connect/openapi.ts +706 -76
- package/src/lib/seam/connect/route-types.ts +1318 -77
|
@@ -12071,7 +12071,64 @@ export interface Routes {
|
|
|
12071
12071
|
/** 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. */
|
|
12072
12072
|
warnings: Array<{
|
|
12073
12073
|
message: string;
|
|
12074
|
-
|
|
12074
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12075
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
12076
|
+
} | {
|
|
12077
|
+
message: string;
|
|
12078
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12079
|
+
warning_code: 'many_active_backup_codes';
|
|
12080
|
+
} | {
|
|
12081
|
+
message: string;
|
|
12082
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12083
|
+
warning_code: 'salto_unknown_device_type';
|
|
12084
|
+
} | {
|
|
12085
|
+
message: string;
|
|
12086
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12087
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
12088
|
+
} | {
|
|
12089
|
+
message: string;
|
|
12090
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12091
|
+
warning_code: 'functional_offline_device';
|
|
12092
|
+
} | {
|
|
12093
|
+
message: string;
|
|
12094
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12095
|
+
warning_code: 'third_party_integration_detected';
|
|
12096
|
+
} | {
|
|
12097
|
+
message: string;
|
|
12098
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12099
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
12100
|
+
} | {
|
|
12101
|
+
message: string;
|
|
12102
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12103
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
12104
|
+
} | {
|
|
12105
|
+
message: string;
|
|
12106
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12107
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
12108
|
+
} | {
|
|
12109
|
+
message: string;
|
|
12110
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12111
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
12112
|
+
} | {
|
|
12113
|
+
message: string;
|
|
12114
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12115
|
+
warning_code: 'device_communication_degraded';
|
|
12116
|
+
} | {
|
|
12117
|
+
message: string;
|
|
12118
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12119
|
+
warning_code: 'scheduled_maintenance_window';
|
|
12120
|
+
} | {
|
|
12121
|
+
message: string;
|
|
12122
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12123
|
+
warning_code: 'device_has_flaky_connection';
|
|
12124
|
+
} | {
|
|
12125
|
+
message: string;
|
|
12126
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12127
|
+
warning_code: 'salto_office_mode';
|
|
12128
|
+
} | {
|
|
12129
|
+
message: string;
|
|
12130
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12131
|
+
warning_code: 'salto_privacy_mode';
|
|
12075
12132
|
}>;
|
|
12076
12133
|
/** Date and time at which the device object was created. */
|
|
12077
12134
|
created_at: string;
|
|
@@ -12689,7 +12746,64 @@ export interface Routes {
|
|
|
12689
12746
|
/** 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. */
|
|
12690
12747
|
warnings: Array<{
|
|
12691
12748
|
message: string;
|
|
12692
|
-
|
|
12749
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12750
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
12751
|
+
} | {
|
|
12752
|
+
message: string;
|
|
12753
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12754
|
+
warning_code: 'many_active_backup_codes';
|
|
12755
|
+
} | {
|
|
12756
|
+
message: string;
|
|
12757
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12758
|
+
warning_code: 'salto_unknown_device_type';
|
|
12759
|
+
} | {
|
|
12760
|
+
message: string;
|
|
12761
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12762
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
12763
|
+
} | {
|
|
12764
|
+
message: string;
|
|
12765
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12766
|
+
warning_code: 'functional_offline_device';
|
|
12767
|
+
} | {
|
|
12768
|
+
message: string;
|
|
12769
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12770
|
+
warning_code: 'third_party_integration_detected';
|
|
12771
|
+
} | {
|
|
12772
|
+
message: string;
|
|
12773
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12774
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
12775
|
+
} | {
|
|
12776
|
+
message: string;
|
|
12777
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12778
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
12779
|
+
} | {
|
|
12780
|
+
message: string;
|
|
12781
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12782
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
12783
|
+
} | {
|
|
12784
|
+
message: string;
|
|
12785
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12786
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
12787
|
+
} | {
|
|
12788
|
+
message: string;
|
|
12789
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12790
|
+
warning_code: 'device_communication_degraded';
|
|
12791
|
+
} | {
|
|
12792
|
+
message: string;
|
|
12793
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12794
|
+
warning_code: 'scheduled_maintenance_window';
|
|
12795
|
+
} | {
|
|
12796
|
+
message: string;
|
|
12797
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12798
|
+
warning_code: 'device_has_flaky_connection';
|
|
12799
|
+
} | {
|
|
12800
|
+
message: string;
|
|
12801
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12802
|
+
warning_code: 'salto_office_mode';
|
|
12803
|
+
} | {
|
|
12804
|
+
message: string;
|
|
12805
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12806
|
+
warning_code: 'salto_privacy_mode';
|
|
12693
12807
|
}>;
|
|
12694
12808
|
/** Date and time at which the device object was created. */
|
|
12695
12809
|
created_at: string;
|
|
@@ -12876,7 +12990,64 @@ export interface Routes {
|
|
|
12876
12990
|
/** 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. */
|
|
12877
12991
|
warnings: Array<{
|
|
12878
12992
|
message: string;
|
|
12879
|
-
|
|
12993
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12994
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
12995
|
+
} | {
|
|
12996
|
+
message: string;
|
|
12997
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12998
|
+
warning_code: 'many_active_backup_codes';
|
|
12999
|
+
} | {
|
|
13000
|
+
message: string;
|
|
13001
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13002
|
+
warning_code: 'salto_unknown_device_type';
|
|
13003
|
+
} | {
|
|
13004
|
+
message: string;
|
|
13005
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13006
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
13007
|
+
} | {
|
|
13008
|
+
message: string;
|
|
13009
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13010
|
+
warning_code: 'functional_offline_device';
|
|
13011
|
+
} | {
|
|
13012
|
+
message: string;
|
|
13013
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13014
|
+
warning_code: 'third_party_integration_detected';
|
|
13015
|
+
} | {
|
|
13016
|
+
message: string;
|
|
13017
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13018
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
13019
|
+
} | {
|
|
13020
|
+
message: string;
|
|
13021
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13022
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
13023
|
+
} | {
|
|
13024
|
+
message: string;
|
|
13025
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13026
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
13027
|
+
} | {
|
|
13028
|
+
message: string;
|
|
13029
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13030
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
13031
|
+
} | {
|
|
13032
|
+
message: string;
|
|
13033
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13034
|
+
warning_code: 'device_communication_degraded';
|
|
13035
|
+
} | {
|
|
13036
|
+
message: string;
|
|
13037
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13038
|
+
warning_code: 'scheduled_maintenance_window';
|
|
13039
|
+
} | {
|
|
13040
|
+
message: string;
|
|
13041
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13042
|
+
warning_code: 'device_has_flaky_connection';
|
|
13043
|
+
} | {
|
|
13044
|
+
message: string;
|
|
13045
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13046
|
+
warning_code: 'salto_office_mode';
|
|
13047
|
+
} | {
|
|
13048
|
+
message: string;
|
|
13049
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13050
|
+
warning_code: 'salto_privacy_mode';
|
|
12880
13051
|
}>;
|
|
12881
13052
|
/** Date and time at which the device object was created. */
|
|
12882
13053
|
created_at: string;
|
|
@@ -13072,7 +13243,64 @@ export interface Routes {
|
|
|
13072
13243
|
/** 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. */
|
|
13073
13244
|
warnings: Array<{
|
|
13074
13245
|
message: string;
|
|
13075
|
-
|
|
13246
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13247
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
13248
|
+
} | {
|
|
13249
|
+
message: string;
|
|
13250
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13251
|
+
warning_code: 'many_active_backup_codes';
|
|
13252
|
+
} | {
|
|
13253
|
+
message: string;
|
|
13254
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13255
|
+
warning_code: 'salto_unknown_device_type';
|
|
13256
|
+
} | {
|
|
13257
|
+
message: string;
|
|
13258
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13259
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
13260
|
+
} | {
|
|
13261
|
+
message: string;
|
|
13262
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13263
|
+
warning_code: 'functional_offline_device';
|
|
13264
|
+
} | {
|
|
13265
|
+
message: string;
|
|
13266
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13267
|
+
warning_code: 'third_party_integration_detected';
|
|
13268
|
+
} | {
|
|
13269
|
+
message: string;
|
|
13270
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13271
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
13272
|
+
} | {
|
|
13273
|
+
message: string;
|
|
13274
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13275
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
13276
|
+
} | {
|
|
13277
|
+
message: string;
|
|
13278
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13279
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
13280
|
+
} | {
|
|
13281
|
+
message: string;
|
|
13282
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13283
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
13284
|
+
} | {
|
|
13285
|
+
message: string;
|
|
13286
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13287
|
+
warning_code: 'device_communication_degraded';
|
|
13288
|
+
} | {
|
|
13289
|
+
message: string;
|
|
13290
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13291
|
+
warning_code: 'scheduled_maintenance_window';
|
|
13292
|
+
} | {
|
|
13293
|
+
message: string;
|
|
13294
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13295
|
+
warning_code: 'device_has_flaky_connection';
|
|
13296
|
+
} | {
|
|
13297
|
+
message: string;
|
|
13298
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13299
|
+
warning_code: 'salto_office_mode';
|
|
13300
|
+
} | {
|
|
13301
|
+
message: string;
|
|
13302
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13303
|
+
warning_code: 'salto_privacy_mode';
|
|
13076
13304
|
}>;
|
|
13077
13305
|
/** Date and time at which the device object was created. */
|
|
13078
13306
|
created_at: string;
|
|
@@ -16119,7 +16347,64 @@ export interface Routes {
|
|
|
16119
16347
|
/** 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. */
|
|
16120
16348
|
warnings: Array<{
|
|
16121
16349
|
message: string;
|
|
16122
|
-
|
|
16350
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16351
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
16352
|
+
} | {
|
|
16353
|
+
message: string;
|
|
16354
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16355
|
+
warning_code: 'many_active_backup_codes';
|
|
16356
|
+
} | {
|
|
16357
|
+
message: string;
|
|
16358
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16359
|
+
warning_code: 'salto_unknown_device_type';
|
|
16360
|
+
} | {
|
|
16361
|
+
message: string;
|
|
16362
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16363
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
16364
|
+
} | {
|
|
16365
|
+
message: string;
|
|
16366
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16367
|
+
warning_code: 'functional_offline_device';
|
|
16368
|
+
} | {
|
|
16369
|
+
message: string;
|
|
16370
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16371
|
+
warning_code: 'third_party_integration_detected';
|
|
16372
|
+
} | {
|
|
16373
|
+
message: string;
|
|
16374
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16375
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
16376
|
+
} | {
|
|
16377
|
+
message: string;
|
|
16378
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16379
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
16380
|
+
} | {
|
|
16381
|
+
message: string;
|
|
16382
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16383
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
16384
|
+
} | {
|
|
16385
|
+
message: string;
|
|
16386
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16387
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
16388
|
+
} | {
|
|
16389
|
+
message: string;
|
|
16390
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16391
|
+
warning_code: 'device_communication_degraded';
|
|
16392
|
+
} | {
|
|
16393
|
+
message: string;
|
|
16394
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16395
|
+
warning_code: 'scheduled_maintenance_window';
|
|
16396
|
+
} | {
|
|
16397
|
+
message: string;
|
|
16398
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16399
|
+
warning_code: 'device_has_flaky_connection';
|
|
16400
|
+
} | {
|
|
16401
|
+
message: string;
|
|
16402
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16403
|
+
warning_code: 'salto_office_mode';
|
|
16404
|
+
} | {
|
|
16405
|
+
message: string;
|
|
16406
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16407
|
+
warning_code: 'salto_privacy_mode';
|
|
16123
16408
|
}>;
|
|
16124
16409
|
/** Date and time at which the device object was created. */
|
|
16125
16410
|
created_at: string;
|
|
@@ -16701,7 +16986,64 @@ export interface Routes {
|
|
|
16701
16986
|
/** 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. */
|
|
16702
16987
|
warnings: Array<{
|
|
16703
16988
|
message: string;
|
|
16704
|
-
|
|
16989
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16990
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
16991
|
+
} | {
|
|
16992
|
+
message: string;
|
|
16993
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16994
|
+
warning_code: 'many_active_backup_codes';
|
|
16995
|
+
} | {
|
|
16996
|
+
message: string;
|
|
16997
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16998
|
+
warning_code: 'salto_unknown_device_type';
|
|
16999
|
+
} | {
|
|
17000
|
+
message: string;
|
|
17001
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17002
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
17003
|
+
} | {
|
|
17004
|
+
message: string;
|
|
17005
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17006
|
+
warning_code: 'functional_offline_device';
|
|
17007
|
+
} | {
|
|
17008
|
+
message: string;
|
|
17009
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17010
|
+
warning_code: 'third_party_integration_detected';
|
|
17011
|
+
} | {
|
|
17012
|
+
message: string;
|
|
17013
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17014
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
17015
|
+
} | {
|
|
17016
|
+
message: string;
|
|
17017
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17018
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
17019
|
+
} | {
|
|
17020
|
+
message: string;
|
|
17021
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17022
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
17023
|
+
} | {
|
|
17024
|
+
message: string;
|
|
17025
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17026
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
17027
|
+
} | {
|
|
17028
|
+
message: string;
|
|
17029
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17030
|
+
warning_code: 'device_communication_degraded';
|
|
17031
|
+
} | {
|
|
17032
|
+
message: string;
|
|
17033
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17034
|
+
warning_code: 'scheduled_maintenance_window';
|
|
17035
|
+
} | {
|
|
17036
|
+
message: string;
|
|
17037
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17038
|
+
warning_code: 'device_has_flaky_connection';
|
|
17039
|
+
} | {
|
|
17040
|
+
message: string;
|
|
17041
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17042
|
+
warning_code: 'salto_office_mode';
|
|
17043
|
+
} | {
|
|
17044
|
+
message: string;
|
|
17045
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17046
|
+
warning_code: 'salto_privacy_mode';
|
|
16705
17047
|
}>;
|
|
16706
17048
|
/** Date and time at which the device object was created. */
|
|
16707
17049
|
created_at: string;
|
|
@@ -17298,28 +17640,85 @@ export interface Routes {
|
|
|
17298
17640
|
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
17299
17641
|
} | {
|
|
17300
17642
|
message: string;
|
|
17301
|
-
is_device_error: true;
|
|
17302
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
17303
|
-
error_code: 'missing_device_credentials';
|
|
17643
|
+
is_device_error: true;
|
|
17644
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
17645
|
+
error_code: 'missing_device_credentials';
|
|
17646
|
+
} | {
|
|
17647
|
+
message: string;
|
|
17648
|
+
is_device_error: true;
|
|
17649
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
17650
|
+
error_code: 'auxiliary_heat_running';
|
|
17651
|
+
} | {
|
|
17652
|
+
message: string;
|
|
17653
|
+
is_device_error: true;
|
|
17654
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
17655
|
+
error_code: 'subscription_required';
|
|
17656
|
+
}) | {
|
|
17657
|
+
message: string;
|
|
17658
|
+
is_connected_account_error: true;
|
|
17659
|
+
error_code: string;
|
|
17660
|
+
}>;
|
|
17661
|
+
/** 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. */
|
|
17662
|
+
warnings: Array<{
|
|
17663
|
+
message: string;
|
|
17664
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17665
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
17666
|
+
} | {
|
|
17667
|
+
message: string;
|
|
17668
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17669
|
+
warning_code: 'many_active_backup_codes';
|
|
17670
|
+
} | {
|
|
17671
|
+
message: string;
|
|
17672
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17673
|
+
warning_code: 'salto_unknown_device_type';
|
|
17674
|
+
} | {
|
|
17675
|
+
message: string;
|
|
17676
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17677
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
17678
|
+
} | {
|
|
17679
|
+
message: string;
|
|
17680
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17681
|
+
warning_code: 'functional_offline_device';
|
|
17682
|
+
} | {
|
|
17683
|
+
message: string;
|
|
17684
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17685
|
+
warning_code: 'third_party_integration_detected';
|
|
17686
|
+
} | {
|
|
17687
|
+
message: string;
|
|
17688
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17689
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
17690
|
+
} | {
|
|
17691
|
+
message: string;
|
|
17692
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17693
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
17694
|
+
} | {
|
|
17695
|
+
message: string;
|
|
17696
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17697
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
17698
|
+
} | {
|
|
17699
|
+
message: string;
|
|
17700
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17701
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
17702
|
+
} | {
|
|
17703
|
+
message: string;
|
|
17704
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17705
|
+
warning_code: 'device_communication_degraded';
|
|
17304
17706
|
} | {
|
|
17305
17707
|
message: string;
|
|
17306
|
-
|
|
17307
|
-
|
|
17308
|
-
error_code: 'auxiliary_heat_running';
|
|
17708
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17709
|
+
warning_code: 'scheduled_maintenance_window';
|
|
17309
17710
|
} | {
|
|
17310
17711
|
message: string;
|
|
17311
|
-
|
|
17312
|
-
|
|
17313
|
-
|
|
17314
|
-
}) | {
|
|
17712
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17713
|
+
warning_code: 'device_has_flaky_connection';
|
|
17714
|
+
} | {
|
|
17315
17715
|
message: string;
|
|
17316
|
-
|
|
17317
|
-
|
|
17318
|
-
}
|
|
17319
|
-
/** 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. */
|
|
17320
|
-
warnings: Array<{
|
|
17716
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17717
|
+
warning_code: 'salto_office_mode';
|
|
17718
|
+
} | {
|
|
17321
17719
|
message: string;
|
|
17322
|
-
|
|
17720
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17721
|
+
warning_code: 'salto_privacy_mode';
|
|
17323
17722
|
}>;
|
|
17324
17723
|
/** Date and time at which the device object was created. */
|
|
17325
17724
|
created_at: string;
|
|
@@ -17900,7 +18299,64 @@ export interface Routes {
|
|
|
17900
18299
|
/** 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. */
|
|
17901
18300
|
warnings: Array<{
|
|
17902
18301
|
message: string;
|
|
17903
|
-
|
|
18302
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18303
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
18304
|
+
} | {
|
|
18305
|
+
message: string;
|
|
18306
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18307
|
+
warning_code: 'many_active_backup_codes';
|
|
18308
|
+
} | {
|
|
18309
|
+
message: string;
|
|
18310
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18311
|
+
warning_code: 'salto_unknown_device_type';
|
|
18312
|
+
} | {
|
|
18313
|
+
message: string;
|
|
18314
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18315
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
18316
|
+
} | {
|
|
18317
|
+
message: string;
|
|
18318
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18319
|
+
warning_code: 'functional_offline_device';
|
|
18320
|
+
} | {
|
|
18321
|
+
message: string;
|
|
18322
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18323
|
+
warning_code: 'third_party_integration_detected';
|
|
18324
|
+
} | {
|
|
18325
|
+
message: string;
|
|
18326
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18327
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
18328
|
+
} | {
|
|
18329
|
+
message: string;
|
|
18330
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18331
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
18332
|
+
} | {
|
|
18333
|
+
message: string;
|
|
18334
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18335
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
18336
|
+
} | {
|
|
18337
|
+
message: string;
|
|
18338
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18339
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
18340
|
+
} | {
|
|
18341
|
+
message: string;
|
|
18342
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18343
|
+
warning_code: 'device_communication_degraded';
|
|
18344
|
+
} | {
|
|
18345
|
+
message: string;
|
|
18346
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18347
|
+
warning_code: 'scheduled_maintenance_window';
|
|
18348
|
+
} | {
|
|
18349
|
+
message: string;
|
|
18350
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18351
|
+
warning_code: 'device_has_flaky_connection';
|
|
18352
|
+
} | {
|
|
18353
|
+
message: string;
|
|
18354
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18355
|
+
warning_code: 'salto_office_mode';
|
|
18356
|
+
} | {
|
|
18357
|
+
message: string;
|
|
18358
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18359
|
+
warning_code: 'salto_privacy_mode';
|
|
17904
18360
|
}>;
|
|
17905
18361
|
/** Date and time at which the device object was created. */
|
|
17906
18362
|
created_at: string;
|
|
@@ -20221,7 +20677,64 @@ export interface Routes {
|
|
|
20221
20677
|
/** 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. */
|
|
20222
20678
|
warnings: Array<{
|
|
20223
20679
|
message: string;
|
|
20224
|
-
|
|
20680
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20681
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
20682
|
+
} | {
|
|
20683
|
+
message: string;
|
|
20684
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20685
|
+
warning_code: 'many_active_backup_codes';
|
|
20686
|
+
} | {
|
|
20687
|
+
message: string;
|
|
20688
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20689
|
+
warning_code: 'salto_unknown_device_type';
|
|
20690
|
+
} | {
|
|
20691
|
+
message: string;
|
|
20692
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20693
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
20694
|
+
} | {
|
|
20695
|
+
message: string;
|
|
20696
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20697
|
+
warning_code: 'functional_offline_device';
|
|
20698
|
+
} | {
|
|
20699
|
+
message: string;
|
|
20700
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20701
|
+
warning_code: 'third_party_integration_detected';
|
|
20702
|
+
} | {
|
|
20703
|
+
message: string;
|
|
20704
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20705
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
20706
|
+
} | {
|
|
20707
|
+
message: string;
|
|
20708
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20709
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
20710
|
+
} | {
|
|
20711
|
+
message: string;
|
|
20712
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20713
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
20714
|
+
} | {
|
|
20715
|
+
message: string;
|
|
20716
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20717
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
20718
|
+
} | {
|
|
20719
|
+
message: string;
|
|
20720
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20721
|
+
warning_code: 'device_communication_degraded';
|
|
20722
|
+
} | {
|
|
20723
|
+
message: string;
|
|
20724
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20725
|
+
warning_code: 'scheduled_maintenance_window';
|
|
20726
|
+
} | {
|
|
20727
|
+
message: string;
|
|
20728
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20729
|
+
warning_code: 'device_has_flaky_connection';
|
|
20730
|
+
} | {
|
|
20731
|
+
message: string;
|
|
20732
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20733
|
+
warning_code: 'salto_office_mode';
|
|
20734
|
+
} | {
|
|
20735
|
+
message: string;
|
|
20736
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20737
|
+
warning_code: 'salto_privacy_mode';
|
|
20225
20738
|
}>;
|
|
20226
20739
|
/** Date and time at which the device object was created. */
|
|
20227
20740
|
created_at: string;
|
|
@@ -20802,7 +21315,64 @@ export interface Routes {
|
|
|
20802
21315
|
/** 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. */
|
|
20803
21316
|
warnings: Array<{
|
|
20804
21317
|
message: string;
|
|
20805
|
-
|
|
21318
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21319
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
21320
|
+
} | {
|
|
21321
|
+
message: string;
|
|
21322
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21323
|
+
warning_code: 'many_active_backup_codes';
|
|
21324
|
+
} | {
|
|
21325
|
+
message: string;
|
|
21326
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21327
|
+
warning_code: 'salto_unknown_device_type';
|
|
21328
|
+
} | {
|
|
21329
|
+
message: string;
|
|
21330
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21331
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
21332
|
+
} | {
|
|
21333
|
+
message: string;
|
|
21334
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21335
|
+
warning_code: 'functional_offline_device';
|
|
21336
|
+
} | {
|
|
21337
|
+
message: string;
|
|
21338
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21339
|
+
warning_code: 'third_party_integration_detected';
|
|
21340
|
+
} | {
|
|
21341
|
+
message: string;
|
|
21342
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21343
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
21344
|
+
} | {
|
|
21345
|
+
message: string;
|
|
21346
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21347
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
21348
|
+
} | {
|
|
21349
|
+
message: string;
|
|
21350
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21351
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
21352
|
+
} | {
|
|
21353
|
+
message: string;
|
|
21354
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21355
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
21356
|
+
} | {
|
|
21357
|
+
message: string;
|
|
21358
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21359
|
+
warning_code: 'device_communication_degraded';
|
|
21360
|
+
} | {
|
|
21361
|
+
message: string;
|
|
21362
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21363
|
+
warning_code: 'scheduled_maintenance_window';
|
|
21364
|
+
} | {
|
|
21365
|
+
message: string;
|
|
21366
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21367
|
+
warning_code: 'device_has_flaky_connection';
|
|
21368
|
+
} | {
|
|
21369
|
+
message: string;
|
|
21370
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21371
|
+
warning_code: 'salto_office_mode';
|
|
21372
|
+
} | {
|
|
21373
|
+
message: string;
|
|
21374
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21375
|
+
warning_code: 'salto_privacy_mode';
|
|
20806
21376
|
}>;
|
|
20807
21377
|
/** Date and time at which the device object was created. */
|
|
20808
21378
|
created_at: string;
|
|
@@ -23526,7 +24096,64 @@ export interface Routes {
|
|
|
23526
24096
|
/** 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. */
|
|
23527
24097
|
warnings: Array<{
|
|
23528
24098
|
message: string;
|
|
23529
|
-
|
|
24099
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24100
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
24101
|
+
} | {
|
|
24102
|
+
message: string;
|
|
24103
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24104
|
+
warning_code: 'many_active_backup_codes';
|
|
24105
|
+
} | {
|
|
24106
|
+
message: string;
|
|
24107
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24108
|
+
warning_code: 'salto_unknown_device_type';
|
|
24109
|
+
} | {
|
|
24110
|
+
message: string;
|
|
24111
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24112
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
24113
|
+
} | {
|
|
24114
|
+
message: string;
|
|
24115
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24116
|
+
warning_code: 'functional_offline_device';
|
|
24117
|
+
} | {
|
|
24118
|
+
message: string;
|
|
24119
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24120
|
+
warning_code: 'third_party_integration_detected';
|
|
24121
|
+
} | {
|
|
24122
|
+
message: string;
|
|
24123
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24124
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
24125
|
+
} | {
|
|
24126
|
+
message: string;
|
|
24127
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24128
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
24129
|
+
} | {
|
|
24130
|
+
message: string;
|
|
24131
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24132
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
24133
|
+
} | {
|
|
24134
|
+
message: string;
|
|
24135
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24136
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
24137
|
+
} | {
|
|
24138
|
+
message: string;
|
|
24139
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24140
|
+
warning_code: 'device_communication_degraded';
|
|
24141
|
+
} | {
|
|
24142
|
+
message: string;
|
|
24143
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24144
|
+
warning_code: 'scheduled_maintenance_window';
|
|
24145
|
+
} | {
|
|
24146
|
+
message: string;
|
|
24147
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24148
|
+
warning_code: 'device_has_flaky_connection';
|
|
24149
|
+
} | {
|
|
24150
|
+
message: string;
|
|
24151
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24152
|
+
warning_code: 'salto_office_mode';
|
|
24153
|
+
} | {
|
|
24154
|
+
message: string;
|
|
24155
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24156
|
+
warning_code: 'salto_privacy_mode';
|
|
23530
24157
|
}>;
|
|
23531
24158
|
/** Date and time at which the device object was created. */
|
|
23532
24159
|
created_at: string;
|
|
@@ -23639,43 +24266,100 @@ export interface Routes {
|
|
|
23639
24266
|
error_code: 'august_lock_not_authorized';
|
|
23640
24267
|
} | {
|
|
23641
24268
|
message: string;
|
|
23642
|
-
is_device_error: true;
|
|
23643
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23644
|
-
error_code: 'august_lock_missing_bridge';
|
|
24269
|
+
is_device_error: true;
|
|
24270
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
24271
|
+
error_code: 'august_lock_missing_bridge';
|
|
24272
|
+
} | {
|
|
24273
|
+
message: string;
|
|
24274
|
+
is_device_error: true;
|
|
24275
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
24276
|
+
error_code: 'salto_site_user_limit_reached';
|
|
24277
|
+
} | {
|
|
24278
|
+
message: string;
|
|
24279
|
+
is_device_error: true;
|
|
24280
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
24281
|
+
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
24282
|
+
} | {
|
|
24283
|
+
message: string;
|
|
24284
|
+
is_device_error: true;
|
|
24285
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
24286
|
+
error_code: 'missing_device_credentials';
|
|
24287
|
+
} | {
|
|
24288
|
+
message: string;
|
|
24289
|
+
is_device_error: true;
|
|
24290
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
24291
|
+
error_code: 'auxiliary_heat_running';
|
|
24292
|
+
} | {
|
|
24293
|
+
message: string;
|
|
24294
|
+
is_device_error: true;
|
|
24295
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
24296
|
+
error_code: 'subscription_required';
|
|
24297
|
+
}) | {
|
|
24298
|
+
message: string;
|
|
24299
|
+
is_connected_account_error: true;
|
|
24300
|
+
error_code: string;
|
|
24301
|
+
}>;
|
|
24302
|
+
/** 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. */
|
|
24303
|
+
warnings: Array<{
|
|
24304
|
+
message: string;
|
|
24305
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24306
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
24307
|
+
} | {
|
|
24308
|
+
message: string;
|
|
24309
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24310
|
+
warning_code: 'many_active_backup_codes';
|
|
24311
|
+
} | {
|
|
24312
|
+
message: string;
|
|
24313
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24314
|
+
warning_code: 'salto_unknown_device_type';
|
|
24315
|
+
} | {
|
|
24316
|
+
message: string;
|
|
24317
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24318
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
24319
|
+
} | {
|
|
24320
|
+
message: string;
|
|
24321
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24322
|
+
warning_code: 'functional_offline_device';
|
|
24323
|
+
} | {
|
|
24324
|
+
message: string;
|
|
24325
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24326
|
+
warning_code: 'third_party_integration_detected';
|
|
24327
|
+
} | {
|
|
24328
|
+
message: string;
|
|
24329
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24330
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
24331
|
+
} | {
|
|
24332
|
+
message: string;
|
|
24333
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24334
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
23645
24335
|
} | {
|
|
23646
24336
|
message: string;
|
|
23647
|
-
|
|
23648
|
-
|
|
23649
|
-
error_code: 'salto_site_user_limit_reached';
|
|
24337
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24338
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
23650
24339
|
} | {
|
|
23651
24340
|
message: string;
|
|
23652
|
-
|
|
23653
|
-
|
|
23654
|
-
error_code: 'ttlock_lock_not_paired_to_gateway';
|
|
24341
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24342
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
23655
24343
|
} | {
|
|
23656
24344
|
message: string;
|
|
23657
|
-
|
|
23658
|
-
|
|
23659
|
-
error_code: 'missing_device_credentials';
|
|
24345
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24346
|
+
warning_code: 'device_communication_degraded';
|
|
23660
24347
|
} | {
|
|
23661
24348
|
message: string;
|
|
23662
|
-
|
|
23663
|
-
|
|
23664
|
-
error_code: 'auxiliary_heat_running';
|
|
24349
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24350
|
+
warning_code: 'scheduled_maintenance_window';
|
|
23665
24351
|
} | {
|
|
23666
24352
|
message: string;
|
|
23667
|
-
|
|
23668
|
-
|
|
23669
|
-
|
|
23670
|
-
}) | {
|
|
24353
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24354
|
+
warning_code: 'device_has_flaky_connection';
|
|
24355
|
+
} | {
|
|
23671
24356
|
message: string;
|
|
23672
|
-
|
|
23673
|
-
|
|
23674
|
-
}
|
|
23675
|
-
/** 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. */
|
|
23676
|
-
warnings: Array<{
|
|
24357
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24358
|
+
warning_code: 'salto_office_mode';
|
|
24359
|
+
} | {
|
|
23677
24360
|
message: string;
|
|
23678
|
-
|
|
24361
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24362
|
+
warning_code: 'salto_privacy_mode';
|
|
23679
24363
|
}>;
|
|
23680
24364
|
/** Date and time at which the device object was created. */
|
|
23681
24365
|
created_at: string;
|
|
@@ -25993,7 +26677,64 @@ export interface Routes {
|
|
|
25993
26677
|
/** 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. */
|
|
25994
26678
|
warnings: Array<{
|
|
25995
26679
|
message: string;
|
|
25996
|
-
|
|
26680
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26681
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
26682
|
+
} | {
|
|
26683
|
+
message: string;
|
|
26684
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26685
|
+
warning_code: 'many_active_backup_codes';
|
|
26686
|
+
} | {
|
|
26687
|
+
message: string;
|
|
26688
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26689
|
+
warning_code: 'salto_unknown_device_type';
|
|
26690
|
+
} | {
|
|
26691
|
+
message: string;
|
|
26692
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26693
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
26694
|
+
} | {
|
|
26695
|
+
message: string;
|
|
26696
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26697
|
+
warning_code: 'functional_offline_device';
|
|
26698
|
+
} | {
|
|
26699
|
+
message: string;
|
|
26700
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26701
|
+
warning_code: 'third_party_integration_detected';
|
|
26702
|
+
} | {
|
|
26703
|
+
message: string;
|
|
26704
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26705
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
26706
|
+
} | {
|
|
26707
|
+
message: string;
|
|
26708
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26709
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
26710
|
+
} | {
|
|
26711
|
+
message: string;
|
|
26712
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26713
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
26714
|
+
} | {
|
|
26715
|
+
message: string;
|
|
26716
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26717
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
26718
|
+
} | {
|
|
26719
|
+
message: string;
|
|
26720
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26721
|
+
warning_code: 'device_communication_degraded';
|
|
26722
|
+
} | {
|
|
26723
|
+
message: string;
|
|
26724
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26725
|
+
warning_code: 'scheduled_maintenance_window';
|
|
26726
|
+
} | {
|
|
26727
|
+
message: string;
|
|
26728
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26729
|
+
warning_code: 'device_has_flaky_connection';
|
|
26730
|
+
} | {
|
|
26731
|
+
message: string;
|
|
26732
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26733
|
+
warning_code: 'salto_office_mode';
|
|
26734
|
+
} | {
|
|
26735
|
+
message: string;
|
|
26736
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26737
|
+
warning_code: 'salto_privacy_mode';
|
|
25997
26738
|
}>;
|
|
25998
26739
|
/** Date and time at which the device object was created. */
|
|
25999
26740
|
created_at: string;
|
|
@@ -28295,7 +29036,64 @@ export interface Routes {
|
|
|
28295
29036
|
/** 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. */
|
|
28296
29037
|
warnings: Array<{
|
|
28297
29038
|
message: string;
|
|
28298
|
-
|
|
29039
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29040
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
29041
|
+
} | {
|
|
29042
|
+
message: string;
|
|
29043
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29044
|
+
warning_code: 'many_active_backup_codes';
|
|
29045
|
+
} | {
|
|
29046
|
+
message: string;
|
|
29047
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29048
|
+
warning_code: 'salto_unknown_device_type';
|
|
29049
|
+
} | {
|
|
29050
|
+
message: string;
|
|
29051
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29052
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
29053
|
+
} | {
|
|
29054
|
+
message: string;
|
|
29055
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29056
|
+
warning_code: 'functional_offline_device';
|
|
29057
|
+
} | {
|
|
29058
|
+
message: string;
|
|
29059
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29060
|
+
warning_code: 'third_party_integration_detected';
|
|
29061
|
+
} | {
|
|
29062
|
+
message: string;
|
|
29063
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29064
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
29065
|
+
} | {
|
|
29066
|
+
message: string;
|
|
29067
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29068
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
29069
|
+
} | {
|
|
29070
|
+
message: string;
|
|
29071
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29072
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
29073
|
+
} | {
|
|
29074
|
+
message: string;
|
|
29075
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29076
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
29077
|
+
} | {
|
|
29078
|
+
message: string;
|
|
29079
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29080
|
+
warning_code: 'device_communication_degraded';
|
|
29081
|
+
} | {
|
|
29082
|
+
message: string;
|
|
29083
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29084
|
+
warning_code: 'scheduled_maintenance_window';
|
|
29085
|
+
} | {
|
|
29086
|
+
message: string;
|
|
29087
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29088
|
+
warning_code: 'device_has_flaky_connection';
|
|
29089
|
+
} | {
|
|
29090
|
+
message: string;
|
|
29091
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29092
|
+
warning_code: 'salto_office_mode';
|
|
29093
|
+
} | {
|
|
29094
|
+
message: string;
|
|
29095
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29096
|
+
warning_code: 'salto_privacy_mode';
|
|
28299
29097
|
}>;
|
|
28300
29098
|
/** Date and time at which the device object was created. */
|
|
28301
29099
|
created_at: string;
|
|
@@ -28876,7 +29674,64 @@ export interface Routes {
|
|
|
28876
29674
|
/** 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. */
|
|
28877
29675
|
warnings: Array<{
|
|
28878
29676
|
message: string;
|
|
28879
|
-
|
|
29677
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29678
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
29679
|
+
} | {
|
|
29680
|
+
message: string;
|
|
29681
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29682
|
+
warning_code: 'many_active_backup_codes';
|
|
29683
|
+
} | {
|
|
29684
|
+
message: string;
|
|
29685
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29686
|
+
warning_code: 'salto_unknown_device_type';
|
|
29687
|
+
} | {
|
|
29688
|
+
message: string;
|
|
29689
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29690
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
29691
|
+
} | {
|
|
29692
|
+
message: string;
|
|
29693
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29694
|
+
warning_code: 'functional_offline_device';
|
|
29695
|
+
} | {
|
|
29696
|
+
message: string;
|
|
29697
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29698
|
+
warning_code: 'third_party_integration_detected';
|
|
29699
|
+
} | {
|
|
29700
|
+
message: string;
|
|
29701
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29702
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
29703
|
+
} | {
|
|
29704
|
+
message: string;
|
|
29705
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29706
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
29707
|
+
} | {
|
|
29708
|
+
message: string;
|
|
29709
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29710
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
29711
|
+
} | {
|
|
29712
|
+
message: string;
|
|
29713
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29714
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
29715
|
+
} | {
|
|
29716
|
+
message: string;
|
|
29717
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29718
|
+
warning_code: 'device_communication_degraded';
|
|
29719
|
+
} | {
|
|
29720
|
+
message: string;
|
|
29721
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29722
|
+
warning_code: 'scheduled_maintenance_window';
|
|
29723
|
+
} | {
|
|
29724
|
+
message: string;
|
|
29725
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29726
|
+
warning_code: 'device_has_flaky_connection';
|
|
29727
|
+
} | {
|
|
29728
|
+
message: string;
|
|
29729
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29730
|
+
warning_code: 'salto_office_mode';
|
|
29731
|
+
} | {
|
|
29732
|
+
message: string;
|
|
29733
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29734
|
+
warning_code: 'salto_privacy_mode';
|
|
28880
29735
|
}>;
|
|
28881
29736
|
/** Date and time at which the device object was created. */
|
|
28882
29737
|
created_at: string;
|
|
@@ -32468,7 +33323,64 @@ export interface Routes {
|
|
|
32468
33323
|
/** 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. */
|
|
32469
33324
|
warnings: Array<{
|
|
32470
33325
|
message: string;
|
|
32471
|
-
|
|
33326
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33327
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
33328
|
+
} | {
|
|
33329
|
+
message: string;
|
|
33330
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33331
|
+
warning_code: 'many_active_backup_codes';
|
|
33332
|
+
} | {
|
|
33333
|
+
message: string;
|
|
33334
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33335
|
+
warning_code: 'salto_unknown_device_type';
|
|
33336
|
+
} | {
|
|
33337
|
+
message: string;
|
|
33338
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33339
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
33340
|
+
} | {
|
|
33341
|
+
message: string;
|
|
33342
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33343
|
+
warning_code: 'functional_offline_device';
|
|
33344
|
+
} | {
|
|
33345
|
+
message: string;
|
|
33346
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33347
|
+
warning_code: 'third_party_integration_detected';
|
|
33348
|
+
} | {
|
|
33349
|
+
message: string;
|
|
33350
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33351
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
33352
|
+
} | {
|
|
33353
|
+
message: string;
|
|
33354
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33355
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
33356
|
+
} | {
|
|
33357
|
+
message: string;
|
|
33358
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33359
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
33360
|
+
} | {
|
|
33361
|
+
message: string;
|
|
33362
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33363
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
33364
|
+
} | {
|
|
33365
|
+
message: string;
|
|
33366
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33367
|
+
warning_code: 'device_communication_degraded';
|
|
33368
|
+
} | {
|
|
33369
|
+
message: string;
|
|
33370
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33371
|
+
warning_code: 'scheduled_maintenance_window';
|
|
33372
|
+
} | {
|
|
33373
|
+
message: string;
|
|
33374
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33375
|
+
warning_code: 'device_has_flaky_connection';
|
|
33376
|
+
} | {
|
|
33377
|
+
message: string;
|
|
33378
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33379
|
+
warning_code: 'salto_office_mode';
|
|
33380
|
+
} | {
|
|
33381
|
+
message: string;
|
|
33382
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33383
|
+
warning_code: 'salto_privacy_mode';
|
|
32472
33384
|
}>;
|
|
32473
33385
|
/** Date and time at which the device object was created. */
|
|
32474
33386
|
created_at: string;
|
|
@@ -33051,7 +33963,64 @@ export interface Routes {
|
|
|
33051
33963
|
/** 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. */
|
|
33052
33964
|
warnings: Array<{
|
|
33053
33965
|
message: string;
|
|
33054
|
-
|
|
33966
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33967
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
33968
|
+
} | {
|
|
33969
|
+
message: string;
|
|
33970
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33971
|
+
warning_code: 'many_active_backup_codes';
|
|
33972
|
+
} | {
|
|
33973
|
+
message: string;
|
|
33974
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33975
|
+
warning_code: 'salto_unknown_device_type';
|
|
33976
|
+
} | {
|
|
33977
|
+
message: string;
|
|
33978
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33979
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
33980
|
+
} | {
|
|
33981
|
+
message: string;
|
|
33982
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33983
|
+
warning_code: 'functional_offline_device';
|
|
33984
|
+
} | {
|
|
33985
|
+
message: string;
|
|
33986
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33987
|
+
warning_code: 'third_party_integration_detected';
|
|
33988
|
+
} | {
|
|
33989
|
+
message: string;
|
|
33990
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33991
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
33992
|
+
} | {
|
|
33993
|
+
message: string;
|
|
33994
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33995
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
33996
|
+
} | {
|
|
33997
|
+
message: string;
|
|
33998
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33999
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
34000
|
+
} | {
|
|
34001
|
+
message: string;
|
|
34002
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34003
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
34004
|
+
} | {
|
|
34005
|
+
message: string;
|
|
34006
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34007
|
+
warning_code: 'device_communication_degraded';
|
|
34008
|
+
} | {
|
|
34009
|
+
message: string;
|
|
34010
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34011
|
+
warning_code: 'scheduled_maintenance_window';
|
|
34012
|
+
} | {
|
|
34013
|
+
message: string;
|
|
34014
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34015
|
+
warning_code: 'device_has_flaky_connection';
|
|
34016
|
+
} | {
|
|
34017
|
+
message: string;
|
|
34018
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34019
|
+
warning_code: 'salto_office_mode';
|
|
34020
|
+
} | {
|
|
34021
|
+
message: string;
|
|
34022
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34023
|
+
warning_code: 'salto_privacy_mode';
|
|
33055
34024
|
}>;
|
|
33056
34025
|
/** Date and time at which the device object was created. */
|
|
33057
34026
|
created_at: string;
|