I am trying to invoke a toast at a particular time event, using below luna-send call
luna-send -n 1 luna://com.webos.service.alarm/set '{"at": "05/14/2018 13:13:00","key": "test_alarm_key_toast","params": {"so
urceId": "com.webos.app.test.webosose","message": "helloworld"},"uri": "luna: //com.webos.notification/createToast"}'
The command returns
{"returnValue":true,"key":"test_alarm_key_toast"}
But it doesn’t create a toast at the time specified.
Correct Me if I am doing it wrong !