Description
This Crestron Home extension provides a UI tile that has a list of up to 10 configurable toggles. The displayed icons and text are user definable in the installer options. This extension will need to be “wired” into what the on state is supposed to trigger as well as the off state. A UI tile minimizes quick action clutter. There can be up to 10 toggles in the list
Drivers->UI Tiles->Control Programming LLC->Toggle (OS4) (Latest Release OS4 Notes) (Download Latest OS4 Version)
Windows utility that simplifies sideloading of drivers and extensions.
This extension requires the License Manager to also be installed on the Crestron Home processor. This can be found in Crestron Home at Drivers->License Manager->Control Programming LLC->License Manager.
Valid Crestron Home icon names can be found here. An example icon would be the stop icon “icStop” or the play icon “icPlay”. All icon string names begin with the letters “ic”.
Installer Options
- Obtain License Key – clicking on the CPLLC.net link will bring up the website where a license key can be acquired. The key will need to be entered into the field below.
- Enter License Key – License key obtained above can be placed here
- Show on Home Page – checked if this extension is to be visible on the Home page
- Show in Room Page – checked if you want this extension visible on the Room page
- Starting PIN Code – if blank PIN Codes will be disabled. Otherwise this is the starting numeric pin code.
- Seconds Pin Active – number of seconds before the Pin code expires and needs to be reentered
- Tile Icon – Icon that shows on the tile
- Page Header Text – Text that displays on the page which shows the list of active toggles
- Toggle XX Description – Text that displays on the button list. If this button/toggle is not being used leave it blank.
- Toggle XX Button Clickable – if checked, pressing the button in the list will reverse the state of the toggle.
- Toggle XX Auto Enabled – if checked, the ability to automatically turn the toggle off with a timer expiration.
- Toggle XX Use Only Feedback – if checked, feedback shown on the Tile would only come from the feedback Actions. If unchecked, feedback displayed would be based on the last button pushed or sequence option executed.
- Toggle XX On Icon – Icon string to be displayed next to the On text. Leave blank if you do not want an icon. The string must be one of these.
- Toggle XX On Button Text – On button text to be displayed
- Toggle XX On Feedback Text – On feedback text to be displayed on the tile as well as controls page.
- Toggle XX Off Icon – Icon string to be displayed next to the Off text. Leave blank if you do not want an icon. The string must be one of these.
- Toggle XX Off Button Text – Off button text to be displayed
- Toggle XX Off Feedback Text – Off feedback text to be displayed on the tile as well as controls page.
- Show CH Icons – clicking on the “CH Icons” link will bring up the webpage that documents the various Crestron Home icon strings.
Actions
- Extension Disable – Disable the extension
- Extension Enable – Enable the extension
- Toggle XX On – Set the On state
- Toggle XX Off – Set the Off state
- Toggle XX Toggle – Toggle the state
- Toggle XX On Feedback – Set the state of the toggle to on
- Toggle XX Off Feedback – Set the state of the toggle to off
- Toggle XX On w/Auto Off – Sets the On state and after a period of time set the Off state
Events
- Extension Disabled – Toggle is Disabled
- Extension Enabled – Toggle is Enabled
- Toggle Is On – Toggle is in the On State
- Toggle Is Off – Toggle is in the Off State
- Pin is Locked – Indicated when Pin code is locked
- Pin is Unlocked – indicated when Pin code is unlocked