add banban yaml add mqtt_handler log

This commit is contained in:
HycJack
2026-05-18 19:48:26 +08:00
parent e1271f6c5b
commit f30c1b0679
6 changed files with 72 additions and 12 deletions

View File

@@ -132,7 +132,8 @@ def main() -> int:
except ValueError as exc:
print(f"Error: {exc}", file=sys.stderr)
return 1
device_id = 'TalkingQ_XQSN00001005'
serial_number = 'TQ_XQSN000000001005'
payload = build_payload(device_id, serial_number)
output_path = resolve_output_path(device_id, args.output)
output_path.parent.mkdir(parents=True, exist_ok=True)