@@ -50,7 +50,7 @@ behaviour or automatically add or configure its entities to the users profile.
5050### Develop integration drivers
5151
5252Since we are providing an API and not an SDK for a specific programming language, one can develop external integrations
53- in any language which is capable running a WebSockets server and handling JSON data.
53+ in any language that is capable of running a WebSockets server and handling JSON data.
5454
5555The downside of an API is that more low-level coding is required. In our case this involves running a WebSocket server,
5656handling the connections from the Remote device, and parsing the JSON payload in the WebSocket text messages.
@@ -61,19 +61,19 @@ how to develop an integration driver for the Remote devices.
6161
6262#### Examples
6363
64- - [ API models in Rust] ( https://github.com/unfoldedcircle/api-model-rs )
6564- [ Node.js API wrapper for the UC Integration-API] ( https://github.com/unfoldedcircle/integration-node-library )
6665 Integrations using the Node.js API wrapper:
66+ - [ TypeScript integration driver example] ( https://github.com/unfoldedcircle/integration-ts-example )
6767 - [ Global Caché IR integration] ( https://github.com/unfoldedcircle/integration-globalcache )
68+ - [ Philips Hue integration] ( https://github.com/unfoldedcircle/integration-philipshue )
6869 - [ Roon integration] ( https://github.com/unfoldedcircle/integration-roon )
6970- [ Python API wrapper library for the UC Integration-API] ( https://github.com/unfoldedcircle/integration-python-library )
7071 Integrations using the Python API wrapper:
7172 - [ Android TV integration] ( https://github.com/unfoldedcircle/integration-androidtv )
7273 - [ Apple TV integration] ( https://github.com/unfoldedcircle/integration-appletv )
7374 - [ Denon AVR integration] ( https://github.com/unfoldedcircle/integration-denonavr )
74- - [ Home Assistant integration] ( https://github.com/unfoldedcircle/integration-home-assistant ) written in Rust
75-
76- We plan to release more examples in the future.
75+ - [ API models in Rust] ( https://github.com/unfoldedcircle/api-model-rs )
76+ - [ Home Assistant integration] ( https://github.com/unfoldedcircle/integration-home-assistant ) written in Rust
7777
7878## Core APIs
7979
0 commit comments