Also, yesterday when I login in remotely from 2 mobile phones (using the same mail address), then pressed synchronize cloud, not all connected devices appeared, only one of them appeared today!
pusher = dofile("/home/apps/store/data/cloud/lua/pusher.lua")
status, errors = pusher.push_notification('device ID', 'Entrance is ON')
log(status, errors)
(10.02.2022, 12:55)Shimaa Wrote: Hello, Can you help me please, I'm using android, following the same steps in your video, andÂ
notifications are sent only when pressing "send push message"
otherwise, no notifications appear, What should I do?
Thanks for your time.
pusher = dofile("/home/apps/store/data/cloud/lua/pusher.lua")
status, errors = pusher.push_notification('device ID', 'Entrance is ON')
log(status, errors)