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

Method get

lib/value.ts:55–57  ·  view source on GitHub ↗

* Return the last known value from the underlying thing. * * @returns the value.

()

Source from the content-addressed store, hash-verified

53 * @returns the value.
54 */
55 get(): ValueType {
56 return this.lastValue;
57 }
58
59 /**
60 * Notify observers of a new value.

Callers 1

getValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected