eWeLink NAS-AB06B3
Outdoor sound and light alarm
Services and characteristics
The following HomeKit Services and Characteristics are exposed by the eWeLink NAS-AB06B3
- Battery
- Battery Level
- Charging State
- Status Low Battery
Exposes
This is the information provided by Zigbee2MQTT for this device:
[
{
"name": "alarm",
"label": "Alarm",
"access": 7,
"type": "binary",
"property": "alarm",
"description": "Turn the siren alarm on or off",
"value_on": true,
"value_off": false
},
{
"name": "battery_low",
"label": "Battery low",
"access": 1,
"type": "binary",
"property": "battery_low",
"description": "Indicates whether the battery of the device is almost empty",
"category": "diagnostic",
"value_on": true,
"value_off": false
},
{
"name": "battery",
"label": "Battery",
"access": 5,
"type": "numeric",
"property": "battery",
"description": "Remaining battery in %",
"category": "diagnostic",
"unit": "%",
"value_max": 100,
"value_min": 0
},
{
"name": "alarm_duration",
"label": "Alarm duration",
"access": 7,
"type": "numeric",
"property": "alarm_duration",
"description": "Duration in seconds of the alarm",
"category": "config",
"unit": "s",
"value_max": 1800,
"value_min": 1
},
{
"name": "volume",
"label": "Volume",
"access": 7,
"type": "enum",
"property": "volume",
"description": "Outdoor siren volume",
"category": "config",
"values": [
"high",
"medium",
"low"
]
},
{
"name": "melody",
"label": "Melody",
"access": 7,
"type": "enum",
"property": "melody",
"description": "Alarm melody",
"category": "config",
"values": [
"1",
"2",
"3"
]
}
]