Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Module thc_Virtual

Andreas Drollinger edited this page Jun 10, 2016 · 9 revisions

Virtual devices

Setup, configuration and initialization

Introduction

The thc_Virtual module implements virtual devices for THC. A virtual device is a device that is not attached to any physical device. Virtual devices allow keeping control states like scenes. Virtual devices are initialized to 0.

Examples

 DefineDevice Surveillance,state -get {thc_Virtual "Surveillance"} \
                                 -set {thc_Virtual "Surveillance"}

Clone this wiki locally