Skip to content

Releases: boschrexroth/node-red-contrib-ctrlx-automation

v1.8.8

08 Jul 15:27
Compare
Choose a tag to compare
  • 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

29 Jun 14:46
Compare
Choose a tag to compare
  • fix: writing strings with non-ASCII symbols (e.g. 'ü') resulted in DL_TYPE_MISMATCH.

v1.8.6

31 May 07:32
03ecf0b
Compare
Choose a tag to compare
  • 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

26 May 16:10
Compare
Choose a tag to compare
  • 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

07 May 12:58
884f3df
Compare
Choose a tag to compare

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

28 Sep 16:18
Compare
Choose a tag to compare
Fix license property in package.json to MIT