58 lines
1.3 KiB
C
58 lines
1.3 KiB
C
//
|
|
// IfishDeviceInfo.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 17/1/5.
|
|
// Copyright © 2017年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#ifndef IfishDeviceInfo_h
|
|
#define IfishDeviceInfo_h
|
|
|
|
//零控
|
|
#define DECICE_TYPE_ZEROEBIG @"0a" //0x0a//大屏
|
|
#define DECICE_TYPE_ZEROESAMLL @"1a" //0x1a//小屏
|
|
|
|
//两控
|
|
#define DECICE_TYPE_TWONORMALL @"0b" //0x0b//普通
|
|
#define DECICE_TYPE_TWOMINJIANG @"0d" //0x0d//闽江
|
|
|
|
//三控
|
|
#define DECICE_TYPE_THREENORMALL @"0c" //0x0c
|
|
#define DECICE_TYPE_THREETMP @"1c" //0x1c
|
|
|
|
//四控
|
|
#define DECICE_TYPE_FOURNORMALL @"0e" //0x0e
|
|
|
|
//陈工方案
|
|
#define DECICE_TYPE_CHEN @"01" //0x01
|
|
|
|
//绚多
|
|
#define DECICE_TYPE_XUANDUOOF @"0f" //0x0f//无屏幕
|
|
#define DECICE_TYPE_XUANDUO1F @"1f" //0x1f//有屏幕
|
|
#define DECICE_TYPE_XUANDUO2F @"2f" //新设备
|
|
#define DECICE_TYPE_XUANDUO3F @"3f" //宠物笼
|
|
|
|
//可丽爱
|
|
#define DECICE_TYPE_KELIAI @"aa" //0xaa
|
|
|
|
//松诺
|
|
#define DECICE_TYPE_SONGBB @"bb" //0xbb//无屏幕
|
|
#define DECICE_TYPE_SONGBC @"bc" //0xbc//有屏幕
|
|
|
|
//松诺新
|
|
#define DECICE_TYPE_SONGNEWBD @"bd" //0xbd
|
|
|
|
//四川聚能
|
|
#define DECICE_TYPE_JUNENGCC @"cc" //0xcc
|
|
//睿芯 独立 84 字节
|
|
#define DECICE_TYPE_RUSUN2A @"2a" //0x2a
|
|
|
|
//瑞美4控
|
|
#define DECICE_TYPE_RUIMEI @"2b"
|
|
|
|
//加热系统
|
|
#define DECICE_TYPE_hotBar @"3a"
|
|
|
|
#endif /* IfishDeviceInfo_h */
|