mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-04-29 18:25:58 +00:00
Support EH23 TOTA
This commit is contained in:
@@ -121,12 +121,20 @@ spot-providers:
|
||||
class: "XOTA"
|
||||
name: "39C3 TOTA"
|
||||
enabled: false
|
||||
url: "wss://dev.39c3.totawatch.de/api/spot/live"
|
||||
url: "wss://39c3.totawatch.de/api/spot/live"
|
||||
# Fixed SIG for all spots from a provider & location CSV are currently only a feature for the "XOTA" provider,
|
||||
# the software found at https://github.com/nischu/xOTA/. This is because this is a generic backend for xOTA
|
||||
# programmes and so different URLs provide different programmes.
|
||||
sig: "TOTA"
|
||||
locations-csv: "datafiles/39c3-tota.csv"
|
||||
-
|
||||
class: "XOTA"
|
||||
name: "EH23 TOTA"
|
||||
enabled: true
|
||||
url: "wss://eh23.totawatch.de/api/spot/live"
|
||||
sig: "TOTA"
|
||||
locations-csv: "datafiles/eh23-tota.csv"
|
||||
|
||||
|
||||
# Alert providers to use. Same setup as the spot providers list above.
|
||||
alert-providers:
|
||||
|
||||
Reference in New Issue
Block a user