Skip to content

Commit

Permalink
Make E11-N1EA pingable. #775 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 20, 2021
1 parent 8fcad24 commit 51c2a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/extension/availability.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const topicRegex = new RegExp(`^${settings.get().mqtt.base_topic}/(.*)/availabil
// Pingable end devices, some end devices should be pinged
// e.g. E11-G13 https://github.com/Koenkk/zigbee2mqtt/issues/775#issuecomment-453683846
const pingableEndDevices = [
zigbeeHerdsmanConverters.devices.find((d) => d.model === 'E11-N1EA'),

This comment has been minimized.

Copy link
@timoline

timoline Jan 21, 2021

Contributor

it was already defined ;-)

This comment has been minimized.

Copy link
@Koenkk

Koenkk Jan 21, 2021

Author Owner

fixed

zigbeeHerdsmanConverters.devices.find((d) => d.model === 'E11-G13'),
zigbeeHerdsmanConverters.devices.find((d) => d.model === 'E11-N1EA'),
zigbeeHerdsmanConverters.devices.find((d) => d.model === '53170161'),
Expand Down

0 comments on commit 51c2a8f

Please sign in to comment.