12-05-2013, 06:49 PM
Open the CQC Admin Interface
Select Managed Scheduled/Triggered Events
Select the Triggered Events Tab
Click Add New
For first trigger select Is User Action From
Right Click on Device: Field and Select your EventGhost Driver
Fill the in Title (anything you want)
Click Edit Action
Enter the commands
Click Save
Click Save
That code just pastes the data into the CQC log, you will need to add whatever commands you want to do something more useful.
Select Managed Scheduled/Triggered Events
Select the Triggered Events Tab
Click Add New
For first trigger select Is User Action From
Right Click on Device: Field and Select your EventGhost Driver
Fill the in Title (anything you want)
Click Edit Action
Enter the commands
Code:
TrigEvent::GetUserActionVals(LVar:EventType, LVar:EventData)
System::LogMsg(Test Action, 0, EventType: %(LVar:EventType) EventData: %(LVar:EventData), Status)
Click Save
That code just pastes the data into the CQC log, you will need to add whatever commands you want to do something more useful.
Wuench
My Home Theater/Automation Website
[THREAD=5957]BlueGlass CQC Config[/THREAD]
[THREAD=10624]Wuench's CQC Drivers[/THREAD]
My Home Theater/Automation Website
[THREAD=5957]BlueGlass CQC Config[/THREAD]
[THREAD=10624]Wuench's CQC Drivers[/THREAD]