Skip to content

Commit

Permalink
Merge branch 'main' of github.com:scosman/airplay-music-watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Mar 23, 2023
2 parents aee7d2f + 17a9054 commit 8548b75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Fields:
}
```

For homebridge users, this works well with the [homebridge-config-ui-x API](https://github.com/oznu/homebridge-config-ui-x/wiki/API-Reference). Use curl to call the API and enable/disable smart home devices (like a smart plug controlling your vintage audio amp).

## How this works

This process monitors UDP traffic on your network for mdns records from Airplay devices. Certain airplay mdns TXT records include a [bitmask](https://github.com/openairplay/airplay-spec/blob/master/src/status_flags.md) which let's us infer the device's state (playing or not).
Expand Down

0 comments on commit 8548b75

Please sign in to comment.