Releases: boschrexroth/node-red-contrib-ctrlx-automation
Releases · boschrexroth/node-red-contrib-ctrlx-automation
v1.8.13
- fix: support 64bit integer as BigInt to prevent rounding errors on big integer values.
- fix: prevent "Failed login attempts" after flow gets redeployed with correct credentials (Bug392030).
- fix: make subscription to properly report error and reconnect when authorization token expires (Bug405282).
- refactor: update dependency versions. No functional change.
v1.8.9
- fix: read with argument failed with error DL_TYPE_MISMATCH.
v1.8.8
- fix: give each of the subscribe nodes his own counter to show in the status text.
- fix: allow to make a create without arguments (msg.payload = null). E.g. for '/motion/axs/<axs_name>/cmd/reset'.
v1.8.7
- fix: writing strings with non-ASCII symbols (e.g. 'ü') resulted in DL_TYPE_MISMATCH.
v1.8.6
- feat: make path tree view selection in property window to automatically expand to current path.
- fix: make subscribe node to emit an initial msg after deploy, even if value does not change.
v1.8.5
- fix: allow to make a write without arguments (msg.payload = null). E.g. for 'diagnosis/confirm/error'.
- fix: make BROWSE requests to support the payload property value only.
v1.8.3
Introduces a new subscribe-node which allows to subscribe to a ctrlX Data Layer path. The node will emit a new msg whenever the value changes. For continuous reading the subscribe-node is more efficient than polling with the request-node
Fixes
v1.2.0
Fix license property in package.json to MIT