otupy.actuators.slpf.mockup_slpf_actuator.MockupSlpfActuator

class MockupSlpfActuator

Bases: object

Mockup SLPF implementation

This class provides a mockup of the SLPF Actuator.

Methods

query

Query action

query_feature

Query features

run

query(cmd)

Query action

This method implements the query action. :param cmd: The Command including Target and optional Args. :return: A Response including the result of the query and appropriate status code and messages.

query_feature(cmd)

Query features

Implements the ‘query features’ command according to the requirements in Sec. 4.1 of the Language Specification.