mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Return if device is not supported.
This commit is contained in:
@@ -141,6 +141,7 @@ function handleMessage(msg) {
|
||||
if (!mappedModel) {
|
||||
logger.error(`Device with modelID '${modelID}' is not supported.`);
|
||||
logger.error('Please create an issue on https://github.com/Koenkk/xiaomi-zb2mqtt/issues to add support for your device');
|
||||
return;
|
||||
}
|
||||
|
||||
// Find a parser for this modelID and cid.
|
||||
|
||||
Reference in New Issue
Block a user