_mqtt.py 80 B

12345
  1. import json
  2. def encode_bool(value: bool) -> str:
  3. return json.dumps(value)