Skip to content

Commit

Permalink
fix: Fix Ubisys C4 integration (#7972)
Browse files Browse the repository at this point in the history
* Update ubisys.ts

It is a following of #7669. I did not want to modify legacy.fz.ubisys_c4. It seems something is not working and I have the feeling it would be better to use what is already created.

* Update ubisys.ts

* Update ubisys.ts

* Update ubisys.ts

* lint

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
chris-1243 and Koenkk authored Sep 11, 2024
1 parent e24cbb0 commit a699873
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/devices/ubisys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1120,9 +1120,12 @@ const definitions: DefinitionWithExtend[] = [
vendor: 'Ubisys',
description: 'Control unit C4',
fromZigbee: [
legacy.fz.ubisys_c4_scenes,
legacy.fz.ubisys_c4_onoff,
legacy.fz.ubisys_c4_level,
fz.command_toggle,
fz.command_on,
fz.command_off,
fz.command_recall,
fz.command_move,
fz.command_stop,
legacy.fz.ubisys_c4_cover,
ubisys.fz.configure_device_setup,
],
Expand Down

0 comments on commit a699873

Please sign in to comment.