|
@@ -378,7 +378,7 @@ class DebugPinController(PinControllerBase):
|
|
|
pins = gpio.parse_to_int_list(args[0])
|
|
|
[state] = gpio.parse_to_int_list(args[1])
|
|
|
gpio.output(pins,state)
|
|
|
- def output(self,args=[],command=None,respond=None):
|
|
|
+ def read(self,args=[],command=None,respond=None):
|
|
|
if len(args) != 2:
|
|
|
respond(ERROR_TAKES_ARGUMENTS.format(
|
|
|
command, "two", "positional", "<name>"))
|