Retrieve and expose microgrid metadata #265
Labels
part:microgrid
Affects the interactions with the microgrid
type:enhancement
New feature or enhancement visitble to users
Milestone
Uh oh!
There was an error while loading. Please reload this page.
What's needed?
The microgrid API added a call to retrieve microgrid metadata. The metadata so far includes the microgrid ID and location (expressed in longitude and latitude). We need to expose that metadata in the SDK.
Proposed solution
GetMetadata
gRPC call and its new associated types.ConnectionManager
ConnectionManager
:sdk.microgrid.get().id
andsdk.microgrid.get().location
timezonefinder
package.Use cases
No response
Alternatives and workarounds
ConnectionManager
, we could add asdk.microgrid.get().metadata
object and put the metadata there.Additional context
The text was updated successfully, but these errors were encountered: