Skip to content

Commit

Permalink
feat(add): 7377019 (#6852)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpmn-jr committed Jan 7, 2024
1 parent 5403c8a commit 1471bc8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/devices/viessmann.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ const e = exposes.presets;
const ea = exposes.access;

const definitions: Definition[] = [
{
zigbeeModel: ['7377019'],
model: '7377019',
vendor: 'Viessmann',
description: 'ViCare CO2, temperature and humidity sensor',
fromZigbee: [fz.co2, fz.temperature, fz.humidity, fz.battery],
toZigbee: [],
exposes: [e.battery(), e.co2(), e.temperature(), e.humidity()],
},
{
zigbeeModel: ['7637435'],
model: 'ZK03839',
Expand Down

0 comments on commit 1471bc8

Please sign in to comment.