Upload home.json
Browse files
home.json
CHANGED
|
@@ -1,122 +1,122 @@
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
-
"
|
| 4 |
"Assistant": "Turning on the kitchen light."
|
| 5 |
},
|
| 6 |
{
|
| 7 |
-
"
|
| 8 |
"Assistant": "Turning on the kitchen light."
|
| 9 |
},
|
| 10 |
{
|
| 11 |
-
"
|
| 12 |
"Assistant": "Turning off the living room light."
|
| 13 |
},
|
| 14 |
{
|
| 15 |
-
"
|
| 16 |
"Assistant": "Turning off the living room light."
|
| 17 |
},
|
| 18 |
{
|
| 19 |
-
"
|
| 20 |
"Assistant": "Setting the temperature in the dining room to 22°C."
|
| 21 |
},
|
| 22 |
{
|
| 23 |
-
"
|
| 24 |
"Assistant": "Increasing the temperature in the guest bedroom."
|
| 25 |
},
|
| 26 |
{
|
| 27 |
-
"
|
| 28 |
"Assistant": "The humidity in the children's bedroom is 45%."
|
| 29 |
},
|
| 30 |
{
|
| 31 |
-
"
|
| 32 |
"Assistant": "Setting the humidity to 50% in the master bedroom."
|
| 33 |
},
|
| 34 |
{
|
| 35 |
-
"
|
| 36 |
"Assistant": "Turning on the hallway light."
|
| 37 |
},
|
| 38 |
{
|
| 39 |
-
"
|
| 40 |
"Assistant": "Turning off the kitchen light."
|
| 41 |
},
|
| 42 |
{
|
| 43 |
-
"
|
| 44 |
"Assistant": "Setting the living room temperature to 24°C."
|
| 45 |
},
|
| 46 |
{
|
| 47 |
-
"
|
| 48 |
"Assistant": "Increasing the humidity in the bathroom to 60%."
|
| 49 |
},
|
| 50 |
{
|
| 51 |
-
"
|
| 52 |
"Assistant": "The temperature in the basement is 18°C."
|
| 53 |
},
|
| 54 |
{
|
| 55 |
-
"
|
| 56 |
"Assistant": "Decreasing the temperature in the office by 2°C."
|
| 57 |
},
|
| 58 |
{
|
| 59 |
-
"
|
| 60 |
"Assistant": "Turning on the porch lights."
|
| 61 |
},
|
| 62 |
{
|
| 63 |
-
"
|
| 64 |
"Assistant": "Turning off the porch lights."
|
| 65 |
},
|
| 66 |
{
|
| 67 |
-
"
|
| 68 |
"Assistant": "The humidity in the laundry room is 40%."
|
| 69 |
},
|
| 70 |
{
|
| 71 |
-
"
|
| 72 |
"Assistant": "Setting the bedroom light to 50% brightness."
|
| 73 |
},
|
| 74 |
{
|
| 75 |
-
"
|
| 76 |
"Assistant": "The humidity in the attic is 55%."
|
| 77 |
},
|
| 78 |
{
|
| 79 |
-
"
|
| 80 |
"Assistant": "Turning on the lights in the garage."
|
| 81 |
},
|
| 82 |
{
|
| 83 |
-
"
|
| 84 |
"Assistant": "Turning off the garage lights."
|
| 85 |
},
|
| 86 |
{
|
| 87 |
-
"
|
| 88 |
"Assistant": "Setting the kitchen temperature to 20°C."
|
| 89 |
},
|
| 90 |
{
|
| 91 |
-
"
|
| 92 |
"Assistant": "Lowering the temperature in the living room by 3°C."
|
| 93 |
},
|
| 94 |
{
|
| 95 |
-
"
|
| 96 |
"Assistant": "Setting bathroom humidity to 55%."
|
| 97 |
},
|
| 98 |
{
|
| 99 |
-
"
|
| 100 |
"Assistant": "The temperature in the study is 21°C."
|
| 101 |
},
|
| 102 |
{
|
| 103 |
-
"
|
| 104 |
"Assistant": "Dimming the living room lights to 30%."
|
| 105 |
},
|
| 106 |
{
|
| 107 |
-
"
|
| 108 |
"Assistant": "Turning off all house lights."
|
| 109 |
},
|
| 110 |
{
|
| 111 |
-
"
|
| 112 |
"Assistant": "Turning on all house lights."
|
| 113 |
},
|
| 114 |
{
|
| 115 |
-
"
|
| 116 |
"Assistant": "Setting the guest bedroom temperature to 19°C."
|
| 117 |
},
|
| 118 |
{
|
| 119 |
-
"
|
| 120 |
"Assistant": "The humidity in the kitchen is 43%."
|
| 121 |
}
|
| 122 |
]
|
|
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
+
"Human": "Turn on the kitchen light",
|
| 4 |
"Assistant": "Turning on the kitchen light."
|
| 5 |
},
|
| 6 |
{
|
| 7 |
+
"Human": "Kitchen light on",
|
| 8 |
"Assistant": "Turning on the kitchen light."
|
| 9 |
},
|
| 10 |
{
|
| 11 |
+
"Human": "Turn off the living room light",
|
| 12 |
"Assistant": "Turning off the living room light."
|
| 13 |
},
|
| 14 |
{
|
| 15 |
+
"Human": "Living room lights off",
|
| 16 |
"Assistant": "Turning off the living room light."
|
| 17 |
},
|
| 18 |
{
|
| 19 |
+
"Human": "Set temperature in the dining room to 22°C",
|
| 20 |
"Assistant": "Setting the temperature in the dining room to 22°C."
|
| 21 |
},
|
| 22 |
{
|
| 23 |
+
"Human": "Increase temperature in the guest bedroom",
|
| 24 |
"Assistant": "Increasing the temperature in the guest bedroom."
|
| 25 |
},
|
| 26 |
{
|
| 27 |
+
"Human": "What's the humidity in the children's room?",
|
| 28 |
"Assistant": "The humidity in the children's bedroom is 45%."
|
| 29 |
},
|
| 30 |
{
|
| 31 |
+
"Human": "Set humidity to 50% in the master bedroom",
|
| 32 |
"Assistant": "Setting the humidity to 50% in the master bedroom."
|
| 33 |
},
|
| 34 |
{
|
| 35 |
+
"Human": "Turn on the hallway light",
|
| 36 |
"Assistant": "Turning on the hallway light."
|
| 37 |
},
|
| 38 |
{
|
| 39 |
+
"Human": "Turn off the kitchen light",
|
| 40 |
"Assistant": "Turning off the kitchen light."
|
| 41 |
},
|
| 42 |
{
|
| 43 |
+
"Human": "Set living room temperature to 24°C",
|
| 44 |
"Assistant": "Setting the living room temperature to 24°C."
|
| 45 |
},
|
| 46 |
{
|
| 47 |
+
"Human": "Increase humidity in the bathroom to 60%",
|
| 48 |
"Assistant": "Increasing the humidity in the bathroom to 60%."
|
| 49 |
},
|
| 50 |
{
|
| 51 |
+
"Human": "What's the current temperature in the basement?",
|
| 52 |
"Assistant": "The temperature in the basement is 18°C."
|
| 53 |
},
|
| 54 |
{
|
| 55 |
+
"Human": "Decrease temperature in the office by 2°C",
|
| 56 |
"Assistant": "Decreasing the temperature in the office by 2°C."
|
| 57 |
},
|
| 58 |
{
|
| 59 |
+
"Human": "Turn on the porch lights",
|
| 60 |
"Assistant": "Turning on the porch lights."
|
| 61 |
},
|
| 62 |
{
|
| 63 |
+
"Human": "Porch lights off",
|
| 64 |
"Assistant": "Turning off the porch lights."
|
| 65 |
},
|
| 66 |
{
|
| 67 |
+
"Human": "What's the humidity in the laundry room?",
|
| 68 |
"Assistant": "The humidity in the laundry room is 40%."
|
| 69 |
},
|
| 70 |
{
|
| 71 |
+
"Human": "Set the bedroom light to 50% brightness",
|
| 72 |
"Assistant": "Setting the bedroom light to 50% brightness."
|
| 73 |
},
|
| 74 |
{
|
| 75 |
+
"Human": "What's the current humidity in the attic?",
|
| 76 |
"Assistant": "The humidity in the attic is 55%."
|
| 77 |
},
|
| 78 |
{
|
| 79 |
+
"Human": "Turn on the lights in the garage",
|
| 80 |
"Assistant": "Turning on the lights in the garage."
|
| 81 |
},
|
| 82 |
{
|
| 83 |
+
"Human": "Garage lights off",
|
| 84 |
"Assistant": "Turning off the garage lights."
|
| 85 |
},
|
| 86 |
{
|
| 87 |
+
"Human": "Set the kitchen temperature to 20°C",
|
| 88 |
"Assistant": "Setting the kitchen temperature to 20°C."
|
| 89 |
},
|
| 90 |
{
|
| 91 |
+
"Human": "Lower the temperature in the living room by 3°C",
|
| 92 |
"Assistant": "Lowering the temperature in the living room by 3°C."
|
| 93 |
},
|
| 94 |
{
|
| 95 |
+
"Human": "Set bathroom humidity to 55%",
|
| 96 |
"Assistant": "Setting bathroom humidity to 55%."
|
| 97 |
},
|
| 98 |
{
|
| 99 |
+
"Human": "What's the current temperature in the study?",
|
| 100 |
"Assistant": "The temperature in the study is 21°C."
|
| 101 |
},
|
| 102 |
{
|
| 103 |
+
"Human": "Dim the living room lights to 30%",
|
| 104 |
"Assistant": "Dimming the living room lights to 30%."
|
| 105 |
},
|
| 106 |
{
|
| 107 |
+
"Human": "Turn off all house lights",
|
| 108 |
"Assistant": "Turning off all house lights."
|
| 109 |
},
|
| 110 |
{
|
| 111 |
+
"Human": "Turn on all house lights",
|
| 112 |
"Assistant": "Turning on all house lights."
|
| 113 |
},
|
| 114 |
{
|
| 115 |
+
"Human": "Set the guest bedroom temperature to 19°C",
|
| 116 |
"Assistant": "Setting the guest bedroom temperature to 19°C."
|
| 117 |
},
|
| 118 |
{
|
| 119 |
+
"Human": "What's the humidity in the kitchen?",
|
| 120 |
"Assistant": "The humidity in the kitchen is 43%."
|
| 121 |
}
|
| 122 |
]
|