Difference between revisions of "Telnet Interface"

From Hubitat Documentation
Jump to: navigation, search
(Created page with "Overview You are able to open and maintain a connection to a telnet endpoint from the hub. All code needs to be contained in a driver, there is not option to open a telnet c...")
 
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
Overview
 
  
You are able to open and maintain a connection to a telnet endpoint from the hub. All code needs to be contained in a driver, there is not option to open a telnet connection from an app. Hubitat provides methods to connect and disconnect to the endpoint, in addition you will need 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 (telnetStatus).
+
<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/telnet-interface
 +
</big>

Latest revision as of 20:21, 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/telnet-interface