38 lines
1.3 KiB
Objective-C
38 lines
1.3 KiB
Objective-C
//
|
|
// RunSun84Protocol.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 2017/6/1.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
//睿芯独立 自定义控制名 86字节 原来84字节后来改了不用在意名字
|
|
@interface RunSun84Protocol : NSObject
|
|
@property (nonatomic,copy) NSString *ch1;
|
|
@property (nonatomic,copy) NSString *ch2;
|
|
@property (nonatomic,copy) NSString *ch3;
|
|
@property (nonatomic,copy) NSString *ch4;
|
|
@property (nonatomic,copy) NSString *hotCool;
|
|
|
|
@property(nonatomic,copy) NSString *timer1;
|
|
@property(nonatomic,copy) NSString *timer2;
|
|
@property(nonatomic,copy) NSString *timer3;
|
|
@property(nonatomic,copy) NSString *timer4;
|
|
@property(nonatomic,copy) NSString *timer5;
|
|
@property(nonatomic,copy) NSString *timer6;
|
|
@property(nonatomic,copy) NSString *timer7;
|
|
@property(nonatomic,copy) NSString *timer8;
|
|
@property(nonatomic,copy) NSString *heatStickState;
|
|
@property(nonatomic,copy) NSString *wendu;
|
|
// 加热温度
|
|
@property(nonatomic,copy) NSString *heatTemperature;
|
|
//柜灯状态
|
|
@property(nonatomic,copy) NSString *guiDengState;
|
|
@property(nonatomic,copy) NSString *baojingSwitch;
|
|
@property(nonatomic,copy) NSString *miniTp;
|
|
@property(nonatomic,copy) NSString *maxTp;
|
|
@property(nonatomic,copy) NSString *funcCode;
|
|
|
|
@end
|