fix reporting of servo-pins
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2632 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -272,7 +272,7 @@ sub sysex_handle {
|
||||
$self->{metadata}{pwm_resolutions}{$pin} = $capabilities->{$pin}->{PIN_PWM+0}->{resolution};
|
||||
}
|
||||
if ($capabilities->{$pin}->{PIN_SERVO+0}) {
|
||||
push @analogpins, $pin;
|
||||
push @servopins, $pin;
|
||||
$self->{metadata}{servo_resolutions}{$pin} = $capabilities->{$pin}->{PIN_SERVO+0}->{resolution};
|
||||
}
|
||||
if ($capabilities->{$pin}->{PIN_SHIFT+0}) {
|
||||
|
||||
Reference in New Issue
Block a user