node-red-contrib-blynk-iot
Version:
Node Red integration with new Blynk IoT Platform
20 lines (19 loc) • 612 B
JSON
{
"blynk-iot-out-sync": {
"status": {
"error": "error",
"connecting": "connecting...",
"connected-all": "connected to all pin",
"connected-fixed": "connected to pin V",
"disconnected": "disconnected",
"disabled": "disabled"
},
"warn": {
"pin-dinamic":"Sync node - Setting \"pin mode\" to \"dynamic\" but no msg.pin found.",
"pin-value":"Sync node - The msg.pin must be between 0 and 255."
},
"errors": {
"missing-conf":"Missing configuration"
}
}
}