Skip to content

Commit

Permalink
feat(add): SLZB-06 Koenkk/zigbee2mqtt#23442
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 28, 2024
1 parent bc57b14 commit 4e0bec8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/smlight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ import {Definition} from '../lib/types';

const definitions: Definition[] = [
{
zigbeeModel: ['SLZB-06M'],
zigbeeModel: ['SLZB-06M', 'SLZB-06'],
model: 'SLZB-06M',
vendor: 'SMLIGHT',
description: 'Router',
fromZigbee: [fz.linkquality_from_basic],
toZigbee: [],
exposes: [],
extend: [forcePowerSource({powerSource: 'Mains (single phase)'})],
whiteLabel: [{vendor: 'SMLIGHT', model: 'SLZB-06', description: 'Router', fingerprint: [{modelID: 'SLZB-06'}]}],
},
];

Expand Down

0 comments on commit 4e0bec8

Please sign in to comment.