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