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:
neubert
2009-01-10 17:28:45 +00:00
parent c69e84b0f9
commit b7c7a4536e

View File

@@ -78,7 +78,7 @@ HMS_Parse($$)
my $dev = substr($msg, 16, 4); my $dev = substr($msg, 16, 4);
my $cde = substr($msg, 11, 1); my $cde = substr($msg, 11, 1);
012345678901234567890123456789 # 012345678901234567890123456789
# 810e047f0214a001a81f000001000000 HMS100TFK # 810e047f0214a001a81f000001000000 HMS100TFK
my $val = substr($msg, 24, 8) if(length($msg) == 32); my $val = substr($msg, 24, 8) if(length($msg) == 32);