Merge pull request #7 from rorosentrater/send_command_enum_fix
bugfix - send_command() enum fix
This commit is contained in:
@@ -309,7 +309,7 @@ class SaturnPrinter:
|
||||
timestamp = int(time.time() * 1000)
|
||||
cmd_data = {
|
||||
"Data": {
|
||||
"Cmd": cmdid,
|
||||
"Cmd": cmdid.value,
|
||||
"Data": data,
|
||||
"From": 0,
|
||||
"MainboardID": self.id,
|
||||
|
Reference in New Issue
Block a user