Breaking Changes
printer.Light() no longer exists and has been split into LightOn() LightOff() and LightFlashing().
The PrinterConfig IP field is now of type string instead of type net.IP.
What's Changed
- Add json for data struct by @torbenconto in #53
- Add VtTray to final Data struct. by @torbenconto in #54
- Add flashing mode to light function by @torbenconto in #55
- Rewrite mqtt. by @torbenconto in #56
Full Changelog: v0.1.0-alpha...v0.1.0-rc1