Skip to content

Commit 86483ed

Browse files
authored
fix: Fix Centralite 4257050-ZHAC to ignore 'transition' (#8571)
1 parent 40e72bc commit 86483ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/centralite.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const definitions: DefinitionWithExtend[] = [
102102
vendor: 'Centralite',
103103
description: '3-Series smart dimming outlet',
104104
fromZigbee: [fz.restorable_brightness, fz.on_off, fz.electrical_measurement],
105-
toZigbee: [tz.light_onoff_restorable_brightness],
105+
toZigbee: [tz.light_onoff_restorable_brightness, tz.ignore_transition],
106106
exposes: [e.light_brightness(), e.power(), e.voltage(), e.current()],
107107
configure: async (device, coordinatorEndpoint) => {
108108
const endpoint = device.getEndpoint(1);

0 commit comments

Comments
 (0)