Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 367 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 367 Bytes

SwitchBot API

Configure

Change MAC_ADDR to your thermometer's MAC address in docker-compose.yaml

services:
  sensor:
    environment:
      - MAC_ADDR=XX:XX:XX:XX:XX:XX

Run

docker compose up -d

Demo

demo