增加关联设备的类型
This commit is contained in:
parent
c05e0ae0fe
commit
e0a400f1dd
@ -39,6 +39,7 @@ message Relay {
|
||||
string code = 2;//编号
|
||||
//string model = 3;//型号
|
||||
ModelType newModel = 4;//型号
|
||||
string showCode = 5;//展示的编号
|
||||
}
|
||||
|
||||
/* 断相保护器 */
|
||||
|
@ -392,6 +392,8 @@ message RelatedRef {
|
||||
GarageDoor = 11; //车库门
|
||||
CarWashing = 12; //洗车机
|
||||
FloodGate = 13; //防淹门
|
||||
Platform = 14; //站台
|
||||
LS = 15;//
|
||||
}
|
||||
|
||||
enum DevicePort {
|
||||
|
Loading…
Reference in New Issue
Block a user