13 releases (8 breaking)
0.18.0 | Nov 22, 2024 |
---|---|
0.16.2 | Oct 17, 2024 |
0.13.1 | Jul 10, 2024 |
#388 in Configuration
848 downloads per month
Used in 3 crates
160KB
3K
SLoC
miniconf
MQTT Client
This package contains a MQTT client exposing a miniconf
interface via MQTT using minimq
.
Command types
Command | Node | Response Topic | Payload |
---|---|---|---|
Get | Leaf | set | empty |
List | Internal | set | empty |
Dump | (any) | not set | empty |
Set | Leaf | some | |
(Error) | Internal | some |
Notes
List
list paths that would result inminiconf::Traversal::Absent
onGet
orSet
.
lib.rs
:
The Minimq MQTT client for `miniconf``.
Dependencies
~2.2–3MB
~61K SLoC