node-red-contrib-blynk-iot
Version:
Node Red integration with new Blynk IoT Platform
21 lines (20 loc) • 743 B
JSON
{
"blynk-iot-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"
}
}
}