mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 07:56:03 +00:00
10_EnOcean: profile heatRecovery.00 changed
git-svn-id: https://svn.fhem.de/fhem/trunk@13307 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6a8be533e6
commit
d7e33a2d3d
@ -10949,6 +10949,7 @@ sub EnOcean_Parse($$)
|
||||
13 => "supplyAir",
|
||||
14 => "exhaustAir"
|
||||
);
|
||||
$ventilation = $db[13] & 15;
|
||||
$ventilation = $ventilation{$ventilation} if (exists $ventilation{$ventilation});
|
||||
push @event, "3:ventilation:$ventilation";
|
||||
push @event, "3:fireplaceSafetyMode:" . ($db[12] & 8 ? 'enabled' : 'disabled');
|
||||
|
Loading…
x
Reference in New Issue
Block a user