mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-12 06:38:53 +00:00
Move MFKZQ01LM ignore parsers to end.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user