PHPackages                             charykun/symcontclremote - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. charykun/symcontclremote

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

charykun/symcontclremote
========================

Remote for TCL TV.

v1.0(10y ago)501[1 issues](https://github.com/Charykun/SymconTCLRemote/issues)GNUPHPPHP &gt;=5.5

Since Jan 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Charykun/SymconTCLRemote)[ Packagist](https://packagist.org/packages/charykun/symcontclremote)[ RSS](/packages/charykun-symcontclremote/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (1)Used By (0)

Symcon TCL Remote
=================

[](#symcon-tcl-remote)

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

[![Latest Stable Version](https://camo.githubusercontent.com/d603104dccffa6b0ebe26a026efa8250b9fbdfab3d67b446e1a7d614a727707c/68747470733a2f2f706f7365722e707567782e6f72672f63686172796b756e2f73796d636f6e74636c72656d6f74652f762f737461626c65)](https://packagist.org/packages/charykun/symcontclremote) [![Total Downloads](https://camo.githubusercontent.com/e34e33286f35a51d98325cd8d27860ca91a48d2cbb114d837795834b5afe175a/68747470733a2f2f706f7365722e707567782e6f72672f63686172796b756e2f73796d636f6e74636c72656d6f74652f646f776e6c6f616473)](https://packagist.org/packages/charykun/symcontclremote) [![Latest Unstable Version](https://camo.githubusercontent.com/40963cb7cb0ae3c128c708adbcea7993d66a5510f3a18a06a95409e32d5f61de/68747470733a2f2f706f7365722e707567782e6f72672f63686172796b756e2f73796d636f6e74636c72656d6f74652f762f756e737461626c65)](https://packagist.org/packages/charykun/symcontclremote) [![License](https://camo.githubusercontent.com/df0d145dee2f3904c5e47d9af0bdc8eccefa44441beeb151798a3a998f86dcc4/68747470733a2f2f706f7365722e707567782e6f72672f63686172796b756e2f73796d636f6e74636c72656d6f74652f6c6963656e7365)](https://packagist.org/packages/charykun/symcontclremote)

Dokumentation
-------------

[](#dokumentation)

**Inhaltsverzeichnis**

1. [Voraussetzungen](#1-voraussetzungen)
2. [Installation](#2-installation)
3. [Funktionsreferenz](#3-funktionsreferenz)

1. Voraussetzungen
------------------

[](#1-voraussetzungen)

- IPS 4.x

2. Installation
---------------

[](#2-installation)

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

3. Funktionsreferenz
--------------------

[](#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);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3760d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86b9591f16a4dade93450faba683df559b944becab634f425575bffefcfb80f6?d=identicon)[Charykun](/maintainers/Charykun)

---

Top Contributors

[![Charykun](https://avatars.githubusercontent.com/u/11634776?v=4)](https://github.com/Charykun "Charykun (14 commits)")

### Embed Badge

![Health badge](/badges/charykun-symcontclremote/health.svg)

```
[![Health](https://phpackages.com/badges/charykun-symcontclremote/health.svg)](https://phpackages.com/packages/charykun-symcontclremote)
```

###  Alternatives

[bigwhoop/sentence-breaker

Sentence boundary disambiguation (SBD) - or sentence breaking - library written in PHP.

42132.3k](/packages/bigwhoop-sentence-breaker)[j0k3r/graby-site-config

Graby site config files

23365.8k3](/packages/j0k3r-graby-site-config)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
