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 CHANGED
@@ -7,7 +7,7 @@
7
7
  # CHANGELOG
8
8
 
9
9
  <p>
10
- <b>Version 2.1.48</b> - October 2023<br/>
10
+ <b>Version 2.1.49</b> - October 2023<br/>
11
11
  - KNXUltimateViewer node: fixed too large text in custom template..<br/>
12
12
  <br/>
13
13
  <p>
@@ -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 size="smaller">' + element.devicename + '</font></td></tr>';
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.48",
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",