Skip to content

Commit

Permalink
Fixed irrigation icon
Browse files Browse the repository at this point in the history
  • Loading branch information
galadril committed Jul 5, 2023
1 parent 345e1f7 commit ce8d620
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Mon Jul 03 22:54:22 CEST 2023
VERSION_BUILD=9370
VERSION_CODE=673
VERSION_PATCH=362
#Wed Jul 05 13:12:52 CEST 2023
VERSION_BUILD=9374
VERSION_CODE=675
VERSION_PATCH=364
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public static int getDrawableIcon(String imgType, String Type, String switchType

if (useCustomImage && CustomImage != null && CustomImage.length() > 0) {
switch (CustomImage) {
case "Irrigation":
return R.drawable.drop;
case "Alarm":
return R.drawable.alarm;
case "Freezing":
Expand Down Expand Up @@ -102,6 +104,8 @@ public static int getDrawableIcon(String imgType, String Type, String switchType
return R.drawable.weather;
case "doorbell":
return R.drawable.doorbell;
case "irrigation":
return R.drawable.drop;
case "door":
return R.drawable.door_handle;
case "lightbulb":
Expand Down
2 changes: 1 addition & 1 deletion domoticzapi/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Mon Jul 03 22:54:22 CEST 2023
#Wed Jul 05 13:12:53 CEST 2023
VERSION_BUILD=3675
VERSION_CODE=254
VERSION_PATCH=254

0 comments on commit ce8d620

Please sign in to comment.