Bugfix: SOMFY: re-added "prog" command.

git-svn-id: https://svn.fhem.de/fhem/trunk@6635 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
thomyd 2014-09-30 14:03:46 +00:00
parent c4a575cfb3
commit b8ec728793

View File

@ -48,6 +48,7 @@ my %sets = (
"on" => "", "on" => "",
"stop" => "", "stop" => "",
"go-my" => "", "go-my" => "",
"prog" => "",
"on-for-timer" => "textField", "on-for-timer" => "textField",
"off-for-timer" => "textField", "off-for-timer" => "textField",
"z_custom" => "textField", "z_custom" => "textField",