Immax 07504L
Neo outdoor smart siren (IP65)
Services and characteristics
The following HomeKit Services and Characteristics are exposed by the Immax 07504L
- Battery
- Battery Level
- Charging State
- Status Low Battery
Exposes
This is the information provided by Zigbee2MQTT for this device:
[
{
"name": "battery",
"label": "Battery",
"access": 1,
"type": "numeric",
"property": "battery",
"description": "Remaining battery in %, can take up to 24 hours before reported",
"category": "diagnostic",
"unit": "%",
"value_max": 100,
"value_min": 0
},
{
"name": "battery_low",
"label": "Battery low",
"access": 1,
"type": "binary",
"property": "battery_low",
"description": "Indicates if the battery of this device is almost empty",
"category": "diagnostic",
"value_on": true,
"value_off": false
},
{
"name": "voltage",
"label": "Voltage",
"access": 1,
"type": "numeric",
"property": "voltage",
"description": "Voltage of the battery in millivolts",
"category": "diagnostic",
"unit": "mV"
},
{
"name": "alarm",
"label": "Alarm",
"access": 7,
"type": "binary",
"property": "alarm",
"value_on": true,
"value_off": false
},
{
"name": "volume",
"label": "Volume",
"access": 7,
"type": "numeric",
"property": "volume",
"description": "Volume of siren",
"value_max": 50,
"value_min": 0,
"presets": [
{
"name": "off",
"value": 0,
"description": "off"
},
{
"name": "low",
"value": 5,
"description": "low volume"
},
{
"name": "medium",
"value": 25,
"description": "medium volume"
},
{
"name": "high",
"value": 50,
"description": "high volume"
}
]
},
{
"name": "duration",
"label": "Duration",
"access": 7,
"type": "numeric",
"property": "duration",
"description": "Duration of alarm",
"unit": "s",
"value_max": 3600,
"value_min": 0
},
{
"name": "light",
"label": "Light",
"access": 7,
"type": "numeric",
"property": "light",
"description": "Strobe light level",
"value_max": 100,
"value_min": 0,
"presets": [
{
"name": "off",
"value": 0,
"description": "off light"
},
{
"name": "low",
"value": 30,
"description": "low light"
},
{
"name": "medium",
"value": 60,
"description": "medium light"
},
{
"name": "high",
"value": 100,
"description": "high light"
}
]
},
{
"name": "power_source",
"label": "Power source",
"access": 1,
"type": "enum",
"property": "power_source",
"description": "The current power source",
"values": [
"mains",
"battery"
]
}
]