Skip to content

Commit

Permalink
Update some default styles for steps and switches
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jul 27, 2016
1 parent 2f20488 commit c673de6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Definition/EntityDefinition.json
Expand Up @@ -64,6 +64,7 @@
"unit" : "W",
"scale" : 1000,
"interpreter" : "Volkszaehler\\Interpreter\\ImpulseInterpreter",
"style" : "steps",
"model" : "Volkszaehler\\Model\\Channel",
"hasConsumption" : true,
"translation" : {
Expand All @@ -78,7 +79,6 @@
"unit" : "W",
"scale" : 1000,
"interpreter" : "Volkszaehler\\Interpreter\\SensorInterpreter",
"style" : "steps",
"model" : "Volkszaehler\\Model\\Channel",
"hasConsumption" : true,
"translation" : {
Expand Down Expand Up @@ -135,6 +135,7 @@
"icon" : "flame.png",
"unit" : "m³/h",
"interpreter" : "Volkszaehler\\Interpreter\\ImpulseInterpreter",
"style" : "steps",
"model" : "Volkszaehler\\Model\\Channel",
"hasConsumption" : true,
"translation" : {
Expand All @@ -150,6 +151,7 @@
"icon" : "flame.png",
"unit" : "m³/h",
"interpreter" : "Volkszaehler\\Interpreter\\AccumulatorInterpreter",
"style" : "steps",
"model" : "Volkszaehler\\Model\\Channel",
"hasConsumption" : true,
"translation" : {
Expand Down Expand Up @@ -268,6 +270,7 @@
"unit" : "",
"scale" : 1000,
"interpreter" : "Volkszaehler\\Interpreter\\SensorInterpreter",
"style" : "switches",
"model" : "Volkszaehler\\Model\\Channel",
"hasConsumption" : true,
"translation" : {
Expand Down

0 comments on commit c673de6

Please sign in to comment.