mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
14 lines
393 B
TypeScript
14 lines
393 B
TypeScript
import Extension from "./extension";
|
|
/**
|
|
* This extension calls the zigbee-herdsman-converters definition configure() method
|
|
*/
|
|
export default class Configure extends Extension {
|
|
private configuring;
|
|
private attempts;
|
|
private topic;
|
|
private onReconfigure;
|
|
private onMQTTMessage;
|
|
start(): Promise<void>;
|
|
private configure;
|
|
}
|
|
//# sourceMappingURL=configure.d.ts.map
|