RoboidControl-python/Messages/InvestigateMsg.py
2025-04-06 12:42:10 +02:00

8 lines
121 B
Python

class InvestigateMsg():
id = 0x81
length = 3
def __init__(self, buffer):
self.thing_id = buffer[2]