homebridge-withings-environment-data 0.3.1 → 0.3.2
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -265,7 +265,7 @@ class WithingsEnvironmentDataPlatform {
|
|
|
265
265
|
await fetch(`https://ntfy.sh/${encodeURIComponent(topic)}`, {
|
|
266
266
|
method: 'POST',
|
|
267
267
|
headers: { Title: 'Homebridge: Getting Withings Environment Data Failed!' },
|
|
268
|
-
body:
|
|
268
|
+
body: errorMessage,
|
|
269
269
|
});
|
|
270
270
|
} catch (err) {
|
|
271
271
|
this.log.warn(`Failed to send ntfy notification: ${err.message}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-withings-environment-data",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Homebridge plugin exposing ambient CO2/air-quality and room temperature readings from a Withings WS-50 scale as HomeKit sensors",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|