aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* small visibility fixesv0.1.0diogo4642025-12-091-15/+23
* fixed warnings/lintsdiogo4642025-12-091-13/+25
* moved embedded-mqtt crate to a modulediogo4642025-12-091-6/+8
* added some documentationdiogo4642025-12-091-0/+13
* formatting and improved timeout handlingdiogo4642025-12-081-62/+168
* code style changediogo4642025-12-071-404/+406
* Clear socket timeout after successful connectiondiogo4642025-12-061-0/+2
* Implement connect_and_run helper functiondiogo4642025-12-061-1/+102
* Fix availability handling with MQTT retain flagdiogo4642025-12-061-1/+9
* Complete error handling for availability publishdiogo4642025-12-061-8/+63
* Refactor sensor API to support generic sensor types with configurable display...diogo4642025-12-061-4/+8
* added publish_on_command option to numberdiogo4642025-12-051-5/+30
* reworked loggingdiogo4642025-12-051-25/+37
* added publish_on_command option to switchdiogo4642025-12-051-1/+8
* changed verbosity of some log messagesdiogo4642025-12-051-5/+5
* improved error handling and log messagesdiogo4642025-12-051-85/+167
* removed unused commentdiogo4642025-12-051-118/+0
* reworked entity storagediogo4642025-12-051-89/+236
* reworked entity creationdiogo4642025-12-051-273/+71
* added new publish functions to Entitydiogo4642025-12-051-0/+13
* added basic binary sensor examplediogo4642025-12-041-12/+98
* added switch examplediogo4642025-12-041-1/+95
* added number examplediogo4642025-12-041-335/+82
* use device id as mqtt client iddiogo4642025-12-041-1/+1
* initdiogo4642025-12-041-0/+967