Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f9034ba53d
@ -435,6 +435,7 @@ message Transponder { // 应答器
|
|||||||
repeated uint32 centralizedStations = 10; // 集中站Id列表
|
repeated uint32 centralizedStations = 10; // 集中站Id列表
|
||||||
string fixedTelegram = 11; //应答器固定报文
|
string fixedTelegram = 11; //应答器固定报文
|
||||||
string fixedUserTelegram = 12; //应答器固定用户报文
|
string fixedUserTelegram = 12; //应答器固定用户报文
|
||||||
|
string originalCode = 13; //应答器原编号(厂商提供数据编号)
|
||||||
}
|
}
|
||||||
|
|
||||||
message SimpleRef {
|
message SimpleRef {
|
||||||
@ -730,4 +731,5 @@ message GarageDoorBox {
|
|||||||
string code = 2;
|
string code = 2;
|
||||||
string refPslMapCode = 3; // 关联的Psl地图的code(名称)
|
string refPslMapCode = 3; // 关联的Psl地图的code(名称)
|
||||||
uint32 refGarageDoorId = 4; // 关联的车库门的id
|
uint32 refGarageDoorId = 4; // 关联的车库门的id
|
||||||
}
|
bool flip = 5; // 是否翻转(前端显示)
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user