59 lines
1.7 KiB
Objective-C
59 lines
1.7 KiB
Objective-C
//
|
|
// SongNuoBackMassage.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/6/6.
|
|
// Copyright © 2016年 imac. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
/**
|
|
* 松诺 通信协议 八控 十四定时器 128字节
|
|
|
|
*/
|
|
|
|
@interface SongNuoBackMassage : NSObject
|
|
|
|
@property(nonatomic,copy) NSString *light1btn;
|
|
@property(nonatomic,copy) NSString *light2btn;
|
|
@property(nonatomic,copy) NSString *waterPumpBtn;
|
|
@property(nonatomic,copy) NSString *gasPumpBtn;
|
|
@property(nonatomic,copy) NSString *uvPumpBtn;
|
|
@property(nonatomic,copy) NSString *waveBtn;
|
|
@property(nonatomic,copy) NSString *beiyongBtn;
|
|
//柜灯开关
|
|
@property(nonatomic,copy) NSString *guideng;
|
|
|
|
@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 *timer9;
|
|
@property(nonatomic,copy) NSString *timer10;
|
|
@property(nonatomic,copy) NSString *timer11;
|
|
@property(nonatomic,copy) NSString *timer12;
|
|
@property(nonatomic,copy) NSString *timer13;
|
|
@property(nonatomic,copy) NSString *timer14;
|
|
|
|
@property(nonatomic,copy) NSString *heatStickState;
|
|
//背光亮度
|
|
@property(nonatomic,copy) NSString *backLight;
|
|
|
|
@property(nonatomic,copy) NSString *wendu;
|
|
// 加热温度
|
|
@property(nonatomic,copy) NSString *heatTemperature;
|
|
|
|
@property(nonatomic,copy) NSString *baojingSwitch;
|
|
|
|
@property(nonatomic,copy) NSString *miniTp;
|
|
|
|
@property(nonatomic,copy) NSString *maxTp;
|
|
|
|
@property(nonatomic,copy) NSString *funcCode;
|
|
|
|
@end
|