Skip to content

Commit

Permalink
fix lint errors for devices/xiaomi.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkhoa committed May 21, 2023
1 parent 512a115 commit ccd1cc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/devices/xiaomi.js
Original file line number Diff line number Diff line change
Expand Up @@ -1029,14 +1029,14 @@ module.exports = [
fromZigbee: [
fz.on_off,
fz.xiaomi_power,
fz.aqara_opple
fz.aqara_opple,
],
toZigbee: [
tz.on_off,
tz.xiaomi_power,
tz.xiaomi_switch_operation_mode_opple,
tz.xiaomi_switch_power_outage_memory,
tz.xiaomi_flip_indicator_light
tz.xiaomi_flip_indicator_light,
],
exposes: [
e.switch(),
Expand All @@ -1049,7 +1049,7 @@ module.exports = [
e.power().withAccess(ea.STATE_GET),
e.energy(),
e.voltage(),
e.power_outage_memory()
e.power_outage_memory(),
],
onEvent: preventReset,
configure: async (device, coordinatorEndpoint, logger) => {
Expand Down

0 comments on commit ccd1cc2

Please sign in to comment.