testing new usb command to save scene
This commit is contained in:
@@ -11,7 +11,7 @@ if __name__ == "__main__":
|
||||
ser = setup_connection()
|
||||
# Create a message
|
||||
request = GlobalBrightness()
|
||||
request.brightness = 0
|
||||
request.brightness = 100
|
||||
# Serialize the request to a bytearray
|
||||
request_data = request.SerializeToString()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user