smia.states.state_running module

class smia.states.state_running.StateRunning[source]

Bases: State

This class contains the Running state of the common AAS Manager.

async run()[source]

This method implements the running state of the common AAS Manager. Here all requests services are handled, both from ACL of another AAS Manager or from the AAS Core.

async add_agent_capabilities_behaviours()[source]