@kohost/api-client 3.7.8 → 3.7.9

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.
@@ -235,7 +235,7 @@ export interface Switch {
235
235
  | "discPlayer"
236
236
  | "mediaPlayer"
237
237
  | "uncontrolledDevice";
238
- subType?: string | null;
238
+ discriminator?: "light" | "fan" | "irrigation";
239
239
  supportedNotifications?: SupportedNotifications;
240
240
  notification?: {
241
241
  name?:
@@ -127,7 +127,7 @@ export interface Switch {
127
127
  | "discPlayer"
128
128
  | "mediaPlayer"
129
129
  | "uncontrolledDevice";
130
- subType?: string | null;
130
+ discriminator?: "light" | "fan" | "irrigation";
131
131
  supportedNotifications?: SupportedNotifications;
132
132
  notification?: Notification;
133
133
  driver:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohost/api-client",
3
- "version": "3.7.8",
3
+ "version": "3.7.9",
4
4
  "description": "API client, models, schemas, commands, and events for Kohost applications",
5
5
  "author": "Ian Rogers",
6
6
  "readme": "README.md",