mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 07:19:24 +00:00
MYSENSORS: Update 10_MYSENSORS_DEVICE.pm
Remode V_LIGHT from S_LIGHT because it's replaced with V_STATUS: http://www.mysensors.org/download/serial_api_15 git-svn-id: https://svn.fhem.de/fhem/trunk@10955 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6133217db2
commit
19fc038d05
@ -87,7 +87,7 @@ my %static_types = (
|
||||
S_DOOR => { receives => [], sends => [V_TRIPPED,V_ARMED] }, # Door and window sensors
|
||||
S_MOTION => { receives => [], sends => [V_TRIPPED] }, # MotionSensor
|
||||
S_SMOKE => { receives => [], sends => [V_TRIPPED,V_ARMED] }, # Smoke sensor
|
||||
S_LIGHT => { receives => [V_LIGHT,V_STATUS,V_WATT], sends => [V_LIGHT,V_STATUS,V_WATT] }, # Binary device (on/off), Alias for S_BINARY
|
||||
S_LIGHT => { receives => [V_STATUS,V_WATT], sends => [V_STATUS,V_WATT] }, # Binary device (on/off), Alias for S_BINARY
|
||||
S_DIMMER => { receives => [V_STATUS,V_PERCENTAGE,V_WATT], sends => [V_STATUS,V_PERCENTAGE,V_WATT] }, # Dimmable device of some kind
|
||||
S_COVER => { receives => [V_UP,V_DOWN,V_STOP,V_PERCENTAGE], sends => [V_PERCENTAGE] }, # Window covers or shades
|
||||
S_TEMP => { receives => [], sends => [V_TEMP] }, # Temperature sensor
|
||||
|
Loading…
Reference in New Issue
Block a user