Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Koenkk/zigbee2mqtt
/ stop
Method
stop
test/assets/external_extensions/mjs/exampleExtension.mjs:13–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
stop() {
14
this.mqtt.publish(
"example/extension"
,
"call from stop"
);
15
this.mqtt.publish(
"example/extension/counter"
, `stop ${--this.counter}`);
16
}
17
}
Callers
nothing calls this directly
Calls
1
publish
Method · 0.45
Tested by
no test coverage detected