@kohost/api-client 3.3.15 → 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.
@@ -180,6 +180,10 @@ export interface Alarm {
180
180
  secure?: boolean | null;
181
181
  bypassed?: boolean | null;
182
182
  }[];
183
+ /**
184
+ * Reflects whether console chime is enabled
185
+ */
186
+ chime?: boolean;
183
187
  watts?: number;
184
188
  address?: Address;
185
189
  [k: string]: unknown;
@@ -1306,6 +1306,10 @@ export interface Alarm {
1306
1306
  secure?: boolean | null;
1307
1307
  bypassed?: boolean | null;
1308
1308
  }[];
1309
+ /**
1310
+ * Reflects whether console chime is enabled
1311
+ */
1312
+ chime?: boolean;
1309
1313
  watts?: number;
1310
1314
  address?: Address;
1311
1315
  [k: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohost/api-client",
3
- "version": "3.3.15",
3
+ "version": "3.3.16",
4
4
  "description": "API client, models, schemas, commands, and events for Kohost applications",
5
5
  "author": "Ian Rogers",
6
6
  "readme": "README.md",