operator change

This commit is contained in:
Jens 2022-05-23 22:59:00 +02:00
parent 4eb7133d9d
commit 62f5ad0005
1 changed files with 3 additions and 0 deletions

View File

@ -1607,6 +1607,9 @@ public class Trigger
case "2":
state = Miscellaneous.getAnyContext().getString(R.string.unlocked);
break;
case "3":
state = Miscellaneous.getAnyContext().getString(R.string.locked);
break;
default:
state = Miscellaneous.getAnyContext().getString(R.string.unknown);
}