Skip to content

Commit

Permalink
fix(ignore): Fix power source for SLZB-06M Koenkk/zigbee2mqtt#21339
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 25, 2024
1 parent e1f014f commit 44e290a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devices/smlight.ts
@@ -1,5 +1,6 @@
import {Definition} from '../lib/types';
import fz from '../converters/fromZigbee';
import {forcePowerSource} from 'src/lib/modernExtend';

const definitions: Definition[] = [
{
Expand All @@ -10,6 +11,7 @@ const definitions: Definition[] = [
fromZigbee: [fz.linkquality_from_basic],
toZigbee: [],
exposes: [],
extend: [forcePowerSource({powerSource: 'Mains (single phase)'})],
},
];

Expand Down

0 comments on commit 44e290a

Please sign in to comment.