@seamapi/types 0.12.0 → 0.13.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.
|
@@ -581,7 +581,7 @@ export interface Routes {
|
|
|
581
581
|
device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
|
|
582
582
|
custom_redirect_url?: string | undefined;
|
|
583
583
|
custom_redirect_failure_url?: string | undefined;
|
|
584
|
-
accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | '
|
|
584
|
+
accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'yale_access'> | undefined;
|
|
585
585
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
|
|
586
586
|
custom_metadata?: Record<string, string | number | null | boolean> | undefined;
|
|
587
587
|
automatically_manage_new_devices?: boolean | undefined;
|
|
@@ -1584,6 +1584,18 @@ export interface Routes {
|
|
|
1584
1584
|
}>;
|
|
1585
1585
|
};
|
|
1586
1586
|
};
|
|
1587
|
+
'/thermostats/off': {
|
|
1588
|
+
route: '/thermostats/off';
|
|
1589
|
+
method: 'POST';
|
|
1590
|
+
queryParams: {};
|
|
1591
|
+
jsonBody: {
|
|
1592
|
+
device_id: string;
|
|
1593
|
+
sync?: boolean;
|
|
1594
|
+
};
|
|
1595
|
+
commonParams: {};
|
|
1596
|
+
formData: {};
|
|
1597
|
+
jsonResponse: {};
|
|
1598
|
+
};
|
|
1587
1599
|
'/thermostats/set_fan_mode': {
|
|
1588
1600
|
route: '/thermostats/set_fan_mode';
|
|
1589
1601
|
method: 'POST';
|
package/package.json
CHANGED
|
@@ -615,7 +615,6 @@ export interface Routes {
|
|
|
615
615
|
| 'genie'
|
|
616
616
|
| 'doorking'
|
|
617
617
|
| 'salto'
|
|
618
|
-
| 'lockly'
|
|
619
618
|
| 'ttlock'
|
|
620
619
|
| 'linear'
|
|
621
620
|
| 'noiseaware'
|
|
@@ -2223,6 +2222,18 @@ export interface Routes {
|
|
|
2223
2222
|
}>
|
|
2224
2223
|
}
|
|
2225
2224
|
}
|
|
2225
|
+
'/thermostats/off': {
|
|
2226
|
+
route: '/thermostats/off'
|
|
2227
|
+
method: 'POST'
|
|
2228
|
+
queryParams: {}
|
|
2229
|
+
jsonBody: {
|
|
2230
|
+
device_id: string
|
|
2231
|
+
sync?: boolean
|
|
2232
|
+
}
|
|
2233
|
+
commonParams: {}
|
|
2234
|
+
formData: {}
|
|
2235
|
+
jsonResponse: {}
|
|
2236
|
+
}
|
|
2226
2237
|
'/thermostats/set_fan_mode': {
|
|
2227
2238
|
route: '/thermostats/set_fan_mode'
|
|
2228
2239
|
method: 'POST'
|