@kohost/api-client 4.0.5 → 4.0.7
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/{chunk-SHLRCTB4.js → chunk-6Y5F4SJH.js} +19 -19
- package/dist/chunk-6Y5F4SJH.js.map +1 -0
- package/dist/client.cjs +1 -1
- package/dist/client.cjs.map +1 -1
- package/dist/client.js +1 -1
- package/dist/client.js.map +1 -1
- package/dist/commands.cjs.map +1 -1
- package/dist/errors.cjs.map +1 -1
- package/dist/events.cjs +12 -12
- package/dist/events.cjs.map +1 -1
- package/dist/events.d.cts +7 -7
- package/dist/events.d.ts +7 -7
- package/dist/events.js +13 -13
- package/dist/index.cjs +13 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +20 -20
- package/dist/index.d.ts +20 -20
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/models.cjs.map +1 -1
- package/dist/useCases.cjs.map +1 -1
- package/dist/utils.cjs +12 -12
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.cts +2 -2
- package/dist/utils.d.ts +2 -2
- package/dist/utils.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-SHLRCTB4.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -22285,11 +22285,11 @@ declare class SystemProductUpdated extends Event {
|
|
|
22285
22285
|
constructor(product: any, context: any);
|
|
22286
22286
|
}
|
|
22287
22287
|
|
|
22288
|
-
declare class
|
|
22288
|
+
declare class SystemPropertyUpdated extends Event {
|
|
22289
22289
|
constructor(property: any, context: any);
|
|
22290
22290
|
}
|
|
22291
22291
|
|
|
22292
|
-
declare class
|
|
22292
|
+
declare class SystemReservationUpdated extends Event {
|
|
22293
22293
|
constructor(reservation: any, context: any);
|
|
22294
22294
|
}
|
|
22295
22295
|
|
|
@@ -22297,19 +22297,19 @@ declare class SystemSpaceUpdate extends Event {
|
|
|
22297
22297
|
constructor(space: any, context: any);
|
|
22298
22298
|
}
|
|
22299
22299
|
|
|
22300
|
-
declare class
|
|
22300
|
+
declare class SystemSwitchUpdated extends Event {
|
|
22301
22301
|
constructor(_switch: any, context: any);
|
|
22302
22302
|
}
|
|
22303
22303
|
|
|
22304
|
-
declare class
|
|
22304
|
+
declare class SystemThermostatUpdated extends Event {
|
|
22305
22305
|
constructor(thermostat: any, context: any);
|
|
22306
22306
|
}
|
|
22307
22307
|
|
|
22308
|
-
declare class
|
|
22308
|
+
declare class SystemUserUpdated extends Event {
|
|
22309
22309
|
constructor(user: any, context: any);
|
|
22310
22310
|
}
|
|
22311
22311
|
|
|
22312
|
-
declare class
|
|
22312
|
+
declare class SystemWindowCoveringUpdated extends Event {
|
|
22313
22313
|
constructor(wc: any, context: any);
|
|
22314
22314
|
}
|
|
22315
22315
|
|
|
@@ -22359,22 +22359,22 @@ type index$1_SystemOrganizationUpdated = SystemOrganizationUpdated;
|
|
|
22359
22359
|
declare const index$1_SystemOrganizationUpdated: typeof SystemOrganizationUpdated;
|
|
22360
22360
|
type index$1_SystemProductUpdated = SystemProductUpdated;
|
|
22361
22361
|
declare const index$1_SystemProductUpdated: typeof SystemProductUpdated;
|
|
22362
|
-
type index$
|
|
22363
|
-
declare const index$
|
|
22364
|
-
type index$
|
|
22365
|
-
declare const index$
|
|
22362
|
+
type index$1_SystemPropertyUpdated = SystemPropertyUpdated;
|
|
22363
|
+
declare const index$1_SystemPropertyUpdated: typeof SystemPropertyUpdated;
|
|
22364
|
+
type index$1_SystemReservationUpdated = SystemReservationUpdated;
|
|
22365
|
+
declare const index$1_SystemReservationUpdated: typeof SystemReservationUpdated;
|
|
22366
22366
|
type index$1_SystemSpaceUpdate = SystemSpaceUpdate;
|
|
22367
22367
|
declare const index$1_SystemSpaceUpdate: typeof SystemSpaceUpdate;
|
|
22368
|
-
type index$
|
|
22369
|
-
declare const index$
|
|
22370
|
-
type index$
|
|
22371
|
-
declare const index$
|
|
22372
|
-
type index$
|
|
22373
|
-
declare const index$
|
|
22374
|
-
type index$
|
|
22375
|
-
declare const index$
|
|
22368
|
+
type index$1_SystemSwitchUpdated = SystemSwitchUpdated;
|
|
22369
|
+
declare const index$1_SystemSwitchUpdated: typeof SystemSwitchUpdated;
|
|
22370
|
+
type index$1_SystemThermostatUpdated = SystemThermostatUpdated;
|
|
22371
|
+
declare const index$1_SystemThermostatUpdated: typeof SystemThermostatUpdated;
|
|
22372
|
+
type index$1_SystemUserUpdated = SystemUserUpdated;
|
|
22373
|
+
declare const index$1_SystemUserUpdated: typeof SystemUserUpdated;
|
|
22374
|
+
type index$1_SystemWindowCoveringUpdated = SystemWindowCoveringUpdated;
|
|
22375
|
+
declare const index$1_SystemWindowCoveringUpdated: typeof SystemWindowCoveringUpdated;
|
|
22376
22376
|
declare namespace index$1 {
|
|
22377
|
-
export { index$1_ApplicationInUse as ApplicationInUse, index$1_ApplicationOutOfUse as ApplicationOutOfUse, index$1_EmailEvent as EmailEvent, index$1_Event as Event, index$1_ReservationCheckedIn as ReservationCheckedIn, index$1_ReservationCheckedOut as ReservationCheckedOut, index$1_ReservationSpaceChanged as ReservationSpaceChanged, index$1_SMSEvent as SMSEvent, index$1_SceneSet as SceneSet, index$1_ShortLinkCreated as ShortLinkCreated, index$1_SystemAlarmUpdated as SystemAlarmUpdated, index$1_SystemCameraUpdated as SystemCameraUpdated, index$1_SystemCategoryUpdated as SystemCategoryUpdated, index$1_SystemCourtesyUpdated as SystemCourtesyUpdated, index$1_SystemCredentialUpdated as SystemCredentialUpdated, index$1_SystemDimmerUpdated as SystemDimmerUpdated, index$1_SystemEntityDeleted as SystemEntityDeleted, index$1_SystemGatewayUpdated as SystemGatewayUpdated, index$1_SystemLockUpdated as SystemLockUpdated, index$1_SystemMediaSourceUpdated as SystemMediaSourceUpdated, index$1_SystemMotionSensorUpdated as SystemMotionSensorUpdated, index$1_SystemOrganizationUpdated as SystemOrganizationUpdated, index$1_SystemProductUpdated as SystemProductUpdated, index$
|
|
22377
|
+
export { index$1_ApplicationInUse as ApplicationInUse, index$1_ApplicationOutOfUse as ApplicationOutOfUse, index$1_EmailEvent as EmailEvent, index$1_Event as Event, index$1_ReservationCheckedIn as ReservationCheckedIn, index$1_ReservationCheckedOut as ReservationCheckedOut, index$1_ReservationSpaceChanged as ReservationSpaceChanged, index$1_SMSEvent as SMSEvent, index$1_SceneSet as SceneSet, index$1_ShortLinkCreated as ShortLinkCreated, index$1_SystemAlarmUpdated as SystemAlarmUpdated, index$1_SystemCameraUpdated as SystemCameraUpdated, index$1_SystemCategoryUpdated as SystemCategoryUpdated, index$1_SystemCourtesyUpdated as SystemCourtesyUpdated, index$1_SystemCredentialUpdated as SystemCredentialUpdated, index$1_SystemDimmerUpdated as SystemDimmerUpdated, index$1_SystemEntityDeleted as SystemEntityDeleted, index$1_SystemGatewayUpdated as SystemGatewayUpdated, index$1_SystemLockUpdated as SystemLockUpdated, index$1_SystemMediaSourceUpdated as SystemMediaSourceUpdated, index$1_SystemMotionSensorUpdated as SystemMotionSensorUpdated, index$1_SystemOrganizationUpdated as SystemOrganizationUpdated, index$1_SystemProductUpdated as SystemProductUpdated, index$1_SystemPropertyUpdated as SystemPropertyUpdated, index$1_SystemReservationUpdated as SystemReservationUpdated, index$1_SystemSpaceUpdate as SystemSpaceUpdate, index$1_SystemSwitchUpdated as SystemSwitchUpdated, index$1_SystemThermostatUpdated as SystemThermostatUpdated, index$1_SystemUserUpdated as SystemUserUpdated, index$1_SystemWindowCoveringUpdated as SystemWindowCoveringUpdated };
|
|
22378
22378
|
}
|
|
22379
22379
|
|
|
22380
22380
|
declare class Entity {
|
|
@@ -30943,7 +30943,7 @@ declare namespace defs {
|
|
|
30943
30943
|
|
|
30944
30944
|
declare function entityFactory(type: any): typeof Alarm | typeof Announcement | typeof Camera | typeof Category | typeof Courtesy | typeof Credential | typeof DeviceRouter | typeof Dimmer | typeof DiscoveredDevice | typeof EmailMessage | typeof EnergyReport | typeof EnergyReportShard | typeof Gateway | typeof Identification | typeof Issue | typeof Lock | typeof Log | typeof MediaFile | typeof MediaSource | typeof MotionSensor | typeof Order | typeof Organization | typeof Policy | typeof Product | typeof Property | typeof Reservation | typeof Room | typeof Scene | typeof ShortLink | typeof SmsMessage | typeof Space | typeof Switch | typeof SystemUser | typeof Thermostat | typeof Ticket | typeof TimeSheet | typeof User | typeof Vendor | typeof WindowCovering;
|
|
30945
30945
|
declare function errorFactory(errName: any): typeof AppError | Error;
|
|
30946
|
-
declare function eventFactory(eventName: any): typeof Event | typeof ApplicationInUse | typeof ApplicationOutOfUse | typeof EmailEvent | typeof ReservationCheckedIn | typeof ReservationCheckedOut | typeof ReservationSpaceChanged | typeof SceneSet | typeof ShortLinkCreated | typeof SMSEvent | typeof SystemAlarmUpdated | typeof SystemCameraUpdated | typeof SystemCategoryUpdated | typeof SystemCourtesyUpdated | typeof SystemCredentialUpdated | typeof SystemDimmerUpdated | typeof SystemEntityDeleted | typeof SystemGatewayUpdated | typeof SystemLockUpdated | typeof SystemMediaSourceUpdated | typeof SystemMotionSensorUpdated | typeof SystemOrganizationUpdated | typeof SystemProductUpdated | typeof
|
|
30946
|
+
declare function eventFactory(eventName: any): typeof Event | typeof ApplicationInUse | typeof ApplicationOutOfUse | typeof EmailEvent | typeof ReservationCheckedIn | typeof ReservationCheckedOut | typeof ReservationSpaceChanged | typeof SceneSet | typeof ShortLinkCreated | typeof SMSEvent | typeof SystemAlarmUpdated | typeof SystemCameraUpdated | typeof SystemCategoryUpdated | typeof SystemCourtesyUpdated | typeof SystemCredentialUpdated | typeof SystemDimmerUpdated | typeof SystemEntityDeleted | typeof SystemGatewayUpdated | typeof SystemLockUpdated | typeof SystemMediaSourceUpdated | typeof SystemMotionSensorUpdated | typeof SystemOrganizationUpdated | typeof SystemProductUpdated | typeof SystemPropertyUpdated | typeof SystemReservationUpdated | typeof SystemSpaceUpdate | typeof SystemSwitchUpdated | typeof SystemThermostatUpdated | typeof SystemUserUpdated | typeof SystemWindowCoveringUpdated;
|
|
30947
30947
|
|
|
30948
30948
|
declare const utils_entityFactory: typeof entityFactory;
|
|
30949
30949
|
declare const utils_errorFactory: typeof errorFactory;
|
package/dist/index.d.ts
CHANGED
|
@@ -22285,11 +22285,11 @@ declare class SystemProductUpdated extends Event {
|
|
|
22285
22285
|
constructor(product: any, context: any);
|
|
22286
22286
|
}
|
|
22287
22287
|
|
|
22288
|
-
declare class
|
|
22288
|
+
declare class SystemPropertyUpdated extends Event {
|
|
22289
22289
|
constructor(property: any, context: any);
|
|
22290
22290
|
}
|
|
22291
22291
|
|
|
22292
|
-
declare class
|
|
22292
|
+
declare class SystemReservationUpdated extends Event {
|
|
22293
22293
|
constructor(reservation: any, context: any);
|
|
22294
22294
|
}
|
|
22295
22295
|
|
|
@@ -22297,19 +22297,19 @@ declare class SystemSpaceUpdate extends Event {
|
|
|
22297
22297
|
constructor(space: any, context: any);
|
|
22298
22298
|
}
|
|
22299
22299
|
|
|
22300
|
-
declare class
|
|
22300
|
+
declare class SystemSwitchUpdated extends Event {
|
|
22301
22301
|
constructor(_switch: any, context: any);
|
|
22302
22302
|
}
|
|
22303
22303
|
|
|
22304
|
-
declare class
|
|
22304
|
+
declare class SystemThermostatUpdated extends Event {
|
|
22305
22305
|
constructor(thermostat: any, context: any);
|
|
22306
22306
|
}
|
|
22307
22307
|
|
|
22308
|
-
declare class
|
|
22308
|
+
declare class SystemUserUpdated extends Event {
|
|
22309
22309
|
constructor(user: any, context: any);
|
|
22310
22310
|
}
|
|
22311
22311
|
|
|
22312
|
-
declare class
|
|
22312
|
+
declare class SystemWindowCoveringUpdated extends Event {
|
|
22313
22313
|
constructor(wc: any, context: any);
|
|
22314
22314
|
}
|
|
22315
22315
|
|
|
@@ -22359,22 +22359,22 @@ type index$1_SystemOrganizationUpdated = SystemOrganizationUpdated;
|
|
|
22359
22359
|
declare const index$1_SystemOrganizationUpdated: typeof SystemOrganizationUpdated;
|
|
22360
22360
|
type index$1_SystemProductUpdated = SystemProductUpdated;
|
|
22361
22361
|
declare const index$1_SystemProductUpdated: typeof SystemProductUpdated;
|
|
22362
|
-
type index$
|
|
22363
|
-
declare const index$
|
|
22364
|
-
type index$
|
|
22365
|
-
declare const index$
|
|
22362
|
+
type index$1_SystemPropertyUpdated = SystemPropertyUpdated;
|
|
22363
|
+
declare const index$1_SystemPropertyUpdated: typeof SystemPropertyUpdated;
|
|
22364
|
+
type index$1_SystemReservationUpdated = SystemReservationUpdated;
|
|
22365
|
+
declare const index$1_SystemReservationUpdated: typeof SystemReservationUpdated;
|
|
22366
22366
|
type index$1_SystemSpaceUpdate = SystemSpaceUpdate;
|
|
22367
22367
|
declare const index$1_SystemSpaceUpdate: typeof SystemSpaceUpdate;
|
|
22368
|
-
type index$
|
|
22369
|
-
declare const index$
|
|
22370
|
-
type index$
|
|
22371
|
-
declare const index$
|
|
22372
|
-
type index$
|
|
22373
|
-
declare const index$
|
|
22374
|
-
type index$
|
|
22375
|
-
declare const index$
|
|
22368
|
+
type index$1_SystemSwitchUpdated = SystemSwitchUpdated;
|
|
22369
|
+
declare const index$1_SystemSwitchUpdated: typeof SystemSwitchUpdated;
|
|
22370
|
+
type index$1_SystemThermostatUpdated = SystemThermostatUpdated;
|
|
22371
|
+
declare const index$1_SystemThermostatUpdated: typeof SystemThermostatUpdated;
|
|
22372
|
+
type index$1_SystemUserUpdated = SystemUserUpdated;
|
|
22373
|
+
declare const index$1_SystemUserUpdated: typeof SystemUserUpdated;
|
|
22374
|
+
type index$1_SystemWindowCoveringUpdated = SystemWindowCoveringUpdated;
|
|
22375
|
+
declare const index$1_SystemWindowCoveringUpdated: typeof SystemWindowCoveringUpdated;
|
|
22376
22376
|
declare namespace index$1 {
|
|
22377
|
-
export { index$1_ApplicationInUse as ApplicationInUse, index$1_ApplicationOutOfUse as ApplicationOutOfUse, index$1_EmailEvent as EmailEvent, index$1_Event as Event, index$1_ReservationCheckedIn as ReservationCheckedIn, index$1_ReservationCheckedOut as ReservationCheckedOut, index$1_ReservationSpaceChanged as ReservationSpaceChanged, index$1_SMSEvent as SMSEvent, index$1_SceneSet as SceneSet, index$1_ShortLinkCreated as ShortLinkCreated, index$1_SystemAlarmUpdated as SystemAlarmUpdated, index$1_SystemCameraUpdated as SystemCameraUpdated, index$1_SystemCategoryUpdated as SystemCategoryUpdated, index$1_SystemCourtesyUpdated as SystemCourtesyUpdated, index$1_SystemCredentialUpdated as SystemCredentialUpdated, index$1_SystemDimmerUpdated as SystemDimmerUpdated, index$1_SystemEntityDeleted as SystemEntityDeleted, index$1_SystemGatewayUpdated as SystemGatewayUpdated, index$1_SystemLockUpdated as SystemLockUpdated, index$1_SystemMediaSourceUpdated as SystemMediaSourceUpdated, index$1_SystemMotionSensorUpdated as SystemMotionSensorUpdated, index$1_SystemOrganizationUpdated as SystemOrganizationUpdated, index$1_SystemProductUpdated as SystemProductUpdated, index$
|
|
22377
|
+
export { index$1_ApplicationInUse as ApplicationInUse, index$1_ApplicationOutOfUse as ApplicationOutOfUse, index$1_EmailEvent as EmailEvent, index$1_Event as Event, index$1_ReservationCheckedIn as ReservationCheckedIn, index$1_ReservationCheckedOut as ReservationCheckedOut, index$1_ReservationSpaceChanged as ReservationSpaceChanged, index$1_SMSEvent as SMSEvent, index$1_SceneSet as SceneSet, index$1_ShortLinkCreated as ShortLinkCreated, index$1_SystemAlarmUpdated as SystemAlarmUpdated, index$1_SystemCameraUpdated as SystemCameraUpdated, index$1_SystemCategoryUpdated as SystemCategoryUpdated, index$1_SystemCourtesyUpdated as SystemCourtesyUpdated, index$1_SystemCredentialUpdated as SystemCredentialUpdated, index$1_SystemDimmerUpdated as SystemDimmerUpdated, index$1_SystemEntityDeleted as SystemEntityDeleted, index$1_SystemGatewayUpdated as SystemGatewayUpdated, index$1_SystemLockUpdated as SystemLockUpdated, index$1_SystemMediaSourceUpdated as SystemMediaSourceUpdated, index$1_SystemMotionSensorUpdated as SystemMotionSensorUpdated, index$1_SystemOrganizationUpdated as SystemOrganizationUpdated, index$1_SystemProductUpdated as SystemProductUpdated, index$1_SystemPropertyUpdated as SystemPropertyUpdated, index$1_SystemReservationUpdated as SystemReservationUpdated, index$1_SystemSpaceUpdate as SystemSpaceUpdate, index$1_SystemSwitchUpdated as SystemSwitchUpdated, index$1_SystemThermostatUpdated as SystemThermostatUpdated, index$1_SystemUserUpdated as SystemUserUpdated, index$1_SystemWindowCoveringUpdated as SystemWindowCoveringUpdated };
|
|
22378
22378
|
}
|
|
22379
22379
|
|
|
22380
22380
|
declare class Entity {
|
|
@@ -30943,7 +30943,7 @@ declare namespace defs {
|
|
|
30943
30943
|
|
|
30944
30944
|
declare function entityFactory(type: any): typeof Alarm | typeof Announcement | typeof Camera | typeof Category | typeof Courtesy | typeof Credential | typeof DeviceRouter | typeof Dimmer | typeof DiscoveredDevice | typeof EmailMessage | typeof EnergyReport | typeof EnergyReportShard | typeof Gateway | typeof Identification | typeof Issue | typeof Lock | typeof Log | typeof MediaFile | typeof MediaSource | typeof MotionSensor | typeof Order | typeof Organization | typeof Policy | typeof Product | typeof Property | typeof Reservation | typeof Room | typeof Scene | typeof ShortLink | typeof SmsMessage | typeof Space | typeof Switch | typeof SystemUser | typeof Thermostat | typeof Ticket | typeof TimeSheet | typeof User | typeof Vendor | typeof WindowCovering;
|
|
30945
30945
|
declare function errorFactory(errName: any): typeof AppError | Error;
|
|
30946
|
-
declare function eventFactory(eventName: any): typeof Event | typeof ApplicationInUse | typeof ApplicationOutOfUse | typeof EmailEvent | typeof ReservationCheckedIn | typeof ReservationCheckedOut | typeof ReservationSpaceChanged | typeof SceneSet | typeof ShortLinkCreated | typeof SMSEvent | typeof SystemAlarmUpdated | typeof SystemCameraUpdated | typeof SystemCategoryUpdated | typeof SystemCourtesyUpdated | typeof SystemCredentialUpdated | typeof SystemDimmerUpdated | typeof SystemEntityDeleted | typeof SystemGatewayUpdated | typeof SystemLockUpdated | typeof SystemMediaSourceUpdated | typeof SystemMotionSensorUpdated | typeof SystemOrganizationUpdated | typeof SystemProductUpdated | typeof
|
|
30946
|
+
declare function eventFactory(eventName: any): typeof Event | typeof ApplicationInUse | typeof ApplicationOutOfUse | typeof EmailEvent | typeof ReservationCheckedIn | typeof ReservationCheckedOut | typeof ReservationSpaceChanged | typeof SceneSet | typeof ShortLinkCreated | typeof SMSEvent | typeof SystemAlarmUpdated | typeof SystemCameraUpdated | typeof SystemCategoryUpdated | typeof SystemCourtesyUpdated | typeof SystemCredentialUpdated | typeof SystemDimmerUpdated | typeof SystemEntityDeleted | typeof SystemGatewayUpdated | typeof SystemLockUpdated | typeof SystemMediaSourceUpdated | typeof SystemMotionSensorUpdated | typeof SystemOrganizationUpdated | typeof SystemProductUpdated | typeof SystemPropertyUpdated | typeof SystemReservationUpdated | typeof SystemSpaceUpdate | typeof SystemSwitchUpdated | typeof SystemThermostatUpdated | typeof SystemUserUpdated | typeof SystemWindowCoveringUpdated;
|
|
30947
30947
|
|
|
30948
30948
|
declare const utils_entityFactory: typeof entityFactory;
|
|
30949
30949
|
declare const utils_errorFactory: typeof errorFactory;
|
package/dist/index.js
CHANGED
|
@@ -1022,7 +1022,7 @@ var KohostHTTPClient = class _KohostHTTPClient {
|
|
|
1022
1022
|
headers.set(key, config.headers[key]);
|
|
1023
1023
|
});
|
|
1024
1024
|
}
|
|
1025
|
-
const body = ["POST", "PUT", "PATCH"].includes(method) ? headers.get("Content-Type") === "application/json" ? JSON.stringify(config.data) : config.data : void 0;
|
|
1025
|
+
const body = config.data !== null && ["POST", "PUT", "PATCH"].includes(method) ? headers.get("Content-Type") === "application/json" ? JSON.stringify(config.data) : config.data : void 0;
|
|
1026
1026
|
const request = new Request(url, {
|
|
1027
1027
|
method,
|
|
1028
1028
|
headers,
|
|
@@ -1618,13 +1618,13 @@ __export(events_exports, {
|
|
|
1618
1618
|
SystemMotionSensorUpdated: () => SystemMotionSensorUpdated,
|
|
1619
1619
|
SystemOrganizationUpdated: () => SystemOrganizationUpdated,
|
|
1620
1620
|
SystemProductUpdated: () => SystemProductUpdated,
|
|
1621
|
-
|
|
1622
|
-
|
|
1621
|
+
SystemPropertyUpdated: () => SystemPropertyUpdated,
|
|
1622
|
+
SystemReservationUpdated: () => SystemReservationUpdated,
|
|
1623
1623
|
SystemSpaceUpdate: () => SystemSpaceUpdate,
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1624
|
+
SystemSwitchUpdated: () => SystemSwitchUpdated,
|
|
1625
|
+
SystemThermostatUpdated: () => SystemThermostatUpdated,
|
|
1626
|
+
SystemUserUpdated: () => SystemUserUpdated,
|
|
1627
|
+
SystemWindowCoveringUpdated: () => SystemWindowCoveringUpdated
|
|
1628
1628
|
});
|
|
1629
1629
|
|
|
1630
1630
|
// src/events/event.js
|
|
@@ -1966,7 +1966,7 @@ var SystemProductUpdated = class extends Event {
|
|
|
1966
1966
|
};
|
|
1967
1967
|
|
|
1968
1968
|
// src/events/systemPropertyUpdated.js
|
|
1969
|
-
var
|
|
1969
|
+
var SystemPropertyUpdated = class extends Event {
|
|
1970
1970
|
constructor(property, context) {
|
|
1971
1971
|
super(property, context);
|
|
1972
1972
|
}
|
|
@@ -1979,7 +1979,7 @@ var SystemPropertyUpdate = class extends Event {
|
|
|
1979
1979
|
};
|
|
1980
1980
|
|
|
1981
1981
|
// src/events/systemReservationUpdated.js
|
|
1982
|
-
var
|
|
1982
|
+
var SystemReservationUpdated = class extends Event {
|
|
1983
1983
|
constructor(reservation, context) {
|
|
1984
1984
|
super(reservation, context);
|
|
1985
1985
|
}
|
|
@@ -2005,7 +2005,7 @@ var SystemSpaceUpdate = class extends Event {
|
|
|
2005
2005
|
};
|
|
2006
2006
|
|
|
2007
2007
|
// src/events/systemSwitchUpdated.js
|
|
2008
|
-
var
|
|
2008
|
+
var SystemSwitchUpdated = class extends Event {
|
|
2009
2009
|
constructor(_switch, context) {
|
|
2010
2010
|
super(_switch, context);
|
|
2011
2011
|
}
|
|
@@ -2018,7 +2018,7 @@ var SystemSwitchUpdate = class extends Event {
|
|
|
2018
2018
|
};
|
|
2019
2019
|
|
|
2020
2020
|
// src/events/systemThermostatUpdated.js
|
|
2021
|
-
var
|
|
2021
|
+
var SystemThermostatUpdated = class extends Event {
|
|
2022
2022
|
constructor(thermostat, context) {
|
|
2023
2023
|
super(thermostat, context);
|
|
2024
2024
|
}
|
|
@@ -2031,7 +2031,7 @@ var SystemThermostatUpdate = class extends Event {
|
|
|
2031
2031
|
};
|
|
2032
2032
|
|
|
2033
2033
|
// src/events/systemUserUpdated.js
|
|
2034
|
-
var
|
|
2034
|
+
var SystemUserUpdated = class extends Event {
|
|
2035
2035
|
constructor(user, context) {
|
|
2036
2036
|
super(user, context);
|
|
2037
2037
|
}
|
|
@@ -2044,7 +2044,7 @@ var SystemUserUpdate = class extends Event {
|
|
|
2044
2044
|
};
|
|
2045
2045
|
|
|
2046
2046
|
// src/events/systemWindowCoveringUpdated.js
|
|
2047
|
-
var
|
|
2047
|
+
var SystemWindowCoveringUpdated = class extends Event {
|
|
2048
2048
|
constructor(wc, context) {
|
|
2049
2049
|
super(wc, context);
|
|
2050
2050
|
}
|