Channel Event Needed for Device Creation?
screenscribe
Posts: 33
I ran across some code written by another programmer which has me a bit stumped. It is in a module which has the device and a virtual passed into it. In the module, there is a channel event for the virtual on a programmer-chosen channel labeled 'DEBUG' which then fires off an empty ON. There is a small comment that says it is needed for device creation. I see this in a number of his modules but don't know why turning on a channel would be needed...would this possibly be to open up communication from the module back out to the main program?
Thanks,
Matthew
Thanks,
Matthew
0
Comments
if([vdvDevice,DEBUG])
sendDebugInfo();
Jeff
Thanks for the response!
Cheers,
Matthew
More information required. I think we'd need to see the code you're referring to in order to understand the context of the other programmer's comment.