forked from platypush/platypush
s/execute/write/
This commit is contained in:
parent
abf793e703
commit
df36a9f811
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ class PwmPca9685Plugin(Plugin):
|
||||||
return value / 65535
|
return value / 65535
|
||||||
|
|
||||||
@action
|
@action
|
||||||
def execute(self, channels: Dict[int, float], frequency: Optional[float] = None, step_value: Optional[float] = None,
|
def write(self, channels: Dict[int, float], frequency: Optional[float] = None, step_value: Optional[float] = None,
|
||||||
step_duration: Optional[float] = None):
|
step_duration: Optional[float] = None):
|
||||||
"""
|
"""
|
||||||
Send PWM values to the specified channels.
|
Send PWM values to the specified channels.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue