node-red-contrib-blynk-ws
Version:
Node Red integration with Blynk App and Server through websockets
20 lines (19 loc) • 622 B
JSON
{
"blynk-ws-out-bridge": {
"status": {
"error": "error",
"connecting": "connecting ",
"connected-dynamic": "connected to dynamic pin",
"connected-fixed": "connected to pin ",
"disconnected": "disconnected",
"disabled": "disabled"
},
"warn": {
"pin-dinamic":"Bridge node - Setting \"pin mode\" to \"dynamic\" but no msg.pin found.",
"pin-value":"Bridge node - The msg.pin must be between 0 and 255."
},
"errors": {
"missing-conf":"Missing configuration"
}
}
}