| | |
| | | public static String REBOOT = "/v1/player/immediateControl/reboot"; |
| | | // 下发定时任务 |
| | | public static String TIMING_CONTROL = "/v1/player/timingControl/screenStatus"; |
| | | //同步 |
| | | public static String SIMU_LCAST = "/v1/player/immediateControl/simulcast"; |
| | | // NTP对时 |
| | | public static String NTP_SYNC = "/v1/player/immediateControl/ntp"; |
| | | //天气 |
| | | public static String WEATHER = "/v1/player/program/weather"; |
| | | |
| | | //实时信息(音量,亮度) |
| | | public static String ASYNCURRENTSTATUS = "/v1/player/get/asynCurrentStatus"; |
| | | |
| | | |
| | | public static String getUrl(String urlSuffix) { |
| | | return url + urlSuffix; |