Batch details

Repository: ir, Batch ID: -92

Batch header

Batch IDIP AddressDateComments
-9270.128.47.2092011-06-19 03:57:18TRAC Ticket #1119 - IMON Ultrabay (Pad and Panel)

Batch details

PKTablenameNewDeletedModifiedbathdr_origbathdr_authbathdr_unauth
866InfraredGroup1004680-92
867InfraredGroup_Command89004680-92

Batch contents

Table InfraredGroup

select * from InfraredGroup where psc_batch=-92

Table history InfraredGroup

select * from InfraredGroup_pschist where psc_batch=-92
PK_InfraredGroupFK_DeviceCategoryFK_ManufacturerDescriptionFK_CommMethodpsc_idpsc_batchpsc_userpsc_frozenpsc_modpsc_tocpsc_restrict
103133Kenwood Sovereign RS232 protocol26104-92391762011-06-19 03:57:180

Table InfraredGroup_Command

select * from InfraredGroup_Command where psc_batch=-92

Table history InfraredGroup_Command

select * from InfraredGroup_Command_pschist where psc_batch=-92
PK_InfraredGroup_CommandFK_InfraredGroupFK_CommandFK_DeviceTemplateIRDataOriginalKeypsc_idpsc_batchpsc_userpsc_frozenpsc_modpsc_tocpsc_restrict
6056373def SendUserCommand(command) log("Sending Command Prefix and Command ID to STB.") conn_.Send("\xFA\xA5") reply = conn_.Recv(1,65) if( !reply.nil? && reply[0] = "\xF0") log("STB reply: Command Acknowledged.") # Got Command Acknowledge from STB log("Sending Command '" + command[0].to_s + "' to STB") conn_.Send("\x00\x01" + command) conn_.Recv(1,64) # if \xF2 then STB received correct number of parameters log("STB reply: Received the correct number of parameters.") conn_.Recv(1,64) # if \xF4 then command completed successfully log("STB reply: Service command completed successfully.") else return end end def log(word) logTime = Time.now timeStr = logTime.strftime("%d-%m-%Y %H:%M:%S ") $logFile.print( timeStr + word + "\n" ) $logFile.flush() print(word + "\n") end169404-92391762011-06-19 03:57:190