CANDY-LINE / node-red-contrib-generic-ble

A Node-RED node set for providing access to generic BLE peripheral GATT characteristics.
Apache License 2.0
24 stars 22 forks source link

Undefined status #44

Closed jholubec closed 3 years ago

jholubec commented 3 years ago

I would like to get status info of the "Generic BLE in" node using "node-red: status". But status node sends "msg.payload : undefined" for any status change of the "Generic BLE in" node.

Any idea how to solve it?

galook commented 3 years ago

As defined in the documentation, msg.payload is not being defined by this module. Instead, msg.status should be used

Please close this issue, as this error originated by not reading the documentation

jholubec commented 3 years ago

Closing ...