Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
guirem authored Jun 13, 2018
2 parents 90bbe40 + 65a9d53 commit 64ca656
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Plugin for Jeedom Open Source domotic solution.

Remotely control Google Cast devices directly from Jeedom.

<br>
![Logo Jeedom](docs/assets/images/logo.png "Logo Jeedom")
![Logo plugin](docs/images/logoplugin.png "Logo plugin")

Expand Down
4 changes: 4 additions & 0 deletions core/class/googlecast.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down
2 changes: 1 addition & 1 deletion docs/fr_FR/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 64ca656

Please sign in to comment.