RoboidControl-python/Messages/InvestigateMsg.py
Pascal Serrarens fa2895dd81 Refactoring
2025-01-20 20:09:53 +01:00

9 lines
157 B
Python

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