removed cost property from "powersensor" entity because we cannot determine the comsumption with SensorInterpreter atm

This commit is contained in:
Steffen Vogel 2011-06-26 00:50:04 +02:00
parent 1eb7ef2512
commit 9ffbaa3c94

View file

@ -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",