From e93c0b353afcb45a35e4a77f3f075d79b61ceb84 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Thu, 29 Aug 2024 15:15:04 +0100 Subject: [PATCH] docs: More details on internals --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a29acc1..5bfeabe 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,9 @@ See [HELP.md](./companion/HELP.md) and [LICENSE](./LICENSE) +HTTP requests use the documented API here: +https://documenter.getpostman.com/view/9730337/2s9YeA8tGV + +Websocket status updates were done by reverse engineering the Websocket comms using Developer Tools so may be less stable. + The main code is inherited from companion-module-sony-bravia and then customized for the TinkerList Cuez Automator API.