mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
KS300: use hex for newer perl versions
git-svn-id: https://svn.fhem.de/fhem/trunk@5026 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2cae28656a
commit
9a23b1a6bb
@ -229,7 +229,7 @@ KS300_Parse($$)
|
||||
$v[9] = KS300_windIndex($v[2]);
|
||||
|
||||
# Negative temp
|
||||
$v[4] = -$v[4] if($v[8] & 8);
|
||||
$v[4] = -$v[4] if(hex($v[8]) & 8);
|
||||
|
||||
Log3 $def, 4, "KS300 $dev: $msg";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user