Hi,
I have a piston like this:
When ever something from the piston’s if list happens then send device notification to one of my mobile devices. That mobile device is virtual device and I’m using these notifications in SharpTools dashboard to inform what was the latest notification about location mode changes.
Here’s example:
What I’m trying to do is get more history information to that dashboard tile. I’m able to create another mobile app (virtual device) because one mobile app can only have one notification text attribute. With one mobile app device I’m able to create one notification text to tile but with two I would be able to create latest notification plus one notification before latest.
I need to create a new piston which would send all notifications to that new mobile app virtual device but instead of showing latest notification in notification text attribute this one would show second latest notification.
How can I achieve this with a piston?