cec: added SetMenuState()
[deb_libcec.git] / src / lib / devices / CECPlaybackDevice.cpp
index cee7c492e72f4c4f5c6b976ae7c508f1989d2767..02b9d43bbac89a7661e69da4be0f9eab3dbe14f1 100644 (file)
@@ -75,7 +75,7 @@ bool CCECPlaybackDevice::TransmitDeckStatus(cec_logical_address dest)
   AddLog(CEC_LOG_NOTICE, strLog);
 
   cec_command command;
-  cec_command::format(command, m_iLogicalAddress, dest, CEC_OPCODE_GIVE_DECK_STATUS);
+  cec_command::format(command, m_iLogicalAddress, dest, CEC_OPCODE_DECK_STATUS);
   command.push_back((uint8_t)m_deckStatus);
 
   return m_processor->Transmit(command);