node-red-contrib-blynk-ws
Version:
Node Red integration with Blynk App and Server through websockets
21 lines (20 loc) • 739 B
JSON
{
"blynk-ws-client": {
"status": {
"error": "error",
"connecting": "connecting ",
"connected-dynamic": "connected to dynamic pin",
"connected-fixed": "connected to pin V",
"disconnected": "disconnected"
},
"warn": {
"pin-dinamic":"Set Property node - Setting \"pin mode\" to \"dynamic\" but no msg.pin found.",
"pin-value":"Set Property node - The msg.pin must be between 0 and 255.",
"property":"Set Property node - Please select a property.",
"zergba":"Warning - zeRGBa not configured in merge mode."
},
"errors": {
"missing-conf":"Missing configuration"
}
}
}