2017 © Pedro PelĂĄez
 

library symcontclremote

Remote for TCL TV.

image

charykun/symcontclremote

Remote for TCL TV.

  • Saturday, January 23, 2016
  • by Charykun
  • Repository
  • 1 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Symcon TCL Remote

Remote Steuerung fĂŒr TCL TV GerĂ€te. (Getestet mit TCL U40S7606DS Fernseher), (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Dokumentation

Inhaltsverzeichnis, (*3)

  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);

The Versions

23/01 2016

dev-master

9999999-dev

Remote for TCL TV.

  Sources   Download

GNU

The Requires

  • ips >=4.0
  • php >=5.5

 

23/01 2016

v1.0

1.0.0.0

Remote for TCL TV.

  Sources   Download

GNU

The Requires

  • ips >=4.0
  • php >=5.5