mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
58 lines
1.9 KiB
JSON
58 lines
1.9 KiB
JSON
{
|
|
"pi-gpiod": {
|
|
"label": {
|
|
"gpiopin": "GPIO",
|
|
"selectpin": "select pin",
|
|
"host": "Host",
|
|
"resistor": "Resistor?",
|
|
"readinitial": "Read initial state of pin on deploy/restart?",
|
|
"type": "Type",
|
|
"initpin": "Initialise pin state?",
|
|
"debounce": "Debounce",
|
|
"limits": "Limits",
|
|
"min": "min",
|
|
"max": "max"
|
|
},
|
|
"place": {
|
|
"host": "local or remote ip",
|
|
"port": "port"
|
|
},
|
|
"resistor": {
|
|
"none": "none",
|
|
"pullup": "pullup",
|
|
"pulldown": "pulldown"
|
|
},
|
|
"digout": "Digital output",
|
|
"pwmout": "PWM output",
|
|
"servo": "Servo output",
|
|
"initpin0": "initial level of pin - low (0)",
|
|
"initpin1": "initial level of pin - high (1)",
|
|
"pinname": "Pin",
|
|
"tip": {
|
|
"pin": "<b>Pins in Use</b>: ",
|
|
"in": "<b>Tip</b>: Only Digital Input is supported - input must be 0 or 1.",
|
|
"dig": "<b>Tip</b>: For digital output - input must be 0 or 1.",
|
|
"pwm": "<b>Tip</b>: For PWM output - input must be between 0 to 100.",
|
|
"ser": "<b>Tip</b>: For Servo output - input must be between 0 to 100. 50 is centre.<br/>Min must be 500uS or more, Max must be 2500uS or less."
|
|
},
|
|
"types": {
|
|
"digout": "digital output",
|
|
"input": "input",
|
|
"pullup": "input with pull up",
|
|
"pulldown": "input with pull down",
|
|
"pwmout": "PWM output",
|
|
"servo": "Servo output"
|
|
},
|
|
"status": {
|
|
"stopped": "stopped",
|
|
"closed": "closed",
|
|
"not-running": "not running"
|
|
},
|
|
"errors": {
|
|
"invalidpin": "Invalid GPIO pin",
|
|
"invalidinput": "Invalid input",
|
|
"error": "error: __error__"
|
|
}
|
|
}
|
|
}
|