Skip to content

Commit e75b195

Browse files
autofix-ci[bot]encryptix
authored andcommitted
[autofix.ci] apply automated fixes
1 parent ba1b8cc commit e75b195

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/devices/enkin.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
import {forcePowerSource, light} from '../lib/modernExtend';
2-
import {DefinitionWithExtend} from '../lib/types';
1+
import {forcePowerSource, light} from "../lib/modernExtend";
2+
import type {DefinitionWithExtend} from "../lib/types";
33

44
export const definitions: DefinitionWithExtend[] = [
55
{
6-
zigbeeModel: ['ZDM150'],
7-
model: 'ZDM150',
8-
vendor: 'Enkin',
9-
description: '150W Dimmer Module',
10-
extend: [light({powerOnBehavior: false, effect: false, configureReporting: true}), forcePowerSource({powerSource: 'Mains (single phase)'})],
6+
zigbeeModel: ["ZDM150"],
7+
model: "ZDM150",
8+
vendor: "Enkin",
9+
description: "150W Dimmer Module",
10+
extend: [light({powerOnBehavior: false, effect: false, configureReporting: true}), forcePowerSource({powerSource: "Mains (single phase)"})],
1111
meta: {},
1212
},
1313
];

0 commit comments

Comments
 (0)