genie-toolkit icon indicating copy to clipboard operation
genie-toolkit copied to clipboard

Logging of notification is confused with previous turn

Open gcampax opened this issue 2 years ago • 0 comments

Log:

U: pause the music in 10 seconds
UT: $dialogue @org.thingpedia.dialogue.transaction.execute;
UT: ontimer(date=[$now + 10s]) => @org.thingpedia.media-player.player_pause();
C: $dialogue @org.thingpedia.dialogue.transaction.execute;
C: ontimer(date=[$now + 30s]) => @org.thingpedia.builtin.thingengine.builtin.say(message="test reminder!")
C: #[results=[
C:   { message_output="test reminder!", message="test reminder!" }
C: ]];
C: ontimer(date=[$now + 5min]) => @org.thingpedia.builtin.thingengine.builtin.alert()
C: #[results=[]];
C: ontimer(date=[$now + 10s]) => @org.thingpedia.media-player(id="com.spotify-gcampax"^^tt:device_id("Spotify Account of gcampax")).player_pause()
C: #[results=[]];
C: $dialogue @org.thingpedia.dialogue.transaction.notification("Media Player");
C: ontimer(date=[$now + 10s]) => @org.thingpedia.media-player(id="com.spotify-gcampax"^^tt:device_id("Spotify Account of gcampax")).player_pause()
C: #[results=[
C:   { __device="com.spotify-gcampax"^^tt:device_id("Spotify Account of gcampax") }
C: ]];
#! timestamp: 2021-08-03T19:28:56.839Z
A: Alright, I will stop playing at 10 s past now.
A: Notification from Media Player: I stopped playing.
AT: $dialogue @org.thingpedia.dialogue.transaction.sys_rule_enable_success;
AT: $dialogue @org.thingpedia.dialogue.transaction.sys_action_success;
#! vote: up

gcampax avatar Aug 03 '21 19:08 gcampax