by amblix on Fri Aug 18, 2006 3:01 am
Ok, I just suck at this hahaha
I installed hubgui, all apears to be fine, it sees both Homeseer and Xlobby
My struggle is in getting Xlobby to fire off a homeseer event
I have an event Read CNN Headlines that I would like a button for.
I go into XLobby Setup (F2) then go to configure the XAP plugin
From there I see the list of geneic homeseer commands
Now in the target field should it read the same as my master field in the general tab?
Also in the block tab the generic is this
{
command= [ Speak,TriggerEvent,TriggerScript ]
data1=*Xlobby*
data2=
data3=
data4=
}
What should that read simply to kick off the cnn event? Would it be like this?
{
command= TriggerEvent
data1=*Read CNN Headlines*
data2=
data3=
data4=
}
Sorry but Im a complete newb at xAP