@seamapi/types 1.973.0 → 1.974.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 +2 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
package/dist/index.cjs
CHANGED
|
@@ -2289,6 +2289,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2289
2289
|
"sensi",
|
|
2290
2290
|
"assa_abloy_vostio",
|
|
2291
2291
|
"avigilon_alta",
|
|
2292
|
+
"kisi",
|
|
2292
2293
|
"keynest",
|
|
2293
2294
|
"hotek",
|
|
2294
2295
|
"ultraloq",
|
|
@@ -2322,7 +2323,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2322
2323
|
"sifely",
|
|
2323
2324
|
"thirty_three_lock"
|
|
2324
2325
|
],
|
|
2325
|
-
beta: ["
|
|
2326
|
+
beta: ["salto_ks_accept"],
|
|
2326
2327
|
thermostats: ["ecobee", "nest", "sensi", "honeywell_resideo", "first_alert"],
|
|
2327
2328
|
noise_sensors: ["minut", "noiseaware"],
|
|
2328
2329
|
access_control_systems: [
|