joeshaw / carwings

Go package and CLI tool for the Nissan Leaf Carwings API
MIT License
31 stars 11 forks source link

Add ErrClimateStatusUnavailable error #46

Closed andig closed 2 years ago

andig commented 2 years ago

This PR exposes the ErrClimateStatusUnavailable sentinel error. The implementation is aligned with ErrBatteryStatusUnavailable and allows to detect climater not available without matching the error text. Error text is updated from "not available" to "unavailable" for sake of consistency.

andig commented 2 years ago

@joeshaw any chance to land this soonish? It should be simple enough.

andig commented 2 years ago

Thank you, much appreciated!