@kohost/api-client 3.0.0-beta.32 → 3.0.0-beta.33
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/Models.js +1 -1
- package/dist/cjs/utils.js +1 -1
- package/dist/esm/Models.js +1 -1
- package/dist/esm/Models.js.map +1 -1
- package/dist/esm/utils.js +1 -1
- package/dist/esm/utils.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/Models.js
CHANGED
|
@@ -127,6 +127,7 @@ var require_device = __commonJS({
|
|
|
127
127
|
type: {
|
|
128
128
|
type: "string",
|
|
129
129
|
enum: [
|
|
130
|
+
"alarm",
|
|
130
131
|
"dimmer",
|
|
131
132
|
"switch",
|
|
132
133
|
"motionSensor",
|
|
@@ -136,7 +137,6 @@ var require_device = __commonJS({
|
|
|
136
137
|
"thermostat",
|
|
137
138
|
"lock",
|
|
138
139
|
"courtesy",
|
|
139
|
-
"sceneController",
|
|
140
140
|
"gateway",
|
|
141
141
|
"tv",
|
|
142
142
|
"dvr",
|
package/dist/cjs/utils.js
CHANGED
|
@@ -170,6 +170,7 @@ var require_device = __commonJS({
|
|
|
170
170
|
type: {
|
|
171
171
|
type: "string",
|
|
172
172
|
enum: [
|
|
173
|
+
"alarm",
|
|
173
174
|
"dimmer",
|
|
174
175
|
"switch",
|
|
175
176
|
"motionSensor",
|
|
@@ -179,7 +180,6 @@ var require_device = __commonJS({
|
|
|
179
180
|
"thermostat",
|
|
180
181
|
"lock",
|
|
181
182
|
"courtesy",
|
|
182
|
-
"sceneController",
|
|
183
183
|
"gateway",
|
|
184
184
|
"tv",
|
|
185
185
|
"dvr",
|
package/dist/esm/Models.js
CHANGED
|
@@ -7504,6 +7504,7 @@ var require_device = __commonJS({
|
|
|
7504
7504
|
type: {
|
|
7505
7505
|
type: "string",
|
|
7506
7506
|
enum: [
|
|
7507
|
+
"alarm",
|
|
7507
7508
|
"dimmer",
|
|
7508
7509
|
"switch",
|
|
7509
7510
|
"motionSensor",
|
|
@@ -7513,7 +7514,6 @@ var require_device = __commonJS({
|
|
|
7513
7514
|
"thermostat",
|
|
7514
7515
|
"lock",
|
|
7515
7516
|
"courtesy",
|
|
7516
|
-
"sceneController",
|
|
7517
7517
|
"gateway",
|
|
7518
7518
|
"tv",
|
|
7519
7519
|
"dvr",
|