Skip to content

Commit

Permalink
Add device: IKEA PARASOLL door/windows sensor E2013
Browse files Browse the repository at this point in the history
  • Loading branch information
Noettore committed Dec 5, 2023
1 parent 7fafc43 commit 5ff593f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/devices/ikea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,15 @@ const definitions: Definition[] = [
await reporting.illuminance(endpoint3);
},
},
{
zigbeeModel: ['PARASOLL Door/Window Sensor'],
model: 'E2013',
vendor: 'IKEA',
description: 'PARASOLL Door/Window Sensor',
fromZigbee: [fz.ias_contact_alarm_1],
toZigbee: [],
exposes: [e.battery_low(), e.tamper(), e.contact()],
},
];

export default definitions;
Expand Down

0 comments on commit 5ff593f

Please sign in to comment.