Skip to content

Commit f066285

Browse files
authored
feat(add): EMIZB-151 (#8129)
* add Frient EMIZB-151 * fix attribute * fixed * remove configure and add threePhase config
1 parent 8cd4a4f commit f066285

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/devices/frient.ts

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ const definitions: DefinitionWithExtend[] = [
3030
return {default: 2};
3131
},
3232
},
33+
{
34+
zigbeeModel: ['EMIZB-151'],
35+
model: 'EMIZB-151',
36+
vendor: 'Frient',
37+
description: 'HAN P1 power-meter sensor',
38+
extend: [electricityMeter({threePhase: true})],
39+
},
3340
];
3441

3542
export default definitions;

0 commit comments

Comments
 (0)