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

Method getValue

lib/property.ts:123–125  ·  view source on GitHub ↗

* Get the current property value. * * @returns {*} The current value

()

Source from the content-addressed store, hash-verified

121 * @returns {*} The current value
122 */
123 getValue(): ValueType {
124 return this.value.get();
125 }
126
127 /**
128 * Set the current value of the property.

Callers 3

getPropertyMethod · 0.80
getPropertiesMethod · 0.80
propertyNotifyMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected