-
Notifications
You must be signed in to change notification settings - Fork 21
None values from BatteryPool's SoC/Capacity methods #545
Copy link
Copy link
Closed
Labels
part:data-pipelineAffects the data pipelineAffects the data pipelinepriority:highAddress this as soon as possibleAddress this as soon as possiblescope:breaking-changeBreaking change, users will need to update their codeBreaking change, users will need to update their codetype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Metadata
Metadata
Assignees
Labels
part:data-pipelineAffects the data pipelineAffects the data pipelinepriority:highAddress this as soon as possibleAddress this as soon as possiblescope:breaking-changeBreaking change, users will need to update their codeBreaking change, users will need to update their codetype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Type
Projects
Status
Done
When a BatteryPool has no usable batteries, it sends out a
Nonevalue forSoC,CapacityandPowerBounds, indicating that these values are not available, in the absence of working batteries.We need to figure out how this information can be more clearly represented.
One option is in the case of
SoCandCapacity, which streamSampleobjects, we can just set theSamples value toNoneinstead. And provide a similar mechanism for thePowerBoundsas well.