Corrected motion sensor example
This commit is contained in:
parent
525f250f32
commit
de26802e1d
@ -211,9 +211,9 @@ This sensor is tripped if it detects motion in a room.
|
|||||||
#### Example:
|
#### Example:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"type": "OccupancySensor",
|
"type": "MotionSensor",
|
||||||
"name": "Presence bathroom",
|
"name": "Movement hallway",
|
||||||
"OccupancyDetected": "EG.Flur.Bewegung"
|
"MotionDetected": "EG.Flur.Bewegung"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user