测试
This commit is contained in:
parent
686ff255e5
commit
c7eb5252ab
4
components/common/common.d.ts
vendored
4
components/common/common.d.ts
vendored
@ -17,8 +17,8 @@ export declare enum DeviceType {
|
|||||||
TrainWindow = 2,
|
TrainWindow = 2,
|
||||||
AxleCounting = 3,
|
AxleCounting = 3,
|
||||||
SectionLink = 4,
|
SectionLink = 4,
|
||||||
Signal = 5,
|
signal = 5,
|
||||||
Station = 6,
|
station = 6,
|
||||||
ScreenDoor = 7,
|
ScreenDoor = 7,
|
||||||
SignalFaultAlarm = 8,
|
SignalFaultAlarm = 8,
|
||||||
Breakers = 9,
|
Breakers = 9,
|
||||||
|
@ -20,8 +20,8 @@ var DeviceType;
|
|||||||
DeviceType[DeviceType["TrainWindow"] = 2] = "TrainWindow";
|
DeviceType[DeviceType["TrainWindow"] = 2] = "TrainWindow";
|
||||||
DeviceType[DeviceType["AxleCounting"] = 3] = "AxleCounting";
|
DeviceType[DeviceType["AxleCounting"] = 3] = "AxleCounting";
|
||||||
DeviceType[DeviceType["SectionLink"] = 4] = "SectionLink";
|
DeviceType[DeviceType["SectionLink"] = 4] = "SectionLink";
|
||||||
DeviceType[DeviceType["Signal"] = 5] = "Signal";
|
DeviceType[DeviceType["signal"] = 5] = "signal";
|
||||||
DeviceType[DeviceType["Station"] = 6] = "Station";
|
DeviceType[DeviceType["station"] = 6] = "station";
|
||||||
DeviceType[DeviceType["ScreenDoor"] = 7] = "ScreenDoor";
|
DeviceType[DeviceType["ScreenDoor"] = 7] = "ScreenDoor";
|
||||||
DeviceType[DeviceType["SignalFaultAlarm"] = 8] = "SignalFaultAlarm";
|
DeviceType[DeviceType["SignalFaultAlarm"] = 8] = "SignalFaultAlarm";
|
||||||
DeviceType[DeviceType["Breakers"] = 9] = "Breakers";
|
DeviceType[DeviceType["Breakers"] = 9] = "Breakers";
|
||||||
|
@ -19,8 +19,8 @@ export enum DeviceType {
|
|||||||
TrainWindow = 2,
|
TrainWindow = 2,
|
||||||
AxleCounting = 3,
|
AxleCounting = 3,
|
||||||
SectionLink = 4,
|
SectionLink = 4,
|
||||||
Signal = 5,
|
signal = 5,
|
||||||
Station = 6,
|
station = 6,
|
||||||
ScreenDoor = 7,
|
ScreenDoor = 7,
|
||||||
SignalFaultAlarm = 8,
|
SignalFaultAlarm = 8,
|
||||||
Breakers = 9,
|
Breakers = 9,
|
||||||
|
Loading…
Reference in New Issue
Block a user