Giter VIP home page Giter VIP logo

symcontclremote's Introduction

Symcon TCL Remote

Remote Steuerung für TCL TV Geräte. (Getestet mit TCL U40S7606DS Fernseher)

Latest Stable Version Total Downloads Latest Unstable Version License

Dokumentation

Inhaltsverzeichnis

  1. Voraussetzungen
  2. Installation
  3. Funktionsreferenz

1. Voraussetzungen

  • IPS 4.x

2. Installation

  • IPS 4.x
    Über das 'Modul Control' folgende URL hinzufügen:
    git://github.com/Charykun/SymconTCLRemote.git

3. Funktionsreferenz

/*
 *  Key PowerOff
 * @param integer $InstanceID
 */
TCL_PowerOff($InstanceID);

/*
 *  Key VolumeUp
 * @param integer $InstanceID
 */
TCL_VolumeUp($InstanceID);

/*
 *  Key VolumeDown
 * @param integer $InstanceID
 */
TCL_VolumeDown($InstanceID);

/*
 *  Key Mute
 * @param integer $InstanceID
 */
TCL_Mute($InstanceID);

/*
 *  Key TV
 * @param integer $InstanceID
 */
TCL_TV($InstanceID);

/*
 *  Key ChannelUp
 * @param integer $InstanceID
 */
TCL_ChannelUp($InstanceID);

/*
 *  Key ChannelDown
 * @param integer $InstanceID
 */
TCL_ChannelDown($InstanceID);

/*
 *  Send Numbers
 * @param integer $InstanceID
 * @param string $Number
 */
TCL_SendNumber($InstanceID, $Number);

/*
 *  Key List
 * @param integer $InstanceID
 */
TCL_ChList($InstanceID);

/*
 *  Key Source
 * @param integer $InstanceID
 */
TCL_Source($InstanceID);

/*
 *  Key SmartTV
 * @param integer $InstanceID
 */
TCL_SmartTV($InstanceID);

/*
 *  Key Up
 * @param integer $InstanceID
 */
TCL_UP($InstanceID);

/*
 *  Key DOWN
 * @param integer $InstanceID
 */
TCL_DOWN($InstanceID);

/*
 *  Key Left
 * @param integer $InstanceID
 */
TCL_Left($InstanceID);

/*
 *  Key Right
 * @param integer $InstanceID
 */
TCL_Right($InstanceID);

/*
 *  Key OK
 * @param integer $InstanceID
 */
TCL_OK($InstanceID);

/*
 *  Key Back
 * @param integer $InstanceID
 */
TCL_Back($InstanceID);

/*
 *  Key Red
 * @param integer $InstanceID
 */
TCL_Red($InstanceID);

/*
 *  Key Green
 * @param integer $InstanceID
 */
TCL_Green($InstanceID);

/*
 *  Key Yellow
 * @param integer $InstanceID
 */
TCL_Yellow($InstanceID);

/*
 *  Key Blue
 * @param integer $InstanceID
 */
TCL_Blue($InstanceID);

/*
 *  Key Guide
 * @param integer $InstanceID
 */
TCL_Guide($InstanceID);

symcontclremote's People

Contributors

charykun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.