2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 01:46:08 +00:00

74_THINKINGCLEANER.pm: adding webCmd template

git-svn-id: https://svn.fhem.de/fhem/trunk@12309 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2016-10-10 07:07:28 +00:00
parent d97d323098
commit dc62dd6389

View File

@ -648,7 +648,8 @@ sub THINKINGCLEANER_Define($$$) {
'on-max:text_max on-spot:refresh on-delayed:time_timer dock:measure_battery_50 locate:rc_SEARCH';
$attr{$name}{devStateIcon} =
'on-delayed:rc_STOP@green:off on-max:rc_BLUE@green:off on-spot:rc_GREEN@red:off on.*:rc_GREEN@green:off dock:rc_GREEN@orange:off off:rc_STOP:on standby|remote:rc_YELLOW:on locate:rc_YELLOW .*:rc_RED';
$attr{$name}{icon} = 'scene_cleaning';
$attr{$name}{icon} = 'scene_cleaning';
$attr{$name}{webCmd} = 'on-max:on-spot:on-delayed:dock:locate';
}
if ( THINKINGCLEANER_addExtension( $name, "THINKINGCLEANER_CGI", $infix ) )