68 lines
2.1 KiB
Objective-C
68 lines
2.1 KiB
Objective-C
//
|
|
// BootomViewSoketBackMasgConreol.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/7/6.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import "BackmassegeModel.h"
|
|
#import "TwoControlBackmsgmodel.h"
|
|
#import "ZeroControlBackmsgModel.h"
|
|
#import "XutoBackMsgModel.h"
|
|
#import "FourControlbackMassge.h"
|
|
#import "SongNuoBackMassage.h"
|
|
#import "KeLiAiBackMassage.h"
|
|
#import "RuSunProtocol.h"
|
|
#import "SongNuoBDProtocol.h"
|
|
#import "RunSun84Protocol.h"
|
|
#import "RuiMeiProtocolModel.h"
|
|
|
|
@interface BootomViewSoketBackMasgConreol : NSObject
|
|
//获取温度
|
|
+(NSString*)getTempWithSoketData:(NSData *)data;
|
|
+(NSString *)getTempNewWayWithSoketData:(NSData *)data adddeviceType:(NSString *)type;
|
|
|
|
|
|
//三控开关指令
|
|
+(void)threeControlCommandSelectorWithBackModel:(BackmassegeModel *)model atindexPath:(NSIndexPath *)indexPath;
|
|
|
|
//两控开关指令99
|
|
+(void)TwoControlCommandSelectorWithBackModel99:(BackmassegeModel *)model atindexPath:(NSIndexPath *)indexPath;
|
|
|
|
//两控开关指令57
|
|
|
|
+(void)TwoControlCommandSelectorWithBackModel57:(TwoControlBackmsgmodel *)model atindexPath:(NSIndexPath *)
|
|
indexPath;
|
|
|
|
//xuto
|
|
|
|
+(void)XuToControlCommandSelectorWithBackModel73:(XutoBackMsgModel *)model atindexPath:(NSIndexPath *)
|
|
indexPath;
|
|
|
|
+(void)FourControlCommandSelectorWithBackModel85:(FourControlbackMassge *)model atindexPath:(NSIndexPath *)indexPath;
|
|
|
|
|
|
//松诺八控
|
|
+(void)SongNuoControlCommandSelectorWithBackModel128:(SongNuoBackMassage*)model atindexPath:(NSIndexPath *)indexPath;
|
|
|
|
//可丽爱 4控制
|
|
|
|
+(void)KeLiAiCommandSelectorWithBackModel72:(KeLiAiBackMassage *)model atindexPath:(NSIndexPath *)indexPath;
|
|
|
|
//睿芯 带温控
|
|
+(void)RusunCommandSelectorWithBackMode148:(RuSunProtocol *)model atindexPath:(NSIndexPath *)indexPath;
|
|
|
|
+(void)RusunCommandSelectorWithBackMode168:(RunSun84Protocol *)model atindexPath:(NSIndexPath *)indexPath;
|
|
|
|
//松诺BD
|
|
|
|
+(void)SongnuoBDCommandSelectorWithBackMode86:(SongNuoBDProtocol *)model atindexPath:(NSIndexPath *)indexPath;
|
|
|
|
//瑞美
|
|
+(void)RuiMeiCommandSelectorWithBackMode168:(RuiMeiProtocolModel *)model atindexPath:(NSIndexPath *)indexPath;
|
|
|
|
@end
|