added powersensor definition
This commit is contained in:
parent
ce3611c46f
commit
28d409f145
1 changed files with 12 additions and 2 deletions
|
@ -49,10 +49,20 @@
|
|||
"required" : ["title", "resolution"],
|
||||
"optional" : ["description", "details:", "owner:", "address:", "tolerance", "port", "cuuid", "public", "active"],
|
||||
"icon" : "", // TODO look for an icon
|
||||
"unit" : "kW/h",
|
||||
"unit" : "kW",
|
||||
"interpreter" : "Volkszaehler\\Interpreter\\MeterInterpreter",
|
||||
"model" : "Volkszaehler\\Model\\Channel",
|
||||
"translation" : { "de" : "Strom" }
|
||||
"translation" : { "de" : "Stromzähler" }
|
||||
},
|
||||
{
|
||||
"name" : "powersensor",
|
||||
"required" : ["title"],
|
||||
"optional" : ["description", "details:", "owner:", "address:", "tolerance", "port", "cuuid", "public", "active"],
|
||||
"icon" : "", // TODO look for an icon
|
||||
"unit" : "kW",
|
||||
"interpreter" : "Volkszaehler\\Interpreter\\SensorInterpreter",
|
||||
"model" : "Volkszaehler\\Model\\Channel",
|
||||
"translation" : { "de" : "Stromsensor" }
|
||||
},
|
||||
{
|
||||
"name" : "gas",
|
||||
|
|
Loading…
Add table
Reference in a new issue