新版本
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
//
|
||||
// IfishHotBarPackegeVo.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by 罗艺 on 2018/9/23.
|
||||
// Copyright © 2018年 lianlian. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "IfishPackageHeaderVo.h"
|
||||
|
||||
|
||||
@interface IfishHotBarPackegeVo : IfishPackageHeaderVo
|
||||
|
||||
|
||||
|
||||
//设置报警温度指令(22字节)
|
||||
//15 数据包头
|
||||
//1 开启关闭报警,00关,01开
|
||||
//2 最低报警温度,关闭报警时传0
|
||||
//2 最高报警温度,关闭报警时传0
|
||||
//2 CRC16校验码
|
||||
@property(nonatomic,copy)NSString*warnCode;
|
||||
@property(nonatomic,copy)NSString*downTeamptrue;
|
||||
@property(nonatomic,copy)NSString*upTeamptrue;
|
||||
@property(nonatomic,copy)NSString*crcCode;
|
||||
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user