entityPublish now passes in meta.mapped as an array for groups (#3283)

This commit is contained in:
Jorge Schrauwen
2020-04-04 18:59:14 +02:00
committed by GitHub
parent 98cf258489
commit 1e28c4285b
+1
View File
@@ -89,6 +89,7 @@ class EntityPublish extends BaseExtension {
converters = groupConverters;
target = entity.group;
options = entity.settings;
mapped = entity.group.members.map((e) => zigbeeHerdsmanConverters.findByZigbeeModel(e.getDevice().modelID));
}
// Convert the MQTT message to a Zigbee message.