Use new field for AddComponentBounds
request and response
#269
Labels
part:protobuf
Affects the protocol buffer definition files
scope:breaking-change
Breaking change, users will need to update their code
type:enhancement
New feature or enhancement visitble to users
Milestone
What's needed?
SetComponentPower*
were updated to use a field calledrequest_lifetime
, which anint
in seconds with a valid range of [10 seconds, 15 minutes], and when doing so we considered the option to use an enum like inAddComponentBounds
, but it was decided to go with this more flexible approach. Also the response forSetComponentPower*
uses a field calledvalid_until
for the returned timestamp, which is more explicit and clear than the currentts
field forAddComponentBounds
.Proposed solution
Update
AddComponentBounds
fields to match the fields inSetComponentPower*
.The text was updated successfully, but these errors were encountered: