File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Change log
22
3+ 28/10/2022
4+ - Bug fix RefreshInfo
5+
6+ 18/10/2022
7+ - Bug fix API (is_loggedin)
8+
3927/07/2022
410- Bug fix for Atlas Jeedom (py wheel)
511
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public static function getReolinkConnection($id) {
4545
4646 public static function TryConnect ($ id ) {
4747 $ reolinkConn = reolink::getReolinkConnection ($ id );
48- if ($ reolinkConn ->$ is_loggedin == true ) {
48+ if ($ reolinkConn ->is_loggedin == true ) {
4949 log::add ('reolink ' , 'info ' , 'Connection à la caméra réussie ' );
5050 return true ;
5151 } else {
@@ -217,7 +217,7 @@ public static function refreshNFO($id) {
217217 $ camcnx = reolink::getReolinkConnection ($ id );
218218 $ cmdget = NULL ;
219219
220- if ($ camcnx ->$ is_loggedin == false ) {
220+ if ($ camcnx ->is_loggedin == false ) {
221221 exit ();
222222 }
223223
You can’t perform that action at this time.
0 commit comments