Corrected motion sensor example

This commit is contained in:
Serge Wagener 2022-02-16 10:33:09 +01:00
parent 525f250f32
commit de26802e1d

View File

@ -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"
} }
``` ```