AutomationDataset/Danieltheflukr/automation-descriptions.json

119 lines
5.8 KiB
JSON

[
{
"id": "'1735833013766'",
"result": {
"structured": "TRIGGER: When BLE Fan Controller [device_id: c84f4c81c0b19d14ddccde33f13cb2b0] sends a long_press button event. CONDITIONS: None. ACTIONS: Execute fan power on script [script.fan_power_on].",
"natural_language": {
"trigger": "When the BLE Fan Controller [device_id: c84f4c81c0b19d14ddccde33f13cb2b0] button is long-pressed.",
"conditions": "There are no conditions.",
"action": "Runs the fan power on script [script.fan_power_on]."
},
"human_like": "Turns on the fan when the BLE controller button is held down.",
"complexity": "low"
}
},
{
"id": "'1735859556520'",
"result": {
"structured": "TRIGGER: When a button press is detected on the BLE Fan Controller [device_id: c84f4c81c0b19d14ddccde33f13cb2b0]. CONDITIONS: None. ACTIONS: Execute the fan speed script [script.fan_speed].",
"natural_language": {
"trigger": "When a button on the BLE Fan Controller [device_id: c84f4c81c0b19d14ddccde33f13cb2b0] is pressed.",
"conditions": "There are no conditions.",
"action": "Runs the fan speed script [script.fan_speed]."
},
"human_like": "Pressing a button on the BLE fan controller runs a script to adjust the fan speed.",
"complexity": "low"
}
},
{
"id": "'1735859690163'",
"result": {
"structured": "TRIGGER: When BLE Fan Controller [device_id: c84f4c81c0b19d14ddccde33f13cb2b0] double press button event occurs. CONDITIONS: None. ACTIONS: Execute fan wave script [script.fan_wave].",
"natural_language": {
"trigger": "When the BLE Fan Controller [device_id: c84f4c81c0b19d14ddccde33f13cb2b0] button is double-pressed.",
"conditions": "There are no conditions; the automation runs immediately after the trigger.",
"action": "Runs the fan wave script [script.fan_wave]."
},
"human_like": "Turns on the fan wave effect when the BLE controller button is double-pressed.",
"complexity": "low"
}
},
{
"id": "'1735861398357'",
"result": {
"structured": "TRIGGER: When BLE Fan Controller [device_id: c84f4c81c0b19d14ddccde33f13cb2b0] button is double-pressed. CONDITIONS: None. ACTIONS: Execute fan wave 2 script [script.fan_wave_2].",
"natural_language": {
"trigger": "When the button on the BLE Fan Controller [device_id: c84f4c81c0b19d14ddccde33f13cb2b0] is double-pressed.",
"conditions": "There are no conditions that must be met.",
"action": "Runs the fan wave 2 script [script.fan_wave_2]."
},
"human_like": "Double-pressing the fan controller button runs a specific fan wave pattern.",
"complexity": "low"
}
},
{
"id": "'1735958819715'",
"result": {
"structured": "TRIGGER: When Light Controller [device_id: d1772ca1e054971a71367fae94befd30] sends a long_press button event. CONDITIONS: None. ACTIONS: Turn off lights [light.lights].",
"natural_language": {
"trigger": "When the Light Controller [device_id: d1772ca1e054971a71367fae94befd30] is long-pressed.",
"conditions": "There are no conditions.",
"action": "Turns off the lights [light.lights]."
},
"human_like": "Turns off the lights when the light controller button is long-pressed.",
"complexity": "low"
}
},
{
"id": "'1735958909323'",
"result": {
"structured": "TRIGGER: When Light Controller [device_id: d1772ca1e054971a71367fae94befd30] button is double-pressed. CONDITIONS: None. ACTIONS: Turn on lights [light.lights] with color temperature 153 and brightness 255.",
"natural_language": {
"trigger": "When the Light Controller [device_id: d1772ca1e054971a71367fae94befd30] button is double-pressed.",
"conditions": "There are no conditions.",
"action": "Turns on the lights [light.lights] to full brightness (255) with a color temperature of 153."
},
"human_like": "Turns the lights on to full brightness with a specific color temperature when a button is double-pressed.",
"complexity": "low"
}
},
{
"id": "'1735958997266'",
"result": {
"structured": "TRIGGER: When Light Controller [device_id: d1772ca1e054971a71367fae94befd30] button is pressed. CONDITIONS: None. ACTIONS: Toggle lights [light.lights].",
"natural_language": {
"trigger": "When the button on the Light Controller [device_id: d1772ca1e054971a71367fae94befd30] is pressed.",
"conditions": "There are no conditions.",
"action": "Toggle the state of the lights [light.lights]."
},
"human_like": "Toggles the lights on or off with a single button press.",
"complexity": "low"
}
},
{
"id": "'1740935916428'",
"result": {
"structured": "TRIGGER: When the time reaches 03:15:00. CONDITIONS: None. ACTIONS: Set MIIR IR02 Mode [select.miir_ir02_8912_mode_for_ir] to the option 'turn off'.",
"natural_language": {
"trigger": "Every day at 3:15 AM.",
"conditions": "There are no conditions that must be met.",
"action": "Changes the mode of the MIIR IR02 device [select.miir_ir02_8912_mode_for_ir] to 'turn off'."
},
"human_like": "Automatically turns off the MIIR IR02 device every night at 3:15 AM.",
"complexity": "low"
}
},
{
"id": "'1740936063354'",
"result": {
"structured": "TRIGGER: When the time is 03:15:00. CONDITIONS: None. ACTIONS: Set MIIR IR02 Mode [select.miir_ir02_8912_mode_for_ir] to option '电源'.",
"natural_language": {
"trigger": "Every day at 3:15 AM.",
"conditions": "There are no conditions.",
"action": "Changes the mode of the MIIR IR02 device [select.miir_ir02_8912_mode_for_ir] to '电源'."
},
"human_like": "Sets the MIIR IR02 device to a specific mode every morning at 3:15 AM.",
"complexity": "low"
}
}
]