Skip to content

Commit

Permalink
Added SSDP discovery information
Browse files Browse the repository at this point in the history
  • Loading branch information
exiva committed Feb 10, 2017
1 parent 871b6b0 commit 0f9f8be
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ without authentication.*
* This does not cover any MyVizio Account APIs.
* See an issue? Have a question? Open an issue, or find me on twitter [@exiva](https://twitter.com/exiva)

## Display Discovery

### Find IP Address
Perform an [SSDP query](https://sdkdocs.roku.com/display/sdkdoc/External+Control+Guide#ExternalControlGuide-SSDP(SimpleServiceDiscoveryProtocol)) for `ST: urn:schemas-kinoma-com:device:shell:1`

####Example
```
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
MAN: "ssdp:discover"
MX: 1
ST: urn:schemas-kinoma-com:device:shell:1
```

## Pairing
***required to control set.***
### Start Pairing
Expand Down

0 comments on commit 0f9f8be

Please sign in to comment.