Skip to content

Commit 0436c7e

Browse files
authored
Update 067776.md (#696)
Updating doc about retrieving current position
1 parent d2ec430 commit 0436c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devices/067776.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Spanish models are branded as Legrand Valena Next, and models for this device de
3636
The current state of this cover is in the published state under the `state` property (value is `OPEN` or `CLOSE`).
3737
To control this cover publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"state": "OPEN"}` or `{"state": "CLOSE"}`.
3838
To read the current state of this cover publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"state": ""}`.
39-
To change the position publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"position": VALUE}` where `VALUE` is a number between `0` and `100`.
39+
To change the position publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"position": VALUE}` where `VALUE` is a number between `0` and `100`. To read the current position of this cover publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"position": ""}`.
4040

4141
### Linkquality (numeric)
4242
Link quality (signal strength).

0 commit comments

Comments
 (0)