instruction stringlengths 11 70 | output stringclasses 382
values |
|---|---|
would you set the kitchen light to green tomorrow at 6am | {"device": "kitchen_lamp", "action": "set_color", "value": "green", "time": "06:00 AM"} |
would you set the heating system to power low at 9:00 PM | {"device": "heater", "action": "set_power", "value": "low", "time": "21"} |
set the bedroom lamp to blue at 9:00 PM | {"device": "bedroom_lamp", "action": "set_color", "value": "blue", "time": "21"} |
could you chnage the fan color to purple degrees | {"device": "fan", "error": "Error: Device does not support color settings.", "status": "rejected"} |
would you activate the blower tomorrow at 6am | {"device": "fan", "action": "on", "time": "06:00 AM"} |
hey system enable the lamp in the kitchen | {"device": "kitchen_lamp", "action": "on", "time": "None"} |
would you set the air conditioning unit to 23 degrees | {"device": "air_conditioner", "action": "set_temperature", "value": 23, "time": "None"} |
start the lamp in the bedroom at 9:00 PM | {"device": "bedroom_lamp", "action": "on", "time": "21"} |
set the bedroom light to purple at 9:00 PM | {"device": "bedroom_lamp", "action": "set_color", "value": "purple", "time": "21"} |
could you set the living room lamp to 29 degrees | {"device": "living_room_lamp", "error": "Error: Device does not support temperature settings.", "status": "rejected"} |
could you set the lamp in the bedroom to yellow at 7:00 PM | {"device": "bedroom_lamp", "action": "set_color", "value": "yellow", "time": "19"} |
hey system switch on the kitchen light | {"device": "kitchen_lamp", "action": "on", "time": "None"} |
can you start the lamp in the bedroom at 7:00 PM | {"device": "bedroom_lamp", "action": "on", "time": "19"} |
could you stop the heating system right now | {"device": "heater", "action": "off", "time": "None"} |
can you switch off the lamp in the living room | {"device": "living_room_lamp", "action": "off", "time": "None"} |
would you set the heating system to 30 degrees at 7:00 PM | {"device": "heater", "action": "set_temperature", "value": 30, "time": "19"} |
set the bedroom light to green right now | {"device": "bedroom_lamp", "action": "set_color", "value": "green", "time": "None"} |
could you disable the bedroom light at 8:00 PM | {"device": "bedroom_lamp", "action": "off", "time": "20"} |
hey system chnage the fan color to green degrees | {"device": "fan", "error": "Error: Device does not support color settings.", "status": "rejected"} |
set the fan to power high | {"device": "fan", "action": "set_power", "value": "high", "time": "None"} |
can you set the lamp in the bedroom to red immediately | {"device": "bedroom_lamp", "action": "set_color", "value": "red", "time": "None"} |
please set the lamp in the living room to green tomorrow at 6am | {"device": "living_room_lamp", "action": "set_color", "value": "green", "time": "06:00 AM"} |
set the living room lamp to purple right now | {"device": "living_room_lamp", "action": "set_color", "value": "purple", "time": "None"} |
can you set the kitchen lamp to blue right now | {"device": "kitchen_lamp", "action": "set_color", "value": "blue", "time": "None"} |
please set the fan to power low tomorrow at 6am | {"device": "fan", "action": "set_power", "value": "low", "time": "06:00 AM"} |
please chnage the fan color to red degrees | {"device": "fan", "error": "Error: Device does not support color settings.", "status": "rejected"} |
please power off the kitchen lamp in 1 hour | {"device": "kitchen_lamp", "action": "off", "time": "RELATIVE_1H"} |
please set the heater to 29 degrees immediately | {"device": "heater", "action": "set_temperature", "value": 29, "time": "None"} |
switch off the heating system immediately | {"device": "heater", "action": "off", "time": "None"} |
hey system set the kitchen light to red at 9:00 PM | {"device": "kitchen_lamp", "action": "set_color", "value": "red", "time": "21"} |
can you set the lamp in the bedroom to red | {"device": "bedroom_lamp", "action": "set_color", "value": "red", "time": "None"} |
hey system set the bedroom light to 19 degrees | {"device": "bedroom_lamp", "error": "Error: Device does not support temperature settings.", "status": "rejected"} |
set the fan to power high at 8:00 PM | {"device": "fan", "action": "set_power", "value": "high", "time": "20"} |
could you turn on the air conditioner at 7:00 PM | {"device": "air_conditioner", "action": "on", "time": "19"} |
set the lamp in the bedroom to blue tomorrow at 6am | {"device": "bedroom_lamp", "action": "set_color", "value": "blue", "time": "06:00 AM"} |
stop the living room lamp right now | {"device": "living_room_lamp", "action": "off", "time": "None"} |
please activate the bedroom lamp at 9:00 PM | {"device": "bedroom_lamp", "action": "on", "time": "21"} |
set the kitchen light to green right now | {"device": "kitchen_lamp", "action": "set_color", "value": "green", "time": "None"} |
please enable the air conditioning unit right now | {"device": "air_conditioner", "action": "on", "time": "None"} |
please set the kitchen light to green in 1 hour | {"device": "kitchen_lamp", "action": "set_color", "value": "green", "time": "RELATIVE_1H"} |
hey system disable the AC in 1 hour | {"device": "air_conditioner", "action": "off", "time": "RELATIVE_1H"} |
would you set the lamp in the bedroom to red | {"device": "bedroom_lamp", "action": "set_color", "value": "red", "time": "None"} |
set the bedroom light to yellow at 8:00 PM | {"device": "bedroom_lamp", "action": "set_color", "value": "yellow", "time": "20"} |
would you set the kitchen light to purple at 7:00 PM | {"device": "kitchen_lamp", "action": "set_color", "value": "purple", "time": "19"} |
disable the lamp in the living room at 7:00 PM | {"device": "living_room_lamp", "action": "off", "time": "19"} |
hey system turn off the heater in 1 hour | {"device": "heater", "action": "off", "time": "RELATIVE_1H"} |
please chnage the blower color to purple degrees | {"device": "fan", "error": "Error: Device does not support color settings.", "status": "rejected"} |
would you set the lamp in the bedroom to 25 degrees | {"device": "bedroom_lamp", "error": "Error: Device does not support temperature settings.", "status": "rejected"} |
please start the blower tomorrow at 6am | {"device": "fan", "action": "on", "time": "06:00 AM"} |
set the lamp in the bedroom to red at 7:00 PM | {"device": "bedroom_lamp", "action": "set_color", "value": "red", "time": "19"} |
switch on the air conditioning unit right now | {"device": "air_conditioner", "action": "on", "time": "None"} |
would you enable the air conditioning unit tomorrow at 6am | {"device": "air_conditioner", "action": "on", "time": "06:00 AM"} |
would you set the kitchen light to blue | {"device": "kitchen_lamp", "action": "set_color", "value": "blue", "time": "None"} |
set the heating system to 30 degrees | {"device": "heater", "action": "set_temperature", "value": 30, "time": "None"} |
set the kitchen lamp to yellow right now | {"device": "kitchen_lamp", "action": "set_color", "value": "yellow", "time": "None"} |
could you set the fan to power low tomorrow at 6am | {"device": "fan", "action": "set_power", "value": "low", "time": "06:00 AM"} |
please set the air conditioning unit to 24 degrees immediately | {"device": "air_conditioner", "action": "set_temperature", "value": 24, "time": "None"} |
please set the bedroom lamp to purple at 7:00 PM | {"device": "bedroom_lamp", "action": "set_color", "value": "purple", "time": "19"} |
can you set the lamp in the kitchen to 18 degrees | {"device": "kitchen_lamp", "error": "Error: Device does not support temperature settings.", "status": "rejected"} |
would you set the air conditioning unit to 26 degrees at 9:00 PM | {"device": "air_conditioner", "action": "set_temperature", "value": 26, "time": "21"} |
hey system set the heating system to power low | {"device": "heater", "action": "set_power", "value": "low", "time": "None"} |
please set the living room lamp to 26 degrees | {"device": "living_room_lamp", "error": "Error: Device does not support temperature settings.", "status": "rejected"} |
hey system set the heating system to power low at 8:00 PM | {"device": "heater", "action": "set_power", "value": "low", "time": "20"} |
set the blower to power high tomorrow at 6am | {"device": "fan", "action": "set_power", "value": "high", "time": "06:00 AM"} |
could you set the fan to power high immediately | {"device": "fan", "action": "set_power", "value": "high", "time": "None"} |
can you activate the fan right now | {"device": "fan", "action": "on", "time": "None"} |
hey system set the fan to power high in 1 hour | {"device": "fan", "action": "set_power", "value": "high", "time": "RELATIVE_1H"} |
could you activate the heater at 8:00 PM | {"device": "heater", "action": "on", "time": "20"} |
could you set the heating system to power low right now | {"device": "heater", "action": "set_power", "value": "low", "time": "None"} |
could you set the heater to power low immediately | {"device": "heater", "action": "set_power", "value": "low", "time": "None"} |
can you set the bedroom light to red immediately | {"device": "bedroom_lamp", "action": "set_color", "value": "red", "time": "None"} |
could you set the bedroom lamp to yellow at 7:00 PM | {"device": "bedroom_lamp", "action": "set_color", "value": "yellow", "time": "19"} |
please set the bedroom lamp to yellow tomorrow at 6am | {"device": "bedroom_lamp", "action": "set_color", "value": "yellow", "time": "06:00 AM"} |
please chnage the heating system color to yellow degrees | {"device": "heater", "error": "Error: Device does not support color settings.", "status": "rejected"} |
could you power off the fan at 9:00 PM | {"device": "fan", "action": "off", "time": "21"} |
could you activate the bedroom light in 1 hour | {"device": "bedroom_lamp", "action": "on", "time": "RELATIVE_1H"} |
would you turn on the living room lamp at 8:00 PM | {"device": "living_room_lamp", "action": "on", "time": "20"} |
could you deactivate the air conditioning unit in 1 hour | {"device": "air_conditioner", "action": "off", "time": "RELATIVE_1H"} |
set the air conditioner to 27 degrees at 8:00 PM | {"device": "air_conditioner", "action": "set_temperature", "value": 27, "time": "20"} |
set the fan to power medium right now | {"device": "fan", "action": "set_power", "value": "medium", "time": "None"} |
chnage the blower color to red degrees | {"device": "fan", "error": "Error: Device does not support color settings.", "status": "rejected"} |
set the bedroom light to yellow at 7:00 PM | {"device": "bedroom_lamp", "action": "set_color", "value": "yellow", "time": "19"} |
could you set the lamp in the living room to green at 7:00 PM | {"device": "living_room_lamp", "action": "set_color", "value": "green", "time": "19"} |
can you chnage the fan color to green degrees | {"device": "fan", "error": "Error: Device does not support color settings.", "status": "rejected"} |
hey system power off the heater in 1 hour | {"device": "heater", "action": "off", "time": "RELATIVE_1H"} |
can you set the bedroom lamp to red immediately | {"device": "bedroom_lamp", "action": "set_color", "value": "red", "time": "None"} |
set the fan to power low at 9:00 PM | {"device": "fan", "action": "set_power", "value": "low", "time": "21"} |
disable the fan in 1 hour | {"device": "fan", "action": "off", "time": "RELATIVE_1H"} |
hey system power on the heating system right now | {"device": "heater", "action": "on", "time": "None"} |
set the lamp in the bedroom to purple immediately | {"device": "bedroom_lamp", "action": "set_color", "value": "purple", "time": "None"} |
power on the heating system at 8:00 PM | {"device": "heater", "action": "on", "time": "20"} |
set the heating system to power medium immediately | {"device": "heater", "action": "set_power", "value": "medium", "time": "None"} |
could you set the kitchen light to green at 9:00 PM | {"device": "kitchen_lamp", "action": "set_color", "value": "green", "time": "21"} |
disable the heating system | {"device": "heater", "action": "off", "time": "None"} |
disable the air conditioning unit in 1 hour | {"device": "air_conditioner", "action": "off", "time": "RELATIVE_1H"} |
set the bedroom lamp to purple at 8:00 PM | {"device": "bedroom_lamp", "action": "set_color", "value": "purple", "time": "20"} |
chnage the fan color to blue degrees | {"device": "fan", "error": "Error: Device does not support color settings.", "status": "rejected"} |
set the lamp in the living room to yellow tomorrow at 6am | {"device": "living_room_lamp", "action": "set_color", "value": "yellow", "time": "06:00 AM"} |
switch on the lamp in the bedroom immediately | {"device": "bedroom_lamp", "action": "on", "time": "None"} |
please set the heater to 30 degrees tomorrow at 6am | {"device": "heater", "action": "set_temperature", "value": 30, "time": "06:00 AM"} |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 3