Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor SNZB-03P documentation fix #3317

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading