Thank you!
I get it and tried it but to no avail. I think Sleep As Android doesnt fire
the intent com.urbandroid.sleep.alarmclock.AUTO_START_SLEEP_TRACK.
When I send the intent in Tasker directly myself however, it works and
triggers the intents com.urbandroid.sleep.alarmclock.AUTO_START_SLEEP_TRACK
, com.urbandroid.sleep.alarmclock.SLEEP_TRACKING_STARTED and the event Smart
period (like seen in the screenshot I attached). However the intents
com.urbandroid.sleep.alarmclock.SLEEP_TRACKING_STARTED and the event Smart
period probably get triggered because sending the intent com.urbandroid.sleep.alarmclock.AUTO_START_SLEEP_TRACK
actually starts sleep tracking in Sleep As Android? Shouldnt this not
happen, because com.urbandroid.sleep.alarmclock.AUTO_START_SLEEP_TRACK is
an event and not an Action like described in your documentation (
http://sleep.urbandroid.org/documentation/developer-api/intents-and-content-providers/#events
)?