Notification trigger.

This commit is contained in:
2021-03-28 23:23:29 +02:00
parent 7894504791
commit fb44196a0d
7 changed files with 45 additions and 13 deletions

View File

@ -215,9 +215,9 @@ public class Action
{
returnString.append(Miscellaneous.getAnyContext().getResources().getString(R.string.wakeupDevice));
}
else if(this.getAction().equals(Action_Enum.playMusic))
else if(this.getAction().equals(Action_Enum.playSound))
{
returnString.append(Miscellaneous.getAnyContext().getResources().getString(R.string.playSound) + " " + getParameter2());
returnString.append(Miscellaneous.getAnyContext().getResources().getString(R.string.playSound) + ": " + getParameter2());
}
else
returnString.append(action.toString());