Skip to content

Commit a699873

Browse files
chris-1243Koenkk
andauthored
fix: Fix Ubisys C4 integration (#7972)
* 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 <[email protected]>
1 parent e24cbb0 commit a699873

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/devices/ubisys.ts

+6-3
Original file line numberDiff line numberDiff line change
@@ -1120,9 +1120,12 @@ const definitions: DefinitionWithExtend[] = [
11201120
vendor: 'Ubisys',
11211121
description: 'Control unit C4',
11221122
fromZigbee: [
1123-
legacy.fz.ubisys_c4_scenes,
1124-
legacy.fz.ubisys_c4_onoff,
1125-
legacy.fz.ubisys_c4_level,
1123+
fz.command_toggle,
1124+
fz.command_on,
1125+
fz.command_off,
1126+
fz.command_recall,
1127+
fz.command_move,
1128+
fz.command_stop,
11261129
legacy.fz.ubisys_c4_cover,
11271130
ubisys.fz.configure_device_setup,
11281131
],

0 commit comments

Comments
 (0)