robot.interfaces package
Module contents
Interfaces mirroring the Java interfaces (snake_case in Python).
This module defines protocol-like interfaces and enums to preserve the design from the Java implementation while remaining Pythonic.
- class robot.interfaces.IMqttHandler(*args, **kwargs)
Bases:
Protocol
- handle_subscription(r, m)
- Return type:
None