Added nightbus support

This commit is contained in:
eetnaviation
2024-03-17 00:45:32 +02:00
parent dfad6e1101
commit ff75d8771a

View File

@ -79,6 +79,9 @@ async function fetchData(takInput) {
case 3:
transportTypeDecoded = "TRAM";
break;
case 7:
transportTypeDecoded = "NIGHTBUS";
break;
default:
transportTypeDecoded = "Unknown";
break;