Skip to content

Commit

Permalink
proposal for extended command set implementation
Browse files Browse the repository at this point in the history
(independent of device type)
  • Loading branch information
Roadyweb committed May 10, 2014
1 parent 2fe8f0d commit 94a3a5f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion host_software/fhem/37_SHC_Dev.pm
Expand Up @@ -49,7 +49,13 @@ my %sets = (
"Dimmer" => ["on", "off", "toggle", "statusRequest", "pct", "ani",
# Used from SetExtensions.pm
"blink", "on-for-timer", "on-till", "off-for-timer", "off-till", "intervals"],
"EnvSensor" => undef
"EnvSensor" => undef,
"Custom" => [
"PowerSwitch.SwitchState",
"PowerSwitch.SwitchStateExt",
"Dimmer.Brightness",
"Dimmer.Animation"
]
);

# Hashtable for automatic device type assignment
Expand Down

0 comments on commit 94a3a5f

Please sign in to comment.