Skip to content

Commit

Permalink
Minor SNZB-03P documentation fix
Browse files Browse the repository at this point in the history
That's actually not a delay for occupancy. When you enter the room it immediately says you enter the room.
However there's a no-movement timeout before it says "unoccupied".
  • Loading branch information
Ten0 committed Dec 10, 2024
1 parent 2593026 commit 9752a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devices/SNZB-03P.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ It's not possible to write (`/set`) this value.
If value equals `true` occupancy is ON, if `false` OFF.

### Motion timeout (numeric)
Unoccupied to occupied delay.
Occupied to unoccupied delay.
Value can be found in the published state on the `motion_timeout` property.
To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"motion_timeout": ""}`.
To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"motion_timeout": NEW_VALUE}`.
Expand Down

0 comments on commit 9752a03

Please sign in to comment.