2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-09 13:45:33 +00:00

MYSENSORS: Update 10_MYSENSORS_DEVICE.pm

Corrected S_LIGHT devices, how to deal with alias S_BINARY?
Q&D replaced S_BINARY with S_LIGHT.

S_BINARY isn't used in the stable MySensors branch for any sketch.

git-svn-id: https://svn.fhem.de/fhem/trunk@10952 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess 2016-02-28 11:27:00 +00:00
parent c26aae2270
commit 95f67b825b

View File

@ -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_BINARY => { receives => [V_STATUS,V_WATT], sends => [V_STATUS,V_WATT] }, # Binary device (on/off), Alias for S_LIGHT
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_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