南京二信号机故障调整again

This commit is contained in:
joylink_fanyuhong 2024-04-08 16:39:33 +08:00
parent f1e6121a8f
commit d1f8927355

View File

@ -847,6 +847,15 @@ class Signal extends Group {
case 'LIGHTING_UNIT_FAULT_HEAD':
this.lightingUnitFaultHead();
break;
case 'R_WIRE_FAULT':
this.lightingUnitFaultName();
break;
case 'G_WIRE_FAULT':
this.lightingUnitFaultName();
break;
case 'Y_WIRE_FAULT':
this.lightingUnitFaultName();
break;
}
}