bt-sensors-plugin-sk 1.3.6-1 → 1.3.6-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/BTSensor.js +1 -1
- package/OutOfRangeDevice.js +0 -1
- package/package.json +1 -1
- package/plugin_defaults.json +2 -1
package/BTSensor.js
CHANGED
|
@@ -1071,7 +1071,7 @@ class BTSensor extends EventEmitter {
|
|
|
1071
1071
|
this._app.handleMessage(id,
|
|
1072
1072
|
{
|
|
1073
1073
|
updates:
|
|
1074
|
-
[{ meta: [{path: this.preparePath(path), value: { units: pathMeta?.unit, zones:pathMeta?.zones } }]}]
|
|
1074
|
+
[{ meta: [{path: this.preparePath(path), value: { units: pathMeta?.unit, zones:pathMeta?.zones, renderer:pathMeta?.renderer } }]}]
|
|
1075
1075
|
})
|
|
1076
1076
|
}
|
|
1077
1077
|
})
|
package/OutOfRangeDevice.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bt-sensors-plugin-sk",
|
|
3
|
-
"version": "1.3.6-
|
|
3
|
+
"version": "1.3.6-2",
|
|
4
4
|
"description": "Bluetooth Sensors for Signalk - see https://www.npmjs.com/package/bt-sensors-plugin-sk#supported-sensors for a list of supported sensors",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"dependencies": {
|
package/plugin_defaults.json
CHANGED