mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
webif standby -add option CEC standby off (dont use TV off)
This commit is contained in:
@@ -152,7 +152,8 @@ struct NeutrinoMessages {
|
||||
EVT_EIT_COMPLETE = CRCInput::RC_WithData + 24, /* data: (t_channel_id *) */
|
||||
EVT_BACK_ZAP_COMPLETE = CRCInput::RC_WithData + 25, /* data: (t_channel_id *) */
|
||||
|
||||
EVT_HDMI_CEC_ON = CRCInput::RC_WithData + 26
|
||||
EVT_HDMI_CEC_VIEW_ON = CRCInput::RC_WithData + 26,
|
||||
EVT_HDMI_CEC_STANDBY = CRCInput::RC_WithData + 27
|
||||
};
|
||||
enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user