Hi Guys,
Since the last update of the Samsung Smartthings app I have lost the Push Notifications and the SMS notifications of my Pistons (they used to work well in the past).
I have updated the webcore versión to v0.3.110.20191009 but is still not working.
All the other actions are working, just the notifications don’t.
Do you have any clues on what´s going on?
Thanks.
Example of PISTON.
execute
if
Boton Virtual’s switch stays away from on for 1 second
then
Send notification “Send notification”;
Send PUSH notification “Send PUSH notification”;
Send SMS notification “Send SMS” to +111111111111111;
end if;
end execute;