miniconf icon indicating copy to clipboard operation
miniconf copied to clipboard

[mqtt client] Support subtree `get()`

Open jordens opened this issue 2 years ago • 0 comments

Support getting (request to republish) a subtree. Host publishes the empty message to a topic that would otherwise result in miniconf::Error::PathTooShort. In the mqtt client the pseudocode would be something like: try pub(get(path)); if PathTooShort: for p in iter.filter(startswith path): ... pub(get(p))

jordens avatar Dec 14 '22 10:12 jordens