Difference between revisions of "EventStream Interface"

From Hubitat Documentation
Jump to: navigation, search
(Created page with "=Overview= Hubitat allows for opening and maintaining a connection to an event stream endpoint from the hub. All code needs to be contained in a driver, there is no option to...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Overview=
+
 
Hubitat allows for opening and maintaining a connection to an event stream endpoint from the hub. All code needs to be contained in a driver, there is no option to open an event stream connection from an app. Hubitat provides methods to connect and disconnect to the endpoint, in addition it is required to create a method in the driver that accepts incoming messages (parse) and another method that will be called with any status updates for the endpoint (eventStreamStatus).
+
<big>'''We're moving!''' Please visit http://docs2.hubitat.com for the latest documentation.</big>
 +
 
 +
<big>
 +
This document is available at: http://docs2.hubitat.com/en/developer/interfaces/eventstream-interface
 +
</big>

Latest revision as of 04:07, 25 September 2022

We're moving! Please visit http://docs2.hubitat.com for the latest documentation.

This document is available at: http://docs2.hubitat.com/en/developer/interfaces/eventstream-interface