@kohost/api-client 3.0.0-beta.38 → 3.0.0-beta.39
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 +11 -5
- package/dist/cjs/utils.js +6 -1
- package/dist/esm/Models.js +11 -5
- package/dist/esm/Models.js.map +2 -2
- package/dist/esm/utils.js +6 -1
- package/dist/esm/utils.js.map +2 -2
- package/package.json +1 -1
package/dist/esm/utils.js
CHANGED
|
@@ -7577,7 +7577,9 @@ var require_device = __commonJS({
|
|
|
7577
7577
|
"softwareFailureWithCode",
|
|
7578
7578
|
"motionDetection",
|
|
7579
7579
|
"airFilterNeedsCleaned",
|
|
7580
|
-
"smokeDetected"
|
|
7580
|
+
"smokeDetected",
|
|
7581
|
+
"outsideSafeTemperatureRange",
|
|
7582
|
+
"outsideSafeHumidityRange"
|
|
7581
7583
|
]
|
|
7582
7584
|
}
|
|
7583
7585
|
},
|
|
@@ -7591,6 +7593,9 @@ var require_device = __commonJS({
|
|
|
7591
7593
|
timestamp: {
|
|
7592
7594
|
type: "number",
|
|
7593
7595
|
minimum: 1655907956593
|
|
7596
|
+
},
|
|
7597
|
+
description: {
|
|
7598
|
+
type: "string"
|
|
7594
7599
|
}
|
|
7595
7600
|
}
|
|
7596
7601
|
},
|