ifish/Ifish/controllers/HotBar/models/IfishHotBarPackegeVo.h

31 lines
675 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// 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