mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
49_SSCam: contrib 9.5.0
git-svn-id: https://svn.fhem.de/fhem/trunk@22439 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
87abf76af1
commit
591a6a20e5
@ -202,8 +202,12 @@ sub Define {
|
||||
# Versionsinformationen setzen
|
||||
setVersionInfo($hash);
|
||||
|
||||
readingsSingleUpdate($hash,"state", "initialized", 1); # Init für "state"
|
||||
readingsSingleUpdate($hash,"parentState", "initialized", 1); # Init für "parentState" Forum: https://forum.fhem.de/index.php/topic,45671.msg985136.html#msg985136
|
||||
my @r;
|
||||
push @r, "parentState:initialized"; # Init für "parentState" Forum: https://forum.fhem.de/index.php/topic,45671.msg985136.html#msg985136
|
||||
push @r, "state:initialized"; # Init für "state"
|
||||
push @r, "parentCam:initialized"; # Init für Elternkamera
|
||||
|
||||
setReadings($hash, \@r, 1);
|
||||
|
||||
return;
|
||||
}
|
||||
@ -353,6 +357,7 @@ sub Set {
|
||||
my @r;
|
||||
push @r, "parentState:initialized";
|
||||
push @r, "state:initialized";
|
||||
push @r, "parentCam:initialized";
|
||||
|
||||
setReadings($hash, \@r, 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user