mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
49_SSCam: contrib 7.4.0
git-svn-id: https://svn.fhem.de/fhem/trunk@17806 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
64b6dad2d3
commit
275c1a97ec
@ -767,8 +767,8 @@ sub SSCam_Set($@) {
|
||||
if (!$hash->{CREDENTIALS}) {return "Credentials of $name are not set - make sure you've set it with \"set $name credentials username password\"";}
|
||||
my $rgdev = $prop?$prop:"RG.SSCam";
|
||||
|
||||
my $rgdef = '<%it_camera>,<Kamera<br>On/Offline>,< >,<Status>,< >,<Bewegungs<br>erkennung>,< >,<letzte Aufnahme>,< >,<bel. Platz<br>(MB)>,< >,<letzte Aktualisierung>,< >,<Modul<br>Deaktivierung>,< >,<Image>'."\n".
|
||||
'TYPE=SSCam:FILTER=MODEL!=SVS:Availability,< >,state,< >,CamMotDetSc,< >,CamLastRecTime,< >,UsedSpaceMB,< >,LastUpdateTime,< >,?!disable,< >,<%Start>,<%Stop>'."\n".
|
||||
my $rgdef = '<%it_camera>,<Kamera<br>On/Offline>,< >,<Status>,< >,<Bewegungs<br>erkennung>,< >,<letzte Aufnahme>,< >,<bel. Platz<br>(MB)>,< >,<letzte Aktualisierung>,< >,<Disable<br>Modul>,< >,<Image>'."\n".
|
||||
'TYPE=SSCam:FILTER=MODEL!=SVS:Availability,< >,state,< >,CamMotDetSc,< >,CamLastRecTime,< >,UsedSpaceMB,< >,LastUpdateTime,< >,?!disable,< >,Record,CamLastRec'."\n".
|
||||
'< >'."\n".
|
||||
'< >'."\n".
|
||||
'< >'."\n".
|
||||
@ -798,7 +798,8 @@ sub SSCam_Set($@) {
|
||||
' "HomeModeState.on" => "set $DEVICE homeMode off",'."\n".
|
||||
' "HomeModeState.off" => "set $DEVICE homeMode on",'."\n".
|
||||
' "'.$rgdev.'.Start" => "set %DEVICE runView live_fw",'."\n".
|
||||
' "'.$rgdev.'.Stop" => "set %DEVICE stopView",'."\n".
|
||||
' "CamLastRec" => "set %DEVICE stopView",'."\n".
|
||||
' "Record" => "runView:",'."\n".
|
||||
' "disable" => "disable:"'."\n".
|
||||
'}';
|
||||
CommandAttr($hash->{CL},"$rgdev commands $commands");
|
||||
@ -820,9 +821,8 @@ sub SSCam_Set($@) {
|
||||
' "Availability.enabled" => "remotecontrol/black_btn_GREEN",'."\n".
|
||||
' "Availability.disabled" => "remotecontrol/black_btn_RED",'."\n".
|
||||
' "HomeModeState.on" => "status_available",'."\n".
|
||||
' "HomeModeState.off" => "status_away_1\@orange",'."\n".
|
||||
' "state.inactive" => "remotecontrol/black_btn_RED",'."\n".
|
||||
' "state.disabled" => "remotecontrol/black_btn_RED",'."\n".
|
||||
' "HomeModeState.off" => "status_away_1\@orange",'."\n".
|
||||
' "CamLastRec" => "remotecontrol/black_btn_POWEROFF3",'."\n".
|
||||
' "state.initialized" => "remotecontrol/black_btn_STOP",'."\n".
|
||||
' "state" => "%devStateIcon"'."\n".
|
||||
'}';
|
||||
|
Loading…
x
Reference in New Issue
Block a user