The AddComponentBoundsRequest.validity_duration field was replaced by AddComponentBoundsRequest.request_lifetime to match the fields in SetComponentPowerActiveRequest and SetComponentPowerReactiveRequest. The default value was also changed from 5 to 60 seconds.
The AddComponentBoundsResponse.ts field was renamed to AddComponentBoundsResponse.valid_until for extra clarity and also to match the fields in SetComponentPowerActiveResponse and SetComponentPowerReactiveResponse.
The
AddComponentBoundsRequest.validity_duration
field was replaced byAddComponentBoundsRequest.request_lifetime
to match the fields inSetComponentPowerActiveRequest
andSetComponentPowerReactiveRequest
. The default value was also changed from 5 to 60 seconds.The
AddComponentBoundsResponse.ts
field was renamed toAddComponentBoundsResponse.valid_until
for extra clarity and also to match the fields inSetComponentPowerActiveResponse
andSetComponentPowerReactiveResponse
.Fixes #269.