features:新绚多设备灯的控制

This commit is contained in:
一只会编程的狮子
2019-04-25 00:35:53 +08:00
parent 083bbf164a
commit 4b74588759
7 changed files with 186 additions and 17 deletions
@@ -0,0 +1,23 @@
//
// XuanduoHuliModel.m
// Ifish
//
// Created by Alex on 2019/4/24.
// Copyright © 2019 lianlian. All rights reserved.
//
#import "XuanduoHuliModel.h"
@implementation XuanduoHuliModel
- (NSString *)description
{
self.messagetype=@"00";
self.massagelegth=@"12";
self.functionCode=@"13";
return [NSString stringWithFormat:@"%@%@%@%@%@", self.messagetype,self.functionCode,self.sendmacId,self.resavemacId,self.massagelegth];
}
@end