Skip to content

Commit

Permalink
fix(response): now fills the green box after an incoming message
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Krec committed Oct 11, 2022
1 parent a37f6f5 commit a8ea725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/opcua-iiot-response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ module.exports = (RED: nodered.NodeAPI) => {
this.on('input', (msg: NodeMessageInFlow) => {
try {

this.status({fill: 'green', shape: 'dot', text: 'active'})

const internalMsg = msg as IotOpcUaNodeMessage

if (self.activateUnsetFilter) {
Expand Down

0 comments on commit a8ea725

Please sign in to comment.