From a3c7bda5d37d104c7f9a3eb63193e5cbaff71dbc Mon Sep 17 00:00:00 2001 From: support <117250319+3reality-support@users.noreply.github.com> Date: Tue, 21 Jan 2025 04:14:30 +0800 Subject: [PATCH] feat(add): 3RSP02065Z, 3RSP02064Z (#8654) Co-authored-by: jintj --- src/devices/third_reality.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/devices/third_reality.ts b/src/devices/third_reality.ts index a15f3ce9435d1..e1a20eba8a993 100644 --- a/src/devices/third_reality.ts +++ b/src/devices/third_reality.ts @@ -406,6 +406,22 @@ const definitions: DefinitionWithExtend[] = [ }), ], }, + { + zigbeeModel: ['3RSP02065Z'], + model: '3RSP02065Z', + vendor: 'Third Reality', + description: 'Zigbee / BLE smart plug with power', + extend: [m.onOff(), m.electricityMeter()], + ota: true, + }, + { + zigbeeModel: ['3RSP02064Z'], + model: '3RSP02064Z', + vendor: 'Third Reality', + description: 'Zigbee / BLE smart plug with power', + extend: [m.onOff(), m.electricityMeter()], + ota: true, + }, { zigbeeModel: ['3RDP01072Z'], model: '3RDP01072Z',