Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/devices/adeo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ const tzLocal = {
};

export const definitions: DefinitionWithExtend[] = [
{
zigbeeModel: ["LDSENK06"],
model: "LDSENK06",
vendor: "ADEO",
description: "ENKI LEXMAN Indoor Siren 85db",
extend: [m.iasZoneAlarm({zoneType: "generic", zoneAttributes: ["alarm_1", "alarm_2", "tamper", "battery_low"]}), m.iasWarning()],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
extend: [m.iasZoneAlarm({zoneType: "generic", zoneAttributes: ["alarm_1", "alarm_2", "tamper", "battery_low"]}), m.iasWarning()],
extend: [m.iasZoneAlarm({zoneType: "alarm", zoneAttributes: ["alarm_1", "alarm_2", "tamper", "battery_low"]}), m.iasWarning()],

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is cleaner.

meta: {},
},
{
zigbeeModel: ["LDSENK08"],
model: "LDSENK08",
Expand Down