mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 11:26:55 +00:00
10_CUL_HM: dimmer status update automatically for manual commands
git-svn-id: https://svn.fhem.de/fhem/trunk@6791 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1b616fabed
commit
b814f90878
@ -1658,10 +1658,12 @@ sub CUL_HM_Parse($$) {#########################################################
|
||||
}
|
||||
else{ #invalid PhysLevel
|
||||
$rSUpdt = 1;
|
||||
CUL_HM_stateUpdatDly($name,5) if ($shash->{helper}{dlvl});# update to get level
|
||||
# CUL_HM_stateUpdatDly($name,5); # update to get level
|
||||
# we have to relay on device. Ack may come from a conditional event (BM)
|
||||
# if condition is not met device will not send status.
|
||||
# We need to avoid regular requests
|
||||
# therefore only update if we initiated the request
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user