From 9ffbaa3c94242c98bafdf6e1fe90a89e56965cbd Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 26 Jun 2011 00:50:04 +0200 Subject: [PATCH] removed cost property from "powersensor" entity because we cannot determine the comsumption with SensorInterpreter atm --- lib/Definition/EntityDefinition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Definition/EntityDefinition.json b/lib/Definition/EntityDefinition.json index 04dca26..6c5392e 100644 --- a/lib/Definition/EntityDefinition.json +++ b/lib/Definition/EntityDefinition.json @@ -82,7 +82,7 @@ { "name" : "powersensor", "required" : ["title"], - "optional" : ["description", "details:", "owner:", "address:", "tolerance", "cost", "public", "local"], + "optional" : ["description", "details:", "owner:", "address:", "tolerance", "public", "local"], "icon" : "bolt.png", "unit" : "W", "interpreter" : "Volkszaehler\\Interpreter\\SensorInterpreter",