| 49 | |
| 50 | === Request to Send an IR Code from the IR Device - No IRTransmitter Associated (Device not ready) === |
| 51 | This 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 | {{{ |
| 53 | 12 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 |
| 55 | 08 04/17/11 ... JobHandler_LuaUPnP::HandleActionRequest |
| 56 | device: 86 service: urn:micasaverde-com:serviceId:TogglePower1 action: OnOff |
| 57 | 08 04/17/11 ... JobHandler_LuaUPnP::HandleActionRequest |
| 58 | argument DeviceNum=86 |
| 59 | 08 04/17/11 ... JobHandler_LuaUPnP::HandleActionRequest |
| 60 | argument serviceId=urn:micasaverde-com:serviceId:TogglePower1 |
| 61 | 08 04/17/11 ... JobHandler_LuaUPnP::HandleActionRequest |
| 62 | argument action=OnOff |
| 63 | 02 04/17/11 ... Device_LuaUPnP::HandleActionRequest 86 not ready |
| 64 | 02 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 | |