We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84cdd66 commit 18252b2Copy full SHA for 18252b2
1 file changed
src/devices/develco.ts
@@ -224,12 +224,6 @@ const develco = {
224
await entity.read("ssIasZone", ["develcoAlarmOffDelay"], manufacturerOptions);
225
},
226
} satisfies Tz.Converter,
227
- input: {
228
- key: ["input"],
229
- convertGet: async (entity, key, meta) => {
230
- await entity.read("genBinaryInput", ["presentValue"]);
231
- },
232
- } satisfies Tz.Converter,
233
234
};
235
0 commit comments