Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ Device
Class
Device
Buildscripts/DevicetreeCompiler/source/models.py:8–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
@dataclass
8
class
Device:
9
node_name: str
10
node_alias: str
11
node_address: str
12
status: str
13
properties: list
14
devices: list
15
16
@dataclass
17
class
DeviceProperty:
Callers
1
device
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected