mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
48_BlinkCamera: Fix: Camtype for old homescreen missing
git-svn-id: https://svn.fhem.de/fhem/trunk@21969 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
dba7107f0a
commit
87d993664f
@ -45,13 +45,13 @@
|
||||
# fix videodelete filename (change path to _)
|
||||
# new attribute homeScreenV3 set to 1 to use new v3 api
|
||||
# support blink cameras on homescreen - with new homeScreenV3
|
||||
|
||||
# added documentation for homeScreenV3 and BLinkMini - readonly mode
|
||||
# added - for host name instaed of . after rest
|
||||
# new camtype dependant camEnable / camDisable
|
||||
# ...Cam...active state corrected (was always disabled)
|
||||
# getThumbnail also for Blink Mini
|
||||
#
|
||||
|
||||
# FIX: camtype missing for old homescreen
|
||||
#
|
||||
#
|
||||
#
|
||||
@ -1194,6 +1194,7 @@ sub BlinkCamera_ParseHomescreenOLD($$$)
|
||||
# Debug "Device loop: ".$device->{device_id};
|
||||
$readUpdates->{"networkCamera".$device->{device_id}} = $device->{name}.":".$device->{active};
|
||||
$readUpdates->{"networkCamera".$device->{device_id}."Name"} = $device->{name};
|
||||
$readUpdates->{"networkCamera".$device->{device_id}."Type"} = "camera";
|
||||
$readUpdates->{"networkCamera".$device->{device_id}."Active"} = $device->{active};
|
||||
$cameraGets .= $device->{name}.",".$device->{device_id}.",";
|
||||
$cameras .= $device->{device_id}.":".$device->{name}."\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user