From f6f81f5ae01610d58080ee07e1192c87cdf83a3d Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Sat, 19 Mar 2011 01:39:10 +0100 Subject: [PATCH 1/2] corrected unit for water meter --- lib/Definition/EntityDefinition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Definition/EntityDefinition.json b/lib/Definition/EntityDefinition.json index e49f299..8483f5a 100644 --- a/lib/Definition/EntityDefinition.json +++ b/lib/Definition/EntityDefinition.json @@ -98,7 +98,7 @@ "required" : ["title", "resolution"], "optional" : ["description", "details:", "owner:", "address:", "tolerance", "public", "cost"], "icon" : "flame.png", - "unit" : "m³", + "unit" : "m³/h", "interpreter" : "Volkszaehler\\Interpreter\\MeterInterpreter", "model" : "Volkszaehler\\Model\\Channel", "translation" : { @@ -112,7 +112,7 @@ "required" : ["title", "resolution"], "optional" : ["description", "details:", "owner:", "address:", "tolerance", "public", "cost"], "icon" : "waterdrop.png", - "unit" : "m³", + "unit" : "m³/h", "interpreter" : "Volkszaehler\\Interpreter\\MeterInterpreter", "model" : "Volkszaehler\\Model\\Channel", "translation" : { From baa7ab92bf87e0479c97ff460156b38d363dfa60 Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Sat, 19 Mar 2011 02:09:15 +0100 Subject: [PATCH 2/2] changed unit for water meter from m^3 to l --- 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 8483f5a..739a60f 100644 --- a/lib/Definition/EntityDefinition.json +++ b/lib/Definition/EntityDefinition.json @@ -112,7 +112,7 @@ "required" : ["title", "resolution"], "optional" : ["description", "details:", "owner:", "address:", "tolerance", "public", "cost"], "icon" : "waterdrop.png", - "unit" : "m³/h", + "unit" : "l/h", "interpreter" : "Volkszaehler\\Interpreter\\MeterInterpreter", "model" : "Volkszaehler\\Model\\Channel", "translation" : {