Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WebThingsIO/webthing-node
/ getThings
Method
getThings
lib/server.ts:40–42 ·
view source on GitHub ↗
* Get the list of things.
()
Source
from the content-addressed store, hash-verified
38
* Get the list of things.
39
*/
40
getThings(): Thing[] {
41
return
[this.thing];
42
}
43
44
/**
45
* Get the mDNS server name.
Callers
2
get
Method · 0.45
constructor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected