testing new usb command to save scene

This commit is contained in:
2024-04-18 21:59:22 +02:00
parent 64631ea08f
commit 7a8b840747
5 changed files with 19 additions and 5 deletions

View File

@@ -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()