From a2fc6e876521dcbbd54ef07f05b4e64edb53c7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerd=20R=C3=BCtten?= <97361636+GerdRuetten@users.noreply.github.com> Date: Thu, 8 Jun 2023 20:26:28 +0200 Subject: [PATCH] Update 4058075729322.md This LEDVANCE-Device don't exposes power_on_behavior --- docs/devices/4058075729322.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/devices/4058075729322.md b/docs/devices/4058075729322.md index d22d3010dcc5..e2a14e55c32d 100644 --- a/docs/devices/4058075729322.md +++ b/docs/devices/4058075729322.md @@ -18,7 +18,7 @@ pageClass: device-page | Model | 4058075729322 | | Vendor | [LEDVANCE](/supported-devices/#v=LEDVANCE) | | Description | SMART+ Compact Outdoor Plug EU | -| Exposes | switch (state), power_on_behavior, linkquality | +| Exposes | switch (state), linkquality | | Picture | ![LEDVANCE 4058075729322](https://www.zigbee2mqtt.io/images/devices/4058075729322.jpg) | @@ -45,13 +45,6 @@ The current state of this switch is in the published state under the `state` pro To control this switch publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"state": "ON"}`, `{"state": "OFF"}` or `{"state": "TOGGLE"}`. To read the current state of this switch publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"state": ""}`. -### Power_on_behavior (enum) -Controls the behavior when the device is powered on after power loss. -Value can be found in the published state on the `power_on_behavior` property. -To read (`/get`) the value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/get` with payload `{"power_on_behavior": ""}`. -To write (`/set`) a value publish a message to topic `zigbee2mqtt/FRIENDLY_NAME/set` with payload `{"power_on_behavior": NEW_VALUE}`. -The possible values are: `off`, `on`, `toggle`, `previous`. - ### Linkquality (numeric) Link quality (signal strength). Value can be found in the published state on the `linkquality` property.