Skip to content

Instantly share code, notes, and snippets.

@Koenkk

Koenkk/ext.js Secret

Created July 29, 2024 17:40
Show Gist options
  • Save Koenkk/53add532f214f70bf546d522f7177ef8 to your computer and use it in GitHub Desktop.
Save Koenkk/53add532f214f70bf546d522f7177ef8 to your computer and use it in GitHub Desktop.
const { iasZoneAlarm } = require("zigbee-herdsman-converters/lib/modernExtend");
const definition = {
zigbeeModel: ["PARASOLL Door/Window Sensor"],
model: "E2013",
vendor: "IKEA",
description: "PARASOLL door/window sensor CUSTOM",
extend: [
// addCustomClusterManuSpecificIkeaUnknown(),
// bindCluster({cluster: 'genPollCtrl', clusterType: 'input'}),
iasZoneAlarm({ zoneType: "contact", zoneAttributes: ["alarm_1"] }),
// identify({isSleepy: true}),
// battery(),
// ikeaOta(),
],
};
module.exports = definition;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment