We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e14c3 commit 610156fCopy full SHA for 610156f
1 file changed
src/devices/silicon_labs.ts
@@ -1,12 +1,12 @@
1
-import * as m from 'zigbee-herdsman-converters/lib/modernExtend';
+import * as m from "zigbee-herdsman-converters/lib/modernExtend";
2
import type {DefinitionWithExtend} from "../lib/types";
3
4
export const definitions: DefinitionWithExtend[] = [
5
{
6
- zigbeeModel: ['TS0601'],
7
- model: 'TS0601',
8
- vendor: '_TZE28C1000000_alh14edn',
9
- description: 'Automatically generated definition',
10
- extend: [m.battery()],
+ zigbeeModel: ["TS0601"],
+ model: "TS0601",
+ vendor: "_TZE28C1000000_alh14edn",
+ description: "Automatically generated definition",
+ extend: [m.battery()],
11
},
12
];
0 commit comments