Help Understanding a Module
TurnipTruck
Posts: 1,485
I am trying to use the module for the GE Concord security system. I am having trouble with understanding the device definitions.
The first and third definitions are obvious.
However, I don't understand why it wants to know a real AND virtual panel.
I intend to have several panels in the house with alarm functions. Each of those would have a D:P:S for alarm functions, all combined with a virtual device for alarm functions.
Would my virtual device for alarm functions be defined as the main touch panel in the above definitions or the virtual? What would be done with the unused definition above?
Thanks.
DEFINE_DEVICE dvITIConcord = 5001:1:0 // Security System dvTP_Main = 128:1:0 // Main Touch Panel vdvITIConcord = 33001:1:0 // Security System virtual device vdvITIAllTP = 33002:1:0 // Touch Panel virtual device
The first and third definitions are obvious.
However, I don't understand why it wants to know a real AND virtual panel.
I intend to have several panels in the house with alarm functions. Each of those would have a D:P:S for alarm functions, all combined with a virtual device for alarm functions.
Would my virtual device for alarm functions be defined as the main touch panel in the above definitions or the virtual? What would be done with the unused definition above?
Thanks.
0
Comments
What, if anything, is done with the device 128:1:0 that they refer to as the "main touch panel?"
The module is on the website under GE Concord security system.