update perl-firmata (fix handle onewire-capabilities response)

git-svn-id: https://svn.fhem.de/fhem/trunk@4063 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess
2013-10-18 12:08:01 +00:00
parent 8ebd8c362d
commit f92828f47b

View File

@@ -281,7 +281,7 @@ sub sysex_handle {
if ($capabilities->{$pin}->{PIN_I2C+0}) {
push @i2cpins, $pin;
}
if ($capabilities->{$pin}->{PIN_OUTPUT+0}) {
if ($capabilities->{$pin}->{PIN_ONEWIRE+0}) {
push @onewirepins, $pin;
}
}