Jump to content
C4 Forums | Control4

Sky Satellite Receiver Driver


Recommended Posts

I am modify a UK (Sky) Satellite Driver and in Lua Output, I can see the proxy calling my driver twice with PRX_CMD.ON() as follows:

ReceivedFromProxy(): SELECT_SOURCE on binding 5001; Call Function PRX_CMD.SELECT_SOURCE()
ReceivedFromProxy: Unhandled command = SELECT_SOURCE
ReceivedFromProxy(): ON on binding 5001; Call Function PRX_CMD.ON()
ReceivedFromProxy(): SELECT_SOURCE on binding 5001; Call Function PRX_CMD.SELECT_SOURCE()
ReceivedFromProxy: Unhandled command = SELECT_SOURCE
ReceivedFromProxy(): ON on binding 5001; Call Function PRX_CMD.ON()

Is this "On" call from the proxy to my driver configurable?  Ideally I do not want these calls being made as it toggles the power on the satellite receiver twice - the Sky receiver is being shared through a video matrix.

My driver is configured as follows for Power Management

image.png.6ba3e3888a6b720a8017c879930408fb.png

 

 

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.