Move MFKZQ01LM ignore parsers to end.

This commit is contained in:
Koenkk
2018-05-08 20:23:10 +02:00
committed by Marius Ciotlos
parent c8df9747ad
commit 02a747066a
+12 -12
View File
@@ -145,12 +145,6 @@ const parsers = [
}
}
},
{
devices: ['MFKZQ01LM'],
cid: 'genMultistateInput',
type: 'devChange',
convert: () => null
},
{
devices: ['MFKZQ01LM'],
cid: 'genAnalogInput',
@@ -168,12 +162,6 @@ const parsers = [
}
}
},
{
devices: ['MFKZQ01LM'],
cid: 'genAnalogInput',
type: 'devChange',
convert: () => null
},
{
devices: ['WSDCGQ01LM', 'WSDCGQ11LM'],
cid: 'msRelativeHumidity',
@@ -377,6 +365,18 @@ const parsers = [
type: 'devChange',
convert: () => null
},
{
devices: ['MFKZQ01LM'],
cid: 'genMultistateInput',
type: 'devChange',
convert: () => null
},
{
devices: ['MFKZQ01LM'],
cid: 'genAnalogInput',
type: 'devChange',
convert: () => null
},
];
module.exports = parsers;