MCPcopy
hub / github.com/Koenkk/zigbee2mqtt / getCoordinatorVersion

Method getCoordinatorVersion

lib/zigbee.ts:230–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 }
229
230 async getCoordinatorVersion(): Promise<zh.CoordinatorVersion> {
231 return await this.#herdsman.getCoordinatorVersion();
232 }
233
234 isStopping(): boolean {
235 return this.#herdsman.isStopping();

Callers 4

startMethod · 0.95
startMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected