Expand description
A crate for easily transforming structs and (simple) enums into MQTT items with a topic and payload.
Macros§
Structs§
Enums§
Traits§
Functions§
Derive Macros§
- Mqtt
Item - A derive macro for producing MQTT topic + payloads, which implements the
MqttItem
trait for the derived item.