Fix linting.

This commit is contained in:
Koen Kanters 2019-02-02 01:52:21 +01:00
parent 4405e71610
commit 0b3c8df810

View File

@ -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');