From 3aaee4f44d5d1aaf73f16077b7d7d3b0633dd557 Mon Sep 17 00:00:00 2001 From: Fonzo Date: Wed, 23 Jan 2019 22:00:19 +0100 Subject: [PATCH] fix configform --- NEEO Configurator/module.php | 1 + library.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEEO Configurator/module.php b/NEEO Configurator/module.php index cad9dbf..b19f000 100644 --- a/NEEO Configurator/module.php +++ b/NEEO Configurator/module.php @@ -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) { diff --git a/library.json b/library.json index 30a0ca1..6fb8853 100644 --- a/library.json +++ b/library.json @@ -8,6 +8,6 @@ "date": 1491343200 }, "version": "0.2", - "build": 0, + "build": 1, "date": 0 }