|
@@ -209,8 +209,7 @@
|
|
|
|
|
|
[self getPreferredLanguage];
|
|
|
|
|
|
- NSString *commondStr2 = @"{\"type\":\"TvStatus\"}";
|
|
|
- [self send_data:commondStr2];
|
|
|
+ [self getTvStatusFun];
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -515,22 +514,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 创建备份文件夹
|