Changes between Version 4 and Version 5 of Debugging-UI4


Ignore:
Timestamp:
2011-04-19 06:16:49 (14 years ago)
Author:
guessed
Comment:

Add -911 code for Device Not Ready (when IR Transmitter association is missing (in at least one case)

Legend:

Unmodified
Added
Removed
Modified
  • Debugging-UI4

    v4 v5  
    4747}}} 
    4848 
     49 
     50=== Request to Send an IR Code from the IR Device - No IRTransmitter Associated (Device not ready) === 
     51This is typically what you'll see when there's no ''IRTransmitter'' associated with your ''IRDevice'', after attempting to "call" one of it's IR ''Actions''. 
     52{{{ 
     5312 04/17/11 ... luvd_get_info_data_request starting /data_request?id=lu_action&DeviceNum=86 
     54                &serviceId=urn:micasaverde-com:serviceId:TogglePower1&action=OnOff 
     5508 04/17/11 ... JobHandler_LuaUPnP::HandleActionRequest 
     56                device: 86 service: urn:micasaverde-com:serviceId:TogglePower1 action: OnOff 
     5708 04/17/11 ... JobHandler_LuaUPnP::HandleActionRequest 
     58                argument DeviceNum=86 
     5908 04/17/11 ... JobHandler_LuaUPnP::HandleActionRequest 
     60                argument serviceId=urn:micasaverde-com:serviceId:TogglePower1 
     6108 04/17/11 ... JobHandler_LuaUPnP::HandleActionRequest 
     62                argument action=OnOff 
     6302 04/17/11 ... Device_LuaUPnP::HandleActionRequest 86 not ready 
     6402 04/17/11 ... JobHandler_LuaUPnP::RunAction device 86 action urn:micasaverde-com:serviceId:TogglePower1/OnOff 
     65                failed with -911/Device not ready 
     66}}} 
     67 
     68 
     69 
    4970=== Request to Send an IR Code from the IR Transmitter === 
    5071The following example shows an IR ''!ProntoCode'' being passed through from a MiOS ''IRDevice'', to the attached MiOS ''IRTransmitter'' device.