Skip to content

Commit

Permalink
Merge pull request #208 from Jeedom-Zigate/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
doudz authored Aug 9, 2019
2 parents b4cbdda + 2869252 commit 545c073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/php/zigate.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<select id="sel_object" class="eqLogicAttr form-control" data-l1key="object_id">
<option value="">{{Aucun}}</option>
<?php
foreach (object::all() as $object) {
foreach (jeeObject::all() as $object) {
echo '<option value="' . $object->getId() . '">' . $object->getName() . '</option>';
}
?>
Expand Down
1 change: 1 addition & 0 deletions resources/install_apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ BASEDIR=$(dirname "$0")
zigate_version=$(head -1 $BASEDIR/zigate_version.txt)
sudo python3 -m pip install zigate==$zigate_version
echo 100 > ${PROGRESS_FILE}
sudo usermod -aG gpio www-data
echo "Installation des dépendances terminé !"
rm ${PROGRESS_FILE}

0 comments on commit 545c073

Please sign in to comment.