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
interfaces.ApplicationService provides access to several client instances. ReadingClient is not one of them.
Describe the solution you'd like
Add ReadingClient to the list of available clients from interfaces.ApplicationService
Describe alternatives you've considered
I have also considered using EventClient and filtering readings data manually, but the functions of ReadingClient are more convenient to retrieve the data.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Relevant Package [REQUIRED]
interfaces
Relevant files to change would be:
Description [REQUIRED]
interfaces.ApplicationService
provides access to several client instances.ReadingClient
is not one of them.Describe the solution you'd like
Add
ReadingClient
to the list of available clients frominterfaces.ApplicationService
Describe alternatives you've considered
I have also considered using
EventClient
and filtering readings data manually, but the functions ofReadingClient
are more convenient to retrieve the data.The text was updated successfully, but these errors were encountered: