You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Research and create issue for secure credential storage, but initial implementation will just store in YAML
This will not affect SoilMoistureControl because that is tied to a physical garden-controller and should only work with Zone's in a Garden with moisture sensors
Netatmo client should update and save access_token and refresh_token when using refresh token
Implementation details:
WeatherControl now needs to reference a WeatherClient's ID
Remove from config
Add yaml and json tags to structs
Implement in CRUD in StorageClient
Add API CRUD endpoints
Add Validate method to WeatherClient so Options can be validated for specific clients create endpoint will initialize the client which should verify if it is valid
Add /test endpoint or something similar to test weather client configuration/auth
Add configmap storage client
OpenAPI specification and docs
testing
The text was updated successfully, but these errors were encountered:
Description
This feature is a pre-requisite to some other features related to WeatherClient because it will assign an ID to the client.
Related features:
Requirements
SoilMoistureControl
because that is tied to a physicalgarden-controller
and should only work with Zone's in a Garden with moisture sensorsaccess_token
andrefresh_token
when using refresh tokenWeatherControl
now needs to reference a WeatherClient's IDyaml
andjson
tags to structsStorageClient
Addcreate endpoint will initialize the client which should verify if it is validValidate
method to WeatherClient soOptions
can be validated for specific clients/test
endpoint or something similar to test weather client configuration/authconfigmap
storage clientThe text was updated successfully, but these errors were encountered: