addAction
abstract fun addAction(newAction: DeviceAction): suspend () -> ConnectableDeviceState.Connected.HandlingAction
Adds an additional DeviceAction to the nextActions
Return
a transition into HandlingAction with newAction added to nextActions
Parameters
newAction
the DeviceAction to add to the queue