|
@@ -515,22 +515,22 @@
|
|
|
#pragma mark 获取TV投屏状态
|
|
|
- (void)getTvStatusFun
|
|
|
{
|
|
|
- NSString *commondStr = @"{\"type\":\"TvStatus\"}";
|
|
|
- [self send_data:commondStr];
|
|
|
+// NSString *commondStr = @"{\"type\":\"TvStatus\"}";
|
|
|
+// [self send_data:commondStr];
|
|
|
}
|
|
|
|
|
|
#pragma mark 关闭TV投屏状态
|
|
|
- (void)offTvFun
|
|
|
{
|
|
|
- NSString *commondStr = @"{\"type\":\"TvOff\"}";
|
|
|
- [self send_data:commondStr];
|
|
|
+// NSString *commondStr = @"{\"type\":\"TvOff\"}";
|
|
|
+// [self send_data:commondStr];
|
|
|
}
|
|
|
|
|
|
#pragma mark 开启TV投屏状态
|
|
|
- (void)onTvFun
|
|
|
{
|
|
|
- NSString *commondStr = @"{\"type\":\"wakeupTV\"}";
|
|
|
- [self send_data:commondStr];
|
|
|
+// NSString *commondStr = @"{\"type\":\"wakeupTV\"}";
|
|
|
+// [self send_data:commondStr];
|
|
|
}
|
|
|
|
|
|
#pragma mark 创建备份文件夹
|