ESteanes / RP2040Home

MQTT Client for RP2040 based boards that directly interfaces with Home Assistant
MIT License
0 stars 0 forks source link

Utilising the DiscoveryPayload class #21

Closed ESteanes closed 3 days ago

ESteanes commented 1 week ago

I was writing bad code and essentially disregarding the class, converting it into a map and just accessing it by selecting a key value. I've changed that now so that I'm using the class itself.