mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
controlapi/timer: allow json output
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9615f547d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Origin message was:
------------------
- controlapi/timer: allow json output
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -52,8 +52,8 @@ private:
|
||||
void SendBouquets(CyhookHandler *hh);
|
||||
void SendBouquet(CyhookHandler *hh,int BouquetNr);
|
||||
void SendChannelList(CyhookHandler *hh, bool currentTP = false);
|
||||
void SendTimersPlain(CyhookHandler *hh);
|
||||
void SendTimers(CyhookHandler *hh);
|
||||
void SendTimersXML(CyhookHandler *hh);
|
||||
void epgDetailList(CyhookHandler *hh);
|
||||
void EpgSearchXMLCGI(CyhookHandler *hh);
|
||||
void EpgSearchCGI(CyhookHandler *hh);
|
||||
@@ -61,7 +61,7 @@ private:
|
||||
friend class CNeutrinoWebserver; // for timer /fb/ compatibility
|
||||
void doModifyTimer(CyhookHandler *hh);
|
||||
void doNewTimer(CyhookHandler *hh);
|
||||
void _SendTime(CyhookHandler *hh, struct tm *Time, int digits);
|
||||
std::string _SendTime(CyhookHandler *hh, struct tm *Time, int digits);
|
||||
std::string _GetBouquetWriteItem(CyhookHandler *hh, CZapitChannel * channel, int bouquetNr, int channelNr);
|
||||
std::string channelEPGformated(CyhookHandler *hh, int bouquetnr, t_channel_id channel_id, int max, long stoptime);
|
||||
std::string _GetBouquetActualEPGItem(CyhookHandler *hh, CZapitChannel * channel);
|
||||
|
Reference in New Issue
Block a user