2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 23:06:05 +00:00

HP_1000: powerMap update

git-svn-id: https://svn.fhem.de/fhem/trunk@13431 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2017-02-18 14:59:51 +00:00
parent 675b37487c
commit f626c9d1f3

View File

@ -158,14 +158,14 @@ sub HP1000_Initialize($) {
# 98_powerMap.pm support
$hash->{powerMap} = {
rname_E => 'energy',
rname_P => 'power',
rname_P => 'consumption',
map => {
Activity => {
'dead' => 0,
'alive' => 5,
},
state => {
'*' => 5,
'*' => 'Activity',
},
},
};