Create dataset_saklar_gerak.json
Browse files
dataset_saklar_gerak.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "automatic_motion_switch",
|
| 3 |
+
"sensor": "motion",
|
| 4 |
+
"unit": "boolean",
|
| 5 |
+
"data": [
|
| 6 |
+
{ "motion_detected": true, "switch": "ON" },
|
| 7 |
+
{ "motion_detected": false, "switch": "OFF" }
|
| 8 |
+
]
|
| 9 |
+
}
|