MCPcopy Create free account
hub / github.com/WebThingsIO/webthing-node / getId

Method getId

lib/thing.ts:204–206  ·  view source on GitHub ↗

* Get the ID of the thing. * * @returns {String} The ID.

()

Source from the content-addressed store, hash-verified

202 * @returns {String} The ID.
203 */
204 getId(): string {
205 return this.id;
206 }
207
208 /**
209 * Get the title of the thing.

Callers 2

getActionMethod · 0.45
removeActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected