Crates.io | miniconf_mqtt |
lib.rs | miniconf_mqtt |
version | 0.17.0 |
source | src |
created_at | 2024-04-22 14:02:31.072013 |
updated_at | 2024-10-25 11:48:16.106369 |
description | MQTT interface for `miniconf`, using `minimq` |
homepage | |
repository | https://github.com/quartiq/miniconf |
max_upload_size | |
id | 1216245 |
size | 49,072 |
miniconf
MQTT ClientThis package contains a MQTT client exposing a miniconf
interface via MQTT using minimq
.
Command | Node | Response Topic | Payload |
---|---|---|---|
Get | Leaf | set | empty |
List | Internal | set | empty |
Dump | (any) | not set | empty |
Set | Leaf | some | |
(Error) | Internal | some |
List
list paths that would result in miniconf::Traversal::Absent
on Get
or Set
.