ratbag_emu.actuator module

class ratbag_emu.actuator.Actuator

Bases: abc.ABC

Represents the firmware of the device

Transforms actions based on physical properties

property keys
Return type

List[str]

abstract transform(action)

Transforms action

Return type

Dict[str, Any]