From 0f9f8becf431e4fd3fd30424a2d5157b61fd2684 Mon Sep 17 00:00:00 2001 From: Travis La Marr Date: Thu, 9 Feb 2017 23:52:28 -0500 Subject: [PATCH] Added SSDP discovery information --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e45e972..291fe5d 100644 --- a/README.md +++ b/README.md @@ -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