2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-05 08:20:23 +00:00

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 c76081108d
commit 860733d16c

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" },