From 300f3e86be992a6f52244983d4285e946c83f479 Mon Sep 17 00:00:00 2001 From: Thomas B <9094255+Ten0@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:07:07 +0100 Subject: [PATCH] Minor SNZB-03P documentation fix (#3317) --- docs/devices/SNZB-03P.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devices/SNZB-03P.md b/docs/devices/SNZB-03P.md index 8f013b6d112a..650b332c89d9 100644 --- a/docs/devices/SNZB-03P.md +++ b/docs/devices/SNZB-03P.md @@ -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}`.