From f6f81f5ae01610d58080ee07e1192c87cdf83a3d Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Sat, 19 Mar 2011 01:39:10 +0100 Subject: [PATCH] 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" : {