MYSENSORS_DEVICE: add defaults on/off for V_TRIPPED

git-svn-id: https://svn.fhem.de/fhem/trunk@6888 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ntruchsess
2014-11-05 00:43:45 +00:00
parent 00af7eb7df
commit c713ffe0f9

View File

@@ -131,7 +131,7 @@ my %static_mappings = (
V_DISTANCE => { type => "distance" },
V_IMPEDANCE => { type => "impedance" },
V_ARMED => { type => "armed" },
V_TRIPPED => { type => "tripped" },
V_TRIPPED => { type => "tripped", val => { 0 => 'off', 1 => 'on' }},
V_WATT => { type => "power" },
V_KWH => { type => "energy" },
V_SCENE_ON => { type => "button_on" },