@kohost/api-client 3.3.14 → 3.3.16
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/cjs/schemas/alarm.json +4 -0
- package/dist/cjs/schemas/definitions.json +1 -0
- package/dist/esm/Models.js +5 -0
- package/dist/esm/Models.js.map +2 -2
- package/dist/esm/utils.js +5 -0
- package/dist/esm/utils.js.map +2 -2
- package/dist/types/schemas/AlarmSchema.d.ts +7 -0
- package/dist/types/schemas/CameraSchema.d.ts +3 -0
- package/dist/types/schemas/CourtesySchema.d.ts +3 -0
- package/dist/types/schemas/DimmerSchema.d.ts +3 -0
- package/dist/types/schemas/GatewaySchema.d.ts +3 -0
- package/dist/types/schemas/LockSchema.d.ts +3 -0
- package/dist/types/schemas/MediaSourceSchema.d.ts +3 -0
- package/dist/types/schemas/MotionSensorSchema.d.ts +3 -0
- package/dist/types/schemas/RoomSchema.d.ts +16 -0
- package/dist/types/schemas/SwitchSchema.d.ts +3 -0
- package/dist/types/schemas/ThermostatSchema.d.ts +3 -0
- package/dist/types/schemas/WindowCoveringSchema.d.ts +3 -0
- package/package.json +1 -1
package/dist/esm/Models.js
CHANGED
|
@@ -7649,6 +7649,7 @@ var require_definitions = __commonJS({
|
|
|
7649
7649
|
"scheduleMaintenance",
|
|
7650
7650
|
"doorAjar",
|
|
7651
7651
|
"communicationFailure",
|
|
7652
|
+
"communicationOk",
|
|
7652
7653
|
"burglarAlarm",
|
|
7653
7654
|
"fireAlarm"
|
|
7654
7655
|
]
|
|
@@ -8655,6 +8656,10 @@ var require_alarm = __commonJS({
|
|
|
8655
8656
|
additionalProperties: false
|
|
8656
8657
|
}
|
|
8657
8658
|
},
|
|
8659
|
+
chime: {
|
|
8660
|
+
type: "boolean",
|
|
8661
|
+
description: "Reflects whether console chime is enabled"
|
|
8662
|
+
},
|
|
8658
8663
|
watts: {
|
|
8659
8664
|
$ref: "definitions.json#/definitions/watts"
|
|
8660
8665
|
},
|