42 lines
625 B
YAML
42 lines
625 B
YAML
server:
|
|
host: "0.0.0.0"
|
|
port: 8081
|
|
|
|
devices:
|
|
webswitch:
|
|
host: "10.10.10.100"
|
|
|
|
power_genius:
|
|
host: "10.10.10.110"
|
|
port: 4001
|
|
|
|
tuner_genius:
|
|
host: "10.10.10.111"
|
|
port: 4001
|
|
|
|
antenna_genius:
|
|
host: "10.10.10.112"
|
|
port: 4001
|
|
|
|
rotator_genius:
|
|
host: "10.10.10.113"
|
|
port: 4533
|
|
|
|
ultrabeam:
|
|
host: "10.10.10.124"
|
|
port: 4210
|
|
|
|
flexradio:
|
|
enabled: true
|
|
host: "10.10.10.120"
|
|
port: 4992
|
|
interlock_name: "Ultrabeam"
|
|
|
|
weather:
|
|
openweathermap_api_key: ""
|
|
lightning_enabled: false
|
|
|
|
location:
|
|
latitude: 46.2814
|
|
longitude: 6.2389
|
|
callsign: "F4BPO" |