small fix in 12_HMS.pm (missing #)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@318 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -78,7 +78,7 @@ HMS_Parse($$)
|
||||
|
||||
my $dev = substr($msg, 16, 4);
|
||||
my $cde = substr($msg, 11, 1);
|
||||
012345678901234567890123456789
|
||||
# 012345678901234567890123456789
|
||||
# 810e047f0214a001a81f000001000000 HMS100TFK
|
||||
my $val = substr($msg, 24, 8) if(length($msg) == 32);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user