From c7c2fdb79d15593f8f811b5da27b1008b3efae34 Mon Sep 17 00:00:00 2001 From: koenkk Date: Fri, 4 Aug 2023 19:19:58 +0200 Subject: [PATCH] fix(detect): Detect `NimlyIn` as Onesti Products AS easyCodeTouch_v1 https://github.com/Koenkk/zigbee-herdsman-converters/issues/6043 --- src/devices/onesti.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/onesti.ts b/src/devices/onesti.ts index e3a33865cf544..20dfe2d0824b6 100644 --- a/src/devices/onesti.ts +++ b/src/devices/onesti.ts @@ -58,7 +58,7 @@ const fzLocal = { const definitions: Definition[] = [ { - zigbeeModel: ['easyCodeTouch_v1', 'EasyCodeTouch', 'EasyFingerTouch', 'NimlyPRO', 'NimlyCode'], + zigbeeModel: ['easyCodeTouch_v1', 'EasyCodeTouch', 'EasyFingerTouch', 'NimlyPRO', 'NimlyCode', 'NimlyIn'], model: 'easyCodeTouch_v1', vendor: 'Onesti Products AS', description: 'Zigbee module for EasyAccess code touch series',