Skip to content

Actuator: handle devices without limits (no actuator_state_in and actuator_state_out)

Benoit Formet requested to merge actuators-without-key-in-key-out into master

@sallazda has devices (like fluo lamps) without limits (no actuator_state_in and actuator_state_out).

Such devices could be handled with a few changes to the current Actuator class.

Basically when there is no key_in or key_out, the state is assumed by the key_cmd.

Edited by Benoit Formet

Merge request reports