This commit is contained in:
Simon Redfern 2019-11-05 17:28:31 +01:00
commit 502d2f087e

View File

@ -400,7 +400,7 @@ WIP to add comments on resource docs. This code copied from Sofit.
// Possible OBP Versions
val obpVersionsSupported = List("OBPv2.2.0", "OBPv3.0.0", "OBPv3.1.0", "OBPv4.0.0")
val otherVersionsSupported = List("BGv1.3", "UKv3.1", "UKv2.0", "STETv1.4", "PAPIv2.1.1.1", "b1")
val otherVersionsSupported = List("BGv1.3", "UKv3.1", "UKv2.0", "STETv1.4", "PAPIv2.1.1.1", "b1", "AUv1.0.0")
// Set the version to use.
val apiVersion: String = {