This commit is contained in:
joylink_zhaoerwei 2024-01-22 10:30:43 +08:00
parent 686ff255e5
commit c7eb5252ab
3 changed files with 6 additions and 6 deletions

View File

@ -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,

View File

@ -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";

View File

@ -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,