mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 10:01:37 +00:00
fix(ignore): update zigbee-herdsman-converters to 19.19.1 (#22171)
* fix(ignore): update zigbee-herdsman-converters to 19.19.1 * fix(configure): pass definition to function call (#22154) * Pass definition to configure * fix test --------- Co-authored-by: Koen Kanters <koenkanters94@gmail.com> --------- Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com> Co-authored-by: Sergei Salimov <32013287+mrskycriper@users.noreply.github.com>
This commit is contained in:
@@ -118,7 +118,7 @@ export default class Configure extends Extension {
|
||||
|
||||
logger.info(`Configuring '${device.name}'`);
|
||||
try {
|
||||
await device.definition.configure(device.zh, this.zigbee.firstCoordinatorEndpoint());
|
||||
await device.definition.configure(device.zh, this.zigbee.firstCoordinatorEndpoint(), device.definition);
|
||||
logger.info(`Successfully configured '${device.name}'`);
|
||||
device.zh.meta.configured = zhc.getConfigureKey(device.definition);
|
||||
device.zh.save();
|
||||
|
||||
Reference in New Issue
Block a user