removed cost property from "powersensor" entity because we cannot determine the comsumption with SensorInterpreter atm
This commit is contained in:
parent
1eb7ef2512
commit
9ffbaa3c94
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue