@seamapi/types 1.218.0 → 1.218.1
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 +1 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/devicedb.cjs +1 -5
- package/dist/devicedb.cjs.map +1 -1
- package/dist/devicedb.d.cts +0 -104
- package/lib/seam/devicedb/models/device-model.d.ts +0 -40
- package/lib/seam/devicedb/models/device-model.js +0 -4
- package/lib/seam/devicedb/models/device-model.js.map +1 -1
- package/lib/seam/devicedb/route-specs.d.ts +0 -56
- package/lib/seam/devicedb/route-types.d.ts +0 -8
- package/package.json +1 -1
- package/src/lib/seam/devicedb/models/device-model.ts +0 -4
- package/src/lib/seam/devicedb/route-types.ts +0 -8
|
@@ -157,10 +157,6 @@ export interface Routes {
|
|
|
157
157
|
can_program_access_codes: boolean
|
|
158
158
|
can_unlock_with_face_recognition?: boolean
|
|
159
159
|
supports_onvif?: boolean
|
|
160
|
-
can_hvac_heat: boolean
|
|
161
|
-
can_hvac_cool: boolean
|
|
162
|
-
can_hvac_heat_cool: boolean
|
|
163
|
-
can_turn_off_hvac: boolean
|
|
164
160
|
}
|
|
165
161
|
}
|
|
166
162
|
| {
|
|
@@ -353,10 +349,6 @@ export interface Routes {
|
|
|
353
349
|
can_program_access_codes: boolean
|
|
354
350
|
can_unlock_with_face_recognition?: boolean
|
|
355
351
|
supports_onvif?: boolean
|
|
356
|
-
can_hvac_heat: boolean
|
|
357
|
-
can_hvac_cool: boolean
|
|
358
|
-
can_hvac_heat_cool: boolean
|
|
359
|
-
can_turn_off_hvac: boolean
|
|
360
352
|
}
|
|
361
353
|
}
|
|
362
354
|
| {
|