2017-04-14 22:37:44 +02:00
|
|
|
{
|
|
|
|
"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",
|
2021-03-11 21:30:57 +01:00
|
|
|
"max": "max",
|
|
|
|
"freq": "Frequency"
|
2017-04-14 22:37:44 +02:00
|
|
|
},
|
|
|
|
"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>: ",
|
2018-02-15 15:43:29 +01:00
|
|
|
"in": "Only Digital Input is supported - input must be 0 or 1.",
|
|
|
|
"dig": "Digital output - input must be 0 or 1.",
|
|
|
|
"pwm": "PWM output - input must be between 0 to 100.",
|
2021-03-25 10:36:48 +01:00
|
|
|
"ser": "Servo output - input must be between 0 to 100. 50 is centre.<br/>min. must be 500 us or more, max. must be 2500 us or less.",
|
2021-03-11 21:30:57 +01:00
|
|
|
"dual": "Pins marked in blue are dual use. Make sure they are not enabled for their other use before using as GPIO."
|
2017-04-14 22:37:44 +02:00
|
|
|
},
|
|
|
|
"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__"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|