mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 12:58:13 +00:00
MYSENSORS: fix 'bareword VAR1'-error introduced by last commit
git-svn-id: https://svn.fhem.de/fhem/trunk@10967 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cbbcd60592
commit
373da23abd
@ -97,7 +97,7 @@ my %static_types = (
|
|||||||
S_RAIN => { receives => [], sends => [V_RAIN,V_RAINRATE] }, # Rain sensor
|
S_RAIN => { receives => [], sends => [V_RAIN,V_RAINRATE] }, # Rain sensor
|
||||||
S_UV => { receives => [], sends => [V_UV] }, # UV Sensor
|
S_UV => { receives => [], sends => [V_UV] }, # UV Sensor
|
||||||
S_WEIGHT => { receives => [], sends => [V_WEIGHT,V_IMPEDANCE] }, # Weight sensor for scales etc.
|
S_WEIGHT => { receives => [], sends => [V_WEIGHT,V_IMPEDANCE] }, # Weight sensor for scales etc.
|
||||||
S_POWER => { receives => [V_VAR1], sends => [V_WATT,V_KWH,VAR1] }, # Power measuring device, like power meters
|
S_POWER => { receives => [V_VAR1], sends => [V_WATT,V_KWH,V_VAR1] }, # Power measuring device, like power meters
|
||||||
S_HEATER => { receives => [], sends => [V_HVAC_SETPOINT_HEAT,V_HVAC_FLOW_STATE,V_TEMP] }, # Heater device
|
S_HEATER => { receives => [], sends => [V_HVAC_SETPOINT_HEAT,V_HVAC_FLOW_STATE,V_TEMP] }, # Heater device
|
||||||
S_DISTANCE => { receives => [], sends => [V_DISTANCE] }, # Distance sensor
|
S_DISTANCE => { receives => [], sends => [V_DISTANCE] }, # Distance sensor
|
||||||
S_LIGHT_LEVEL => { receives => [], sends => [V_LIGHT_LEVEL] }, # Light sensor
|
S_LIGHT_LEVEL => { receives => [], sends => [V_LIGHT_LEVEL] }, # Light sensor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user