Skip to content

Commit

Permalink
Update 4058075729322.md (#2078)
Browse files Browse the repository at this point in the history
This LEDVANCE-Device don't exposes power_on_behavior
  • Loading branch information
GerdRuetten authored Jun 8, 2023
1 parent 3f2cf11 commit 218067f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/devices/4058075729322.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |


Expand All @@ -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.
Expand Down

0 comments on commit 218067f

Please sign in to comment.