Skip to content

Commit

Permalink
feat(add): 3RSP02065Z, 3RSP02064Z (#8654)
Browse files Browse the repository at this point in the history
Co-authored-by: jintj <[email protected]>
  • Loading branch information
3reality-support and jintj authored Jan 20, 2025
1 parent 701acf4 commit a3c7bda
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/devices/third_reality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a3c7bda

Please sign in to comment.