MYSENSORS: Update 10_MYSENSORS_DEVICE.pm

cosmetics

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@10953 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess 2016-02-28 11:27:04 +00:00
parent 8743bf18ee
commit 7c4a55f39b

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_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_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