node-red-contrib-knx-ultimate 2.1.48 → 2.1.49
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/CHANGELOG.md +1 -1
- package/nodes/knxUltimateViewer.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -109,7 +109,7 @@ module.exports = function (RED) {
|
|
|
109
109
|
}
|
|
110
110
|
sPayload += '<td>' + element.dpt + '</td>';
|
|
111
111
|
sPayload += '<td>' + element.lastupdate.toLocaleString() + '</td>';
|
|
112
|
-
sPayload += '<td><font
|
|
112
|
+
sPayload += '<td><font style="font-size: smaller;">' + element.devicename + '</font></td></tr>';
|
|
113
113
|
}
|
|
114
114
|
} catch (error) {
|
|
115
115
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"engines": {
|
|
4
4
|
"node": ">=16.0.0"
|
|
5
5
|
},
|
|
6
|
-
"version": "2.1.
|
|
6
|
+
"version": "2.1.49",
|
|
7
7
|
"description": "Control your KNX intallation via Node-Red! Single Node KNX IN/OUT with optional ETS group address importer. Easy to use and highly configurable. With integrated Philips HUE devices handling.",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"binary-parser": "2.2.1",
|