mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Fix linting.
This commit is contained in:
parent
4405e71610
commit
0b3c8df810
@ -98,7 +98,7 @@ class DeviceAvailabilityHandler {
|
||||
if (mappedDevice) {
|
||||
const converters = mappedDevice.toZigbee.filter((tz) => {
|
||||
return tz.key.find((k) => toZigbeeCandidates.includes(k));
|
||||
})
|
||||
});
|
||||
|
||||
converters.forEach((converter) => {
|
||||
const converted = converter.convert(null, null, null, 'get');
|
||||
|
Loading…
Reference in New Issue
Block a user