Skip to content

Commit

Permalink
fix configform
Browse files Browse the repository at this point in the history
  • Loading branch information
Fonzo committed Jan 23, 2019
1 parent e51dac4 commit 3aaee4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEEO Configurator/module.php
Expand Up @@ -336,6 +336,7 @@ private function Get_ListConfiguration()
$this->SendDebug('NEEO device name', $device_name, 0);
$setPowerOn = "";
$setPowerOff = "";
$getPowerState = "";
if (!empty($recipes_json)) {
$recipes = json_decode($recipes_json);
foreach ($recipes as $key => $recipe) {
Expand Down
2 changes: 1 addition & 1 deletion library.json
Expand Up @@ -8,6 +8,6 @@
"date": 1491343200
},
"version": "0.2",
"build": 0,
"build": 1,
"date": 0
}

0 comments on commit 3aaee4f

Please sign in to comment.