@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/esm/utils.js CHANGED
@@ -7692,6 +7692,7 @@ var require_definitions = __commonJS({
7692
7692
  "scheduleMaintenance",
7693
7693
  "doorAjar",
7694
7694
  "communicationFailure",
7695
+ "communicationOk",
7695
7696
  "burglarAlarm",
7696
7697
  "fireAlarm"
7697
7698
  ]
@@ -8712,6 +8713,10 @@ var require_alarm = __commonJS({
8712
8713
  additionalProperties: false
8713
8714
  }
8714
8715
  },
8716
+ chime: {
8717
+ type: "boolean",
8718
+ description: "Reflects whether console chime is enabled"
8719
+ },
8715
8720
  watts: {
8716
8721
  $ref: "definitions.json#/definitions/watts"
8717
8722
  },