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:
```json
{
"type": "OccupancySensor",
"name": "Presence bathroom",
"OccupancyDetected": "EG.Flur.Bewegung"
"type": "MotionSensor",
"name": "Movement hallway",
"MotionDetected": "EG.Flur.Bewegung"
}
```