node-red-contrib-uos-nats 0.2.49 → 0.2.50
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/nodes/datahub-output.js +1 -1
- package/package.json +1 -1
package/nodes/datahub-output.js
CHANGED
|
@@ -141,7 +141,7 @@ module.exports = function (RED) {
|
|
|
141
141
|
s.timestamp = BigInt(Date.now()) * 1_000_000n; // Force refresh timestamp
|
|
142
142
|
stateObj[s.id] = s;
|
|
143
143
|
}
|
|
144
|
-
|
|
144
|
+
const valueHeartbeat = setInterval(() => {
|
|
145
145
|
sendValuesUpdate();
|
|
146
146
|
}, 1000); // 1.0s interval matches Python SDK
|
|
147
147
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-uos-nats",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.50",
|
|
4
4
|
"description": "Node-RED nodes for Weidmüller u-OS Data Hub. Read, write, and provide variables via NATS protocol with OAuth2 authentication. Features: Variable Key resolution, custom icons, example flows, and provider definition caching.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "IoTUeli",
|