FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

sofregaz/httpToCrestronSignal: Module to send data to Crestron SIMPL Windows via an easy HTTP request · GitHub

 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpToSignal server for SIMPL# Crestron

This module has been created to make it easy for services that have an http client API to send data to a Crestron control systems. The module implements an http (api) interface to send data to SIMPL Windows.

Code Example

Inside the SIMPL folder you will find a complete example program that can be used to start playing with the module. The module will accept one digital and/or one serial join change per http request.

Motivation

This project was created as a quick and easy link from IFTTT to a Crestron System.

How to use the http API

URL to be used:
http://<IP/hostname>:/signalprocessor.html
Variables need to be included in the body/content part of the http request:
digitaljoin=1&digitalaction=pulse&stringjoin=1&text={{YouCanUseTagsToSendData}}

Example how you can set up IFTT to use this this interface:

About

Module to send data to Crestron SIMPL Windows via an easy HTTP request

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL