homebridge-dyson-link
Version:
Homebridge Plugin for Dyson Link
27 lines (26 loc) • 678 B
JSON
{
"bridge": {
},
"description": "HomeBridge HTTP Status Control",
"accessories": [],
"platforms": [
{
"platform": "DysonPlatform",
"name": "DysonPlatform",
"accessories": [
{
"ip": "ip of your device",
"displayName": "Name to be shown on Home App",
"serialNumber": "DYSON-XXX-XX-XXXXXXXX-XXX",
"password": "password of your device"
},
{
"ip": "ip of your second device",
"displayName": "Name to be shown on Home App",
"serialNumber": "DYSON-XXX-XX-XXXXXXXX-XXX",
"password": "password of your second device"
}
]
}
]
}