gablau / node-red-contrib-blynk-ws

Old/Legacy Blynk library implementation for Node-RED using WebSockets
MIT License
31 stars 10 forks source link

Invalid HW cmd #3

Closed mybigman closed 6 years ago

mybigman commented 6 years ago

Hi,

First great plugin... have just started playing with it and so far so good.

This error message gets logged to debug. App still functions though.

"Invalid HW cmd: Cmd: HW, Id: 1, len: 2, data: "pm""

Thanks

gablau commented 6 years ago

Hi, it's an error that you can safely ignore!

The hardware command 'pm', is used to set the pin mode. This is important when using pins with boards like arduino, but on nodered is not needed, and is not implemented in the code.