AutomationDataset/rxritalin/automation-descriptions.json

28 lines
2.0 KiB
JSON

[
{
"id": "Hide Rx Stereo UI Menu When Off",
"result": {
"structured": "TRIGGER: When rx stereo player [40068f377f5381daf9435ed504a4d184] is turned off. CONDITIONS: None. ACTIONS: Turn off rx stereo menu toggle [input_boolean.rx_stereo_menu] AND turn off rx stereo volume toggle [input_boolean.rx_stereo_volume].",
"natural_language": {
"trigger": "When the rx stereo player [40068f377f5381daf9435ed504a4d184] is turned off.",
"conditions": "There are no conditions that need to be met.",
"action": "Hides the associated UI controls by turning off the rx stereo menu toggle [input_boolean.rx_stereo_menu] and the rx stereo volume toggle [input_boolean.rx_stereo_volume]."
},
"human_like": "Hides the stereo's menu and volume controls in the user interface when the player is turned off.",
"complexity": "low"
}
},
{
"id": "'Reset MASS UI Menu List '",
"result": {
"structured": "TRIGGER: When rx stereo menu toggle [input_boolean.rx_stereo_menu] changes state. CONDITIONS: None. ACTIONS: If rx stereo menu toggle [input_boolean.rx_stereo_menu] is on, set rx stereo menu list [input_select.rx_stereo_menu_list] to 'Search'. If rx stereo menu toggle [input_boolean.rx_stereo_menu] is off, set rx stereo menu list [input_select.rx_stereo_menu_list] to 'CoverArt'.",
"natural_language": {
"trigger": "Whenever the state of the rx stereo menu toggle [input_boolean.rx_stereo_menu] changes.",
"conditions": "There are no conditions that must be met.",
"action": "Depending on the new state of the menu toggle, the automation will set the rx stereo menu list [input_select.rx_stereo_menu_list] to a specific option. If the menu is turned on, it sets the list to 'Search'. If the menu is turned off, it sets the list to 'CoverArt'."
},
"human_like": "Resets the stereo menu list to a default option whenever the menu is opened or closed.",
"complexity": "low"
}
}
]