Fix jwt-token

This commit is contained in:
2025-09-17 06:29:38 +02:00
parent af951a631f
commit 5e230b996b
5 changed files with 6 additions and 7 deletions

View File

@@ -124,8 +124,8 @@ def get_next_device_id():
def create_stockholm_device():
"""Create a device positioned over Stockholm Castle"""
# Get next available device ID
device_id = get_next_device_id()
# Use device_id=1 for Stockholm Castle as requested
device_id = "1"
# Device data for Stockholm Castle
device_data = {