Skip to content

Commit

Permalink
Add support for AXIS Gear window shade motor (Koenkk#301)
Browse files Browse the repository at this point in the history
* - added support for AXIS Gear window shade motor

* - updated AXIS Gear model

* Update devices.js
  • Loading branch information
snjoetw authored and qosmio committed Dec 25, 2019
1 parent bcf08b8 commit ef8dffb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -8234,6 +8234,17 @@ const devices = [
},
},

// AXIS
{
zigbeeModel: ['Gear'],
model: 'GR-ZB01-W',
vendor: 'AXIS',
description: 'Gear window shade motor',
supports: 'open, close, position',
fromZigbee: [fz.cover_position, fz.cover_position_report],
toZigbee: [tz.cover_open_close, tz.cover_position],
},

// ELKO
{
zigbeeModel: ['ElkoDimmerZHA'],
Expand Down

0 comments on commit ef8dffb

Please sign in to comment.