A homebridge plugin let you can control XiaoMi Gateway FM.
- Switch on / off.
- Control volume.
sudo npm install -g homebridge-mi-fm-controller
{
"accessories": [
{
"accessory": "XiaoMiFMController",
"name": "FM",
"ip": "YOU_GATEWAY_IP",
"token": "YOU_GATEWAY_TOKEN"
}
]
}