Real Time Communication

<< Click to Display Table of Contents >>

Navigation:  The API > JSON API >

Real Time Communication

Overview

 

Real time connection to the gateway is the most important part to get instant notification of changes in the EnOcean World.

GET

GET /devices/stream is the HTTP URI to get notifications of events that occur on EnOcean radio. A streaming connection will be established.

PUT

PUT /devices/{id}/state is the HTTP URI to trigger an action on the EnOcean side. A normal HTTP Request is being made.