AutomationDataset/vervas/automation-descriptions.json

15 lines
1008 B
JSON

[
{
"id": "Play song when NFC Tag is Scanned",
"result": {
"structured": "TRIGGER: When an NFC tag with tag_id 'nfc_test_tag' is scanned. CONDITIONS: None. ACTIONS: Set the source of spotify vervas s [media_player.spotify_vervas_s] to 'Moode Spotify' AND play the Spotify track with ID 'spotify:track:3Od0nkClll8uYFTyn2A3bB' on spotify vervas s [media_player.spotify_vervas_s].",
"natural_language": {
"trigger": "When the specific NFC tag with the ID 'nfc_test_tag' is scanned.",
"conditions": "There are no conditions that need to be met.",
"action": "First, it sets the audio source of the Spotify player 'spotify vervas s' [media_player.spotify_vervas_s] to 'Moode Spotify'. Then, it plays the specific Spotify song with the track ID 'spotify:track:3Od0nkClll8uYFTyn2A3bB' on that same player."
},
"human_like": "Plays a specific song on the living room Spotify player when a designated NFC tag is scanned.",
"complexity": "low"
}
}
]