diff --git a/README.md b/README.md index 0b75b35..a79d7d1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Plugin for Jeedom Open Source domotic solution. Remotely control Google Cast devices directly from Jeedom. +
![Logo Jeedom](docs/assets/images/logo.png "Logo Jeedom") ![Logo plugin](docs/images/logoplugin.png "Logo plugin") diff --git a/core/class/googlecast.class.php b/core/class/googlecast.class.php index 7f19e0c..e7479c7 100644 --- a/core/class/googlecast.class.php +++ b/core/class/googlecast.class.php @@ -1126,6 +1126,10 @@ public function getInfoHttp($cmdLogicalId, $showError=false, $errorRet=false, $f return $ret; } + // for test + //$httpret = '{"alarm":[{"date_pattern":{"day":15,"month":1,"year":2018},"time_pattern":{"hour":6,"minute":50,"second":0},"fire_time":1515995400000.0,"id":"alarm/xxx","status":1}]}'; + //$arrayret = json_decode($httpret, true); + if (isset($data['data'])) { $dataItemList = explode (',',$data['data']); diff --git a/docs/fr_FR/index.md b/docs/fr_FR/index.md index 27ae206..b238117 100644 --- a/docs/fr_FR/index.md +++ b/docs/fr_FR/index.md @@ -643,7 +643,7 @@ FAQ - Jeedom doit se trouver sur le même réseau que les équipements Google Cast (pour Docker, le container doit être configuré pour être sur le même réseau ; en VM, la machine est en mode bridge) ; - Vérifier qu'il n'y a pas de blocages au niveau du firewall pour la découverte via le protocol 'Zeroconf' ; -- Pour mettre Docker sur le même réseau, voir https://github.com/guirem/plugin-googlecast/issues/8 +- Pour mettre Docker sur le même réseau, voir #8 #### Aucune commande ne semble fonctionner