8 lines
121 B
Python
8 lines
121 B
Python
|
|
class InvestigateMsg():
|
|
id = 0x81
|
|
length = 3
|
|
|
|
def __init__(self, buffer):
|
|
self.thing_id = buffer[2]
|