Zigbee2mqtt expose:
```json
{
"data": {
"definition": {
"des…cription": "STYRBAR remote control",
"exposes": [
{
"access": 1,
"description": "Remaining battery in %",
"name": "battery",
"property": "battery",
"type": "numeric",
"unit": "%",
"value_max": 100,
"value_min": 0
},
{
"access": 1,
"description": "Triggered action (e.g. a button click)",
"name": "action",
"property": "action",
"type": "enum",
"values": [
"on",
"off",
"brightness_move_up",
"brightness_move_down",
"brightness_stop",
"arrow_left_click",
"arrow_right_click",
"arrow_left_hold",
"arrow_right_hold",
"arrow_left_release",
"arrow_right_release"
]
},
{
"access": 1,
"description": "Link quality (signal strength)",
"name": "linkquality",
"property": "linkquality",
"type": "numeric",
"unit": "lqi",
"value_max": 255,
"value_min": 0
}
],
"model": "E2001/E2002",
"options": [
{
"description": "Simulate a brightness value. If this device provides a brightness_move_up or brightness_move_down action it is possible to specify the update interval and delta. The action_brightness_delta indicates the delta for each interval. ",
"features": [
{
"access": 2,
"description": "Delta per interval, 20 by default",
"name": "delta",
"property": "delta",
"type": "numeric",
"value_min": 0
},
{
"access": 2,
"description": "Interval duration",
"name": "interval",
"property": "interval",
"type": "numeric",
"unit": "ms",
"value_min": 0
}
],
"name": "simulated_brightness",
"property": "simulated_brightness",
"type": "composite"
},
{
"access": 2,
"description": "Set to false to disable the legacy integration (highly recommended), will change structure of the published payload (default true).",
"name": "legacy",
"property": "legacy",
"type": "binary",
"value_off": false,
"value_on": true
}
],
"supports_ota": true,
"vendor": "IKEA"
},
"friendly_name": "0x385b44fffe38ba50",
"ieee_address": "0x385b44fffe38ba50",
"status": "successful",
"supported": true
},
"type": "device_interview"
}
```
User requesting:
https://community.gladysassistant.com/t/integration-utilisation-du-ikea-styrbar/7638