node-red-contrib-uos-nats 0.2.39 → 0.2.41

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.
@@ -134,7 +134,9 @@ module.exports = function (RED) {
134
134
  }
135
135
 
136
136
  const stateObj = {};
137
+ const nowNs = Date.now() * 1_000_000;
137
138
  for (const s of stateMap.values()) {
139
+ s.timestampNs = nowNs; // Force refresh timestamp
138
140
  stateObj[s.id] = s;
139
141
  }
140
142
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-uos-nats",
3
- "version": "0.2.39",
3
+ "version": "0.2.41",
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",