Skip to content

Commit

Permalink
fix: Fix ZigDC inputs action (#7736)
Browse files Browse the repository at this point in the history
* Fix ZigDC inputs action

* run pretty:write
  • Loading branch information
xyzroe authored Jul 4, 2024
1 parent 8dcbe19 commit 7723ecb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/devices/xyzroe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,15 @@ const definitions: Definition[] = [
model: 'ZigDC',
vendor: 'xyzroe',
description: 'ZigDC',
fromZigbee: [fz.ignore_basic_report, fz.temperature, fz.humidity, fzLocal.ZigDC_ina3221, fzLocal.ZigDC_uptime, fzLocal.ZigDC_input_config],
fromZigbee: [
fz.ignore_basic_report,
fz.temperature,
fz.humidity,
fz.ptvo_multistate_action,
fzLocal.ZigDC_ina3221,
fzLocal.ZigDC_uptime,
fzLocal.ZigDC_input_config,
],
toZigbee: [tzLocal.ZigDC_interval, tzLocal.ZigDC_input_config],
exposes: [
e.current().withAccess(ea.STATE).withEndpoint('ch1'),
Expand Down

0 comments on commit 7723ecb

Please sign in to comment.