Skip to content

Commit

Permalink
feat(add): SR-ZG9030F-PS (#8652)
Browse files Browse the repository at this point in the history
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
niracler and Koenkk authored Jan 20, 2025
1 parent f42aa50 commit 701acf4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/sunricher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,13 @@ async function syncTime(endpoint: Zh.Endpoint) {
}

const definitions: DefinitionWithExtend[] = [
{
zigbeeModel: ['HK-SENSOR-PRE'],
model: 'SR-ZG9030F-PS',
vendor: 'Sunricher',
description: 'Smart human presence sensor',
extend: [m.illuminance(), m.occupancy(), m.commandsOnOff()],
},
{
zigbeeModel: ['HK-SENSOR-GAS'],
model: 'SR-ZG9060A-GS',
Expand Down

0 comments on commit 701acf4

Please sign in to comment.