-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.py
More file actions
41 lines (34 loc) · 996 Bytes
/
settings.py
File metadata and controls
41 lines (34 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
VERSION = "1.8.2"
start_text = "Labas - aš esu LY1BWB stoties botas."
roof_camera_host = "http://192.168.42.177/cgi-bin/hi3510/"
roof_camera_url = roof_camera_host + "snap.cgi?&-getpic"
lower_camera_url = "http://192.168.42.10/webcam/webcam3.jpg"
rig_camera_url = "http://192.168.42.10:8080/?action=snapshot"
window_camera_url = "http://192.168.42.129/snapshot.jpg?"
main_camera_url = (
"http://192.168.42.183/onvifsnapshot/media_service/snapshot?channel=1&subtype=0"
)
home_qth = "KO24PR15"
valid_users = {
"LY2EN",
"sutemos",
"LY1LB",
"LY0NAS",
"LY5AT",
"LY1WS",
"LY2DC",
"LY1JA",
"keturiantanasursule",
"volwerene",
"patriotmef",
"LY7GG",
"ly8ja"
}
mqtt_host = "mqtt.vurk"
mqtt_vhf_rot_path = "VURK/rotator/vhf"
mqtt_hf_rot_path = "VURK/rotator/hf"
mqtt_vhf_radio_path = "VURK/radio/IC9700"
mqtt_vhf_sdr_path = "tasmota_E65E89"
mqtt_uhf_sdr_path = "DUMMY"
mqtt_monitor_path = "tasmota_050E88"
mqtt_lights_path = "tasmota_C7DD34"