Skip to content

Commit 18252b2

Browse files
authored
Remove tz.input. from PR
1 parent 84cdd66 commit 18252b2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/devices/develco.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,6 @@ const develco = {
224224
await entity.read("ssIasZone", ["develcoAlarmOffDelay"], manufacturerOptions);
225225
},
226226
} 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,
233227
},
234228
};
235229

0 commit comments

Comments
 (0)