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
Describe the bug
When constructing the GenericOnOffSet messages in GenericOnOffServerActivity, parameters are passed in in the wrong order. delay is passed into tid, node.getReceivedSequenceNumber() into transitionSteps, transitionSteps into transitionResolution, transitionStepResolution into delay
Affected Line: GenericOnOffServerActivity:240
Platform details:
1.1.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When constructing the GenericOnOffSet messages in GenericOnOffServerActivity, parameters are passed in in the wrong order.
delay
is passed intotid
,node.getReceivedSequenceNumber()
intotransitionSteps
,transitionSteps
intotransitionResolution
,transitionStepResolution
intodelay
Affected Line: GenericOnOffServerActivity:240
Platform details:
The text was updated successfully, but these errors were encountered: