mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-28 08:54:51 +00:00
10_MYSENSORS_DEVICE.pm: corrected S_LIGHT_LEVEL
git-svn-id: https://svn.fhem.de/fhem/trunk@15790 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fec6a3744a
commit
189cbc7532
fhem
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 10_MYSENSORS_DEVICE: corrected S_LIGHT_LEVEL
|
||||
- bugfix: 93_DbRep: fix "month out of range" that causes fhem crash
|
||||
- feature: 20_FRM_PWM: new attribute "restoreOnStartup"
|
||||
- feature: 20_FRM_OUT: new attributes "activeLow" and "valueMode"
|
||||
|
@ -99,7 +99,7 @@ my %static_types = (
|
||||
S_POWER => { receives => [V_VAR1], sends => [V_WATT,V_KWH,V_VAR,V_VA,V_POWER_FACTOR,V_VAR1] }, # Power measuring device, like power meters
|
||||
S_HEATER => { receives => [], sends => [V_HVAC_SETPOINT_HEAT,V_HVAC_FLOW_STATE,V_TEMP,V_STATUS] }, # Heater device
|
||||
S_DISTANCE => { receives => [], sends => [V_DISTANCE,V_UNIT_PREFIX] }, # Distance sensor
|
||||
S_LIGHT_LEVEL => { receives => [], sends => [V_LIGHT_LEVEL] }, # Light sensor
|
||||
S_LIGHT_LEVEL => { receives => [], sends => [V_LIGHT_LEVEL,V_LEVEL] }, # Light sensor
|
||||
S_ARDUINO_NODE => { receives => [], sends => [] }, # Arduino node device
|
||||
S_ARDUINO_REPEATER_NODE => { receives => [], sends => [] }, # Arduino repeating node device
|
||||
S_LOCK => { receives => [V_LOCK_STATUS], sends => [V_LOCK_STATUS] }, # Lock device
|
||||
|
Loading…
x
Reference in New Issue
Block a user