pyisyox.runtime.folder module¶
Runtime Folder — organisational grouping in the controller’s node tree.
Folders are pure organisation: they don’t accept commands, don’t carry property values, and exist only to group nodes/groups/sub-folders in the controller UI. The runtime wrapper exposes their identity (address + name + parent) so consumers can render the tree, but there’s no command surface beyond that.
Folders are sourced from the legacy /rest/nodes XML response
(<folder> elements). The modern /api/nodes JSON endpoint
returns nodes only.
- class Folder(record)[source]¶
Bases:
objectUser-facing handle for one folder in the node tree.
- Parameters:
record (FolderRecord)