Skip to content

Commit

Permalink
feat(add): SLT3d Koenkk/zigbee2mqtt#18844
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Sep 3, 2023
1 parent 42b904a commit a064263
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/devices/hive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,20 @@ const definitions: Definition[] = [
await reporting.batteryPercentageRemaining(endpoint);
},
},
{
zigbeeModel: ['SLT3d'],
model: 'SLT3d',
vendor: 'Hive',
description: 'Heating thermostat remote control',
fromZigbee: [fz.battery],
toZigbee: [],
exposes: [e.battery()],
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(9);
await reporting.bind(endpoint, coordinatorEndpoint, ['genPowerCfg']);
await reporting.batteryPercentageRemaining(endpoint);
},
},
{
zigbeeModel: ['SLB2'],
model: 'SLB2',
Expand Down

0 comments on commit a064263

Please sign in to comment.