@seamapi/types 1.396.1 → 1.397.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 +18 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +27 -27
- package/lib/seam/connect/models/devices/device-type.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-type.js +1 -0
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +3 -3
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +3 -3
- package/lib/seam/connect/openapi.js +8 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +21 -21
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-type.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +8 -0
- package/src/lib/seam/connect/route-types.ts +21 -0
|
@@ -19049,7 +19049,7 @@ export interface Routes {
|
|
|
19049
19049
|
/** Unique identifier for the device. */
|
|
19050
19050
|
device_id: string;
|
|
19051
19051
|
/** Type of the device. */
|
|
19052
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
19052
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
19053
19053
|
/** Optional nickname to describe the device, settable through Seam */
|
|
19054
19054
|
nickname?: string | undefined;
|
|
19055
19055
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -19813,9 +19813,9 @@ export interface Routes {
|
|
|
19813
19813
|
/** ID of the Connect Webview by which to filter devices. */
|
|
19814
19814
|
connect_webview_id?: string | undefined;
|
|
19815
19815
|
/** Device type by which to filter devices. */
|
|
19816
|
-
device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
19816
|
+
device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
19817
19817
|
/** Array of device types by which to filter devices. */
|
|
19818
|
-
device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
|
|
19818
|
+
device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
|
|
19819
19819
|
/** Manufacturer by which to filter devices. */
|
|
19820
19820
|
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi') | undefined;
|
|
19821
19821
|
/** Array of device IDs by which to filter devices. */
|
|
@@ -19843,7 +19843,7 @@ export interface Routes {
|
|
|
19843
19843
|
/** Unique identifier for the device. */
|
|
19844
19844
|
device_id: string;
|
|
19845
19845
|
/** Type of the device. */
|
|
19846
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
19846
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
19847
19847
|
/** Optional nickname to describe the device, settable through Seam */
|
|
19848
19848
|
nickname?: string | undefined;
|
|
19849
19849
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -20680,7 +20680,7 @@ export interface Routes {
|
|
|
20680
20680
|
/** Unique identifier for the device. */
|
|
20681
20681
|
device_id: string;
|
|
20682
20682
|
/** Type of the device. */
|
|
20683
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
20683
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
20684
20684
|
/** Unique identifier for the account associated with the device. */
|
|
20685
20685
|
connected_account_id: string;
|
|
20686
20686
|
/** Location information for the device. */
|
|
@@ -20960,9 +20960,9 @@ export interface Routes {
|
|
|
20960
20960
|
/** ID of the Connect Webview by which to filter devices. */
|
|
20961
20961
|
connect_webview_id?: string | undefined;
|
|
20962
20962
|
/** Device type by which to filter devices. */
|
|
20963
|
-
device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
20963
|
+
device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
20964
20964
|
/** Array of device types by which to filter devices. */
|
|
20965
|
-
device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
|
|
20965
|
+
device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
|
|
20966
20966
|
/** Manufacturer by which to filter devices. */
|
|
20967
20967
|
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi') | undefined;
|
|
20968
20968
|
/** Array of device IDs by which to filter devices. */
|
|
@@ -20990,7 +20990,7 @@ export interface Routes {
|
|
|
20990
20990
|
/** Unique identifier for the device. */
|
|
20991
20991
|
device_id: string;
|
|
20992
20992
|
/** Type of the device. */
|
|
20993
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
20993
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
20994
20994
|
/** Unique identifier for the account associated with the device. */
|
|
20995
20995
|
connected_account_id: string;
|
|
20996
20996
|
/** Location information for the device. */
|
|
@@ -24066,7 +24066,7 @@ export interface Routes {
|
|
|
24066
24066
|
/** Unique identifier for the device. */
|
|
24067
24067
|
device_id: string;
|
|
24068
24068
|
/** Type of the device. */
|
|
24069
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
24069
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
24070
24070
|
/** Optional nickname to describe the device, settable through Seam */
|
|
24071
24071
|
nickname?: string | undefined;
|
|
24072
24072
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -24819,7 +24819,7 @@ export interface Routes {
|
|
|
24819
24819
|
/** Unique identifier for the device. */
|
|
24820
24820
|
device_id: string;
|
|
24821
24821
|
/** Type of the device. */
|
|
24822
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
24822
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
24823
24823
|
/** Optional nickname to describe the device, settable through Seam */
|
|
24824
24824
|
nickname?: string | undefined;
|
|
24825
24825
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -25613,7 +25613,7 @@ export interface Routes {
|
|
|
25613
25613
|
/** Unique identifier for the device. */
|
|
25614
25614
|
device_id: string;
|
|
25615
25615
|
/** Type of the device. */
|
|
25616
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
25616
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
25617
25617
|
/** Optional nickname to describe the device, settable through Seam */
|
|
25618
25618
|
nickname?: string | undefined;
|
|
25619
25619
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -26365,7 +26365,7 @@ export interface Routes {
|
|
|
26365
26365
|
/** Unique identifier for the device. */
|
|
26366
26366
|
device_id: string;
|
|
26367
26367
|
/** Type of the device. */
|
|
26368
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
26368
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
26369
26369
|
/** Optional nickname to describe the device, settable through Seam */
|
|
26370
26370
|
nickname?: string | undefined;
|
|
26371
26371
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -31657,7 +31657,7 @@ export interface Routes {
|
|
|
31657
31657
|
/** Unique identifier for the device. */
|
|
31658
31658
|
device_id: string;
|
|
31659
31659
|
/** Type of the device. */
|
|
31660
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
31660
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
31661
31661
|
/** Optional nickname to describe the device, settable through Seam */
|
|
31662
31662
|
nickname?: string | undefined;
|
|
31663
31663
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -32409,7 +32409,7 @@ export interface Routes {
|
|
|
32409
32409
|
/** Unique identifier for the device. */
|
|
32410
32410
|
device_id: string;
|
|
32411
32411
|
/** Type of the device. */
|
|
32412
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
32412
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
32413
32413
|
/** Optional nickname to describe the device, settable through Seam */
|
|
32414
32414
|
nickname?: string | undefined;
|
|
32415
32415
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -40660,7 +40660,7 @@ export interface Routes {
|
|
|
40660
40660
|
/** Unique identifier for the device. */
|
|
40661
40661
|
device_id: string;
|
|
40662
40662
|
/** Type of the device. */
|
|
40663
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
40663
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
40664
40664
|
/** Optional nickname to describe the device, settable through Seam */
|
|
40665
40665
|
nickname?: string | undefined;
|
|
40666
40666
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -43672,9 +43672,9 @@ export interface Routes {
|
|
|
43672
43672
|
/** ID of the Connect Webview by which to filter devices. */
|
|
43673
43673
|
connect_webview_id?: string | undefined;
|
|
43674
43674
|
/** Device type by which to filter thermostat devices. */
|
|
43675
|
-
device_type?: ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | undefined;
|
|
43675
|
+
device_type?: ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | undefined;
|
|
43676
43676
|
/** Array of device types by which to filter thermostat devices. */
|
|
43677
|
-
device_types?: Array<'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat'> | undefined;
|
|
43677
|
+
device_types?: Array<'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat'> | undefined;
|
|
43678
43678
|
/** Manufacturer by which to filter thermostat devices. */
|
|
43679
43679
|
manufacturer?: ('ecobee' | 'honeywell_resideo' | 'nest' | 'tado' | 'sensi') | undefined;
|
|
43680
43680
|
/** Array of device IDs by which to filter devices. */
|
|
@@ -43702,7 +43702,7 @@ export interface Routes {
|
|
|
43702
43702
|
/** Unique identifier for the device. */
|
|
43703
43703
|
device_id: string;
|
|
43704
43704
|
/** Type of the device. */
|
|
43705
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
43705
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
43706
43706
|
/** Optional nickname to describe the device, settable through Seam */
|
|
43707
43707
|
nickname?: string | undefined;
|
|
43708
43708
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -44454,7 +44454,7 @@ export interface Routes {
|
|
|
44454
44454
|
/** Unique identifier for the device. */
|
|
44455
44455
|
device_id: string;
|
|
44456
44456
|
/** Type of the device. */
|
|
44457
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
44457
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
44458
44458
|
/** Optional nickname to describe the device, settable through Seam */
|
|
44459
44459
|
nickname?: string | undefined;
|
|
44460
44460
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -50708,7 +50708,7 @@ export interface Routes {
|
|
|
50708
50708
|
/** Unique identifier for the device. */
|
|
50709
50709
|
device_id: string;
|
|
50710
50710
|
/** Type of the device. */
|
|
50711
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
50711
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
50712
50712
|
/** Optional nickname to describe the device, settable through Seam */
|
|
50713
50713
|
nickname?: string | undefined;
|
|
50714
50714
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -51462,7 +51462,7 @@ export interface Routes {
|
|
|
51462
51462
|
/** Unique identifier for the device. */
|
|
51463
51463
|
device_id: string;
|
|
51464
51464
|
/** Type of the device. */
|
|
51465
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
|
|
51465
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
51466
51466
|
/** Optional nickname to describe the device, settable through Seam */
|
|
51467
51467
|
nickname?: string | undefined;
|
|
51468
51468
|
/** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
package/package.json
CHANGED
|
@@ -70,6 +70,7 @@ export const THERMOSTAT_DEVICE_TYPE = {
|
|
|
70
70
|
HONEYWELL_RESIDEO_THERMOSTAT: 'honeywell_resideo_thermostat',
|
|
71
71
|
TADO_THERMOSTAT: 'tado_thermostat',
|
|
72
72
|
SENSI_THERMOSTAT: 'sensi_thermostat',
|
|
73
|
+
SMARTTHINGS_THERMOSTAT: 'smartthings_thermostat',
|
|
73
74
|
} as const
|
|
74
75
|
|
|
75
76
|
type ThermostatDeviceTypeFromMapping =
|
|
@@ -7610,6 +7610,7 @@ export default {
|
|
|
7610
7610
|
'honeywell_resideo_thermostat',
|
|
7611
7611
|
'tado_thermostat',
|
|
7612
7612
|
'sensi_thermostat',
|
|
7613
|
+
'smartthings_thermostat',
|
|
7613
7614
|
],
|
|
7614
7615
|
type: 'string',
|
|
7615
7616
|
},
|
|
@@ -17897,6 +17898,7 @@ export default {
|
|
|
17897
17898
|
'honeywell_resideo_thermostat',
|
|
17898
17899
|
'tado_thermostat',
|
|
17899
17900
|
'sensi_thermostat',
|
|
17901
|
+
'smartthings_thermostat',
|
|
17900
17902
|
],
|
|
17901
17903
|
type: 'string',
|
|
17902
17904
|
},
|
|
@@ -26017,6 +26019,7 @@ export default {
|
|
|
26017
26019
|
'honeywell_resideo_thermostat',
|
|
26018
26020
|
'tado_thermostat',
|
|
26019
26021
|
'sensi_thermostat',
|
|
26022
|
+
'smartthings_thermostat',
|
|
26020
26023
|
],
|
|
26021
26024
|
type: 'string',
|
|
26022
26025
|
},
|
|
@@ -26075,6 +26078,7 @@ export default {
|
|
|
26075
26078
|
'honeywell_resideo_thermostat',
|
|
26076
26079
|
'tado_thermostat',
|
|
26077
26080
|
'sensi_thermostat',
|
|
26081
|
+
'smartthings_thermostat',
|
|
26078
26082
|
],
|
|
26079
26083
|
type: 'string',
|
|
26080
26084
|
},
|
|
@@ -26570,6 +26574,7 @@ export default {
|
|
|
26570
26574
|
'honeywell_resideo_thermostat',
|
|
26571
26575
|
'tado_thermostat',
|
|
26572
26576
|
'sensi_thermostat',
|
|
26577
|
+
'smartthings_thermostat',
|
|
26573
26578
|
],
|
|
26574
26579
|
type: 'string',
|
|
26575
26580
|
},
|
|
@@ -26628,6 +26633,7 @@ export default {
|
|
|
26628
26633
|
'honeywell_resideo_thermostat',
|
|
26629
26634
|
'tado_thermostat',
|
|
26630
26635
|
'sensi_thermostat',
|
|
26636
|
+
'smartthings_thermostat',
|
|
26631
26637
|
],
|
|
26632
26638
|
type: 'string',
|
|
26633
26639
|
},
|
|
@@ -31049,6 +31055,7 @@ export default {
|
|
|
31049
31055
|
'honeywell_resideo_thermostat',
|
|
31050
31056
|
'tado_thermostat',
|
|
31051
31057
|
'sensi_thermostat',
|
|
31058
|
+
'smartthings_thermostat',
|
|
31052
31059
|
],
|
|
31053
31060
|
type: 'string',
|
|
31054
31061
|
},
|
|
@@ -31062,6 +31069,7 @@ export default {
|
|
|
31062
31069
|
'honeywell_resideo_thermostat',
|
|
31063
31070
|
'tado_thermostat',
|
|
31064
31071
|
'sensi_thermostat',
|
|
31072
|
+
'smartthings_thermostat',
|
|
31065
31073
|
],
|
|
31066
31074
|
type: 'string',
|
|
31067
31075
|
},
|
|
@@ -22161,6 +22161,7 @@ export interface Routes {
|
|
|
22161
22161
|
| 'honeywell_resideo_thermostat'
|
|
22162
22162
|
| 'tado_thermostat'
|
|
22163
22163
|
| 'sensi_thermostat'
|
|
22164
|
+
| 'smartthings_thermostat'
|
|
22164
22165
|
)
|
|
22165
22166
|
| ('ios_phone' | 'android_phone')
|
|
22166
22167
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -23160,6 +23161,7 @@ export interface Routes {
|
|
|
23160
23161
|
| 'honeywell_resideo_thermostat'
|
|
23161
23162
|
| 'tado_thermostat'
|
|
23162
23163
|
| 'sensi_thermostat'
|
|
23164
|
+
| 'smartthings_thermostat'
|
|
23163
23165
|
)
|
|
23164
23166
|
| ('ios_phone' | 'android_phone')
|
|
23165
23167
|
)
|
|
@@ -23203,6 +23205,7 @@ export interface Routes {
|
|
|
23203
23205
|
| 'honeywell_resideo_thermostat'
|
|
23204
23206
|
| 'tado_thermostat'
|
|
23205
23207
|
| 'sensi_thermostat'
|
|
23208
|
+
| 'smartthings_thermostat'
|
|
23206
23209
|
)
|
|
23207
23210
|
| ('ios_phone' | 'android_phone')
|
|
23208
23211
|
>
|
|
@@ -23340,6 +23343,7 @@ export interface Routes {
|
|
|
23340
23343
|
| 'honeywell_resideo_thermostat'
|
|
23341
23344
|
| 'tado_thermostat'
|
|
23342
23345
|
| 'sensi_thermostat'
|
|
23346
|
+
| 'smartthings_thermostat'
|
|
23343
23347
|
)
|
|
23344
23348
|
| ('ios_phone' | 'android_phone')
|
|
23345
23349
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -24472,6 +24476,7 @@ export interface Routes {
|
|
|
24472
24476
|
| 'honeywell_resideo_thermostat'
|
|
24473
24477
|
| 'tado_thermostat'
|
|
24474
24478
|
| 'sensi_thermostat'
|
|
24479
|
+
| 'smartthings_thermostat'
|
|
24475
24480
|
)
|
|
24476
24481
|
| ('ios_phone' | 'android_phone')
|
|
24477
24482
|
/** Unique identifier for the account associated with the device. */
|
|
@@ -24838,6 +24843,7 @@ export interface Routes {
|
|
|
24838
24843
|
| 'honeywell_resideo_thermostat'
|
|
24839
24844
|
| 'tado_thermostat'
|
|
24840
24845
|
| 'sensi_thermostat'
|
|
24846
|
+
| 'smartthings_thermostat'
|
|
24841
24847
|
)
|
|
24842
24848
|
| ('ios_phone' | 'android_phone')
|
|
24843
24849
|
)
|
|
@@ -24881,6 +24887,7 @@ export interface Routes {
|
|
|
24881
24887
|
| 'honeywell_resideo_thermostat'
|
|
24882
24888
|
| 'tado_thermostat'
|
|
24883
24889
|
| 'sensi_thermostat'
|
|
24890
|
+
| 'smartthings_thermostat'
|
|
24884
24891
|
)
|
|
24885
24892
|
| ('ios_phone' | 'android_phone')
|
|
24886
24893
|
>
|
|
@@ -25018,6 +25025,7 @@ export interface Routes {
|
|
|
25018
25025
|
| 'honeywell_resideo_thermostat'
|
|
25019
25026
|
| 'tado_thermostat'
|
|
25020
25027
|
| 'sensi_thermostat'
|
|
25028
|
+
| 'smartthings_thermostat'
|
|
25021
25029
|
)
|
|
25022
25030
|
| ('ios_phone' | 'android_phone')
|
|
25023
25031
|
/** Unique identifier for the account associated with the device. */
|
|
@@ -28573,6 +28581,7 @@ export interface Routes {
|
|
|
28573
28581
|
| 'honeywell_resideo_thermostat'
|
|
28574
28582
|
| 'tado_thermostat'
|
|
28575
28583
|
| 'sensi_thermostat'
|
|
28584
|
+
| 'smartthings_thermostat'
|
|
28576
28585
|
)
|
|
28577
28586
|
| ('ios_phone' | 'android_phone')
|
|
28578
28587
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -29560,6 +29569,7 @@ export interface Routes {
|
|
|
29560
29569
|
| 'honeywell_resideo_thermostat'
|
|
29561
29570
|
| 'tado_thermostat'
|
|
29562
29571
|
| 'sensi_thermostat'
|
|
29572
|
+
| 'smartthings_thermostat'
|
|
29563
29573
|
)
|
|
29564
29574
|
| ('ios_phone' | 'android_phone')
|
|
29565
29575
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -30706,6 +30716,7 @@ export interface Routes {
|
|
|
30706
30716
|
| 'honeywell_resideo_thermostat'
|
|
30707
30717
|
| 'tado_thermostat'
|
|
30708
30718
|
| 'sensi_thermostat'
|
|
30719
|
+
| 'smartthings_thermostat'
|
|
30709
30720
|
)
|
|
30710
30721
|
| ('ios_phone' | 'android_phone')
|
|
30711
30722
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -31692,6 +31703,7 @@ export interface Routes {
|
|
|
31692
31703
|
| 'honeywell_resideo_thermostat'
|
|
31693
31704
|
| 'tado_thermostat'
|
|
31694
31705
|
| 'sensi_thermostat'
|
|
31706
|
+
| 'smartthings_thermostat'
|
|
31695
31707
|
)
|
|
31696
31708
|
| ('ios_phone' | 'android_phone')
|
|
31697
31709
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -38004,6 +38016,7 @@ export interface Routes {
|
|
|
38004
38016
|
| 'honeywell_resideo_thermostat'
|
|
38005
38017
|
| 'tado_thermostat'
|
|
38006
38018
|
| 'sensi_thermostat'
|
|
38019
|
+
| 'smartthings_thermostat'
|
|
38007
38020
|
)
|
|
38008
38021
|
| ('ios_phone' | 'android_phone')
|
|
38009
38022
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -38990,6 +39003,7 @@ export interface Routes {
|
|
|
38990
39003
|
| 'honeywell_resideo_thermostat'
|
|
38991
39004
|
| 'tado_thermostat'
|
|
38992
39005
|
| 'sensi_thermostat'
|
|
39006
|
+
| 'smartthings_thermostat'
|
|
38993
39007
|
)
|
|
38994
39008
|
| ('ios_phone' | 'android_phone')
|
|
38995
39009
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -48659,6 +48673,7 @@ export interface Routes {
|
|
|
48659
48673
|
| 'honeywell_resideo_thermostat'
|
|
48660
48674
|
| 'tado_thermostat'
|
|
48661
48675
|
| 'sensi_thermostat'
|
|
48676
|
+
| 'smartthings_thermostat'
|
|
48662
48677
|
)
|
|
48663
48678
|
| ('ios_phone' | 'android_phone')
|
|
48664
48679
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -52253,6 +52268,7 @@ export interface Routes {
|
|
|
52253
52268
|
| 'honeywell_resideo_thermostat'
|
|
52254
52269
|
| 'tado_thermostat'
|
|
52255
52270
|
| 'sensi_thermostat'
|
|
52271
|
+
| 'smartthings_thermostat'
|
|
52256
52272
|
)
|
|
52257
52273
|
| undefined
|
|
52258
52274
|
/** Array of device types by which to filter thermostat devices. */
|
|
@@ -52263,6 +52279,7 @@ export interface Routes {
|
|
|
52263
52279
|
| 'honeywell_resideo_thermostat'
|
|
52264
52280
|
| 'tado_thermostat'
|
|
52265
52281
|
| 'sensi_thermostat'
|
|
52282
|
+
| 'smartthings_thermostat'
|
|
52266
52283
|
>
|
|
52267
52284
|
| undefined
|
|
52268
52285
|
/** Manufacturer by which to filter thermostat devices. */
|
|
@@ -52359,6 +52376,7 @@ export interface Routes {
|
|
|
52359
52376
|
| 'honeywell_resideo_thermostat'
|
|
52360
52377
|
| 'tado_thermostat'
|
|
52361
52378
|
| 'sensi_thermostat'
|
|
52379
|
+
| 'smartthings_thermostat'
|
|
52362
52380
|
)
|
|
52363
52381
|
| ('ios_phone' | 'android_phone')
|
|
52364
52382
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -53345,6 +53363,7 @@ export interface Routes {
|
|
|
53345
53363
|
| 'honeywell_resideo_thermostat'
|
|
53346
53364
|
| 'tado_thermostat'
|
|
53347
53365
|
| 'sensi_thermostat'
|
|
53366
|
+
| 'smartthings_thermostat'
|
|
53348
53367
|
)
|
|
53349
53368
|
| ('ios_phone' | 'android_phone')
|
|
53350
53369
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -60616,6 +60635,7 @@ export interface Routes {
|
|
|
60616
60635
|
| 'honeywell_resideo_thermostat'
|
|
60617
60636
|
| 'tado_thermostat'
|
|
60618
60637
|
| 'sensi_thermostat'
|
|
60638
|
+
| 'smartthings_thermostat'
|
|
60619
60639
|
)
|
|
60620
60640
|
| ('ios_phone' | 'android_phone')
|
|
60621
60641
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -61604,6 +61624,7 @@ export interface Routes {
|
|
|
61604
61624
|
| 'honeywell_resideo_thermostat'
|
|
61605
61625
|
| 'tado_thermostat'
|
|
61606
61626
|
| 'sensi_thermostat'
|
|
61627
|
+
| 'smartthings_thermostat'
|
|
61607
61628
|
)
|
|
61608
61629
|
| ('ios_phone' | 'android_phone')
|
|
61609
61630
|
/** Optional nickname to describe the device, settable through Seam */
|