import json from urllib.parse import quote from dataclasses import dataclass from typing import Collection, Any type Numeric = int | float @dataclass class SensorData: mac: str value: Numeric # actually `time` is either decimal int, # hex int or T