Skip to content

Commit

Permalink
fix graph for sound level and scale
Browse files Browse the repository at this point in the history
fix graph for sound level and scale
  • Loading branch information
galadril committed Jan 4, 2018
1 parent 04fe11d commit 5bd417f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,9 @@ public void onClick(View v) {
.replace("kWh", "counter")
.replace("Gas", "counter")
.replace("Energy", "counter")
.replace("BWR102", "counter")
.replace("Voltcraft", "counter")
.replace("Sound Level", "counter")
.replace("SetPoint", "temp")
.replace("YouLess counter", "counter").contains("counter"))
holder.weekButton.setVisibility(View.VISIBLE);
Expand Down
4 changes: 2 additions & 2 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu Jan 04 09:57:24 CET 2018
VERSION_BUILD=3673
#Thu Jan 04 10:41:42 CET 2018
VERSION_BUILD=3674
VERSION_PATCH=419
VERSION_CODE=236
4 changes: 2 additions & 2 deletions domoticzapi/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu Jan 04 09:57:25 CET 2018
VERSION_BUILD=3112
#Thu Jan 04 10:41:42 CET 2018
VERSION_BUILD=3113
VERSION_PATCH=106
VERSION_CODE=106

0 comments on commit 5bd417f

Please sign in to comment.