mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Zvei fehlerbehebung
This commit is contained in:
parent
219e6830ea
commit
7bb1488157
|
|
@ -136,7 +136,7 @@ class BoswatchPlugin(PluginBase):
|
||||||
|
|
||||||
url = 'http://'+BM_hostname+':'+BM_port+'/telegramin/'+BM_channel+'/input.xml'
|
url = 'http://'+BM_hostname+':'+BM_port+'/telegramin/'+BM_channel+'/input.xml'
|
||||||
|
|
||||||
payload = 'type=pocsag&address='+get_zvei_adress+'&flags=0'
|
payload = 'type=zvei&address='+get_zvei_adress+'&flags=0'
|
||||||
headers = {
|
headers = {
|
||||||
'Content-Type': 'application/x-www-form-urlencoded',
|
'Content-Type': 'application/x-www-form-urlencoded',
|
||||||
'Authorization': encode(BM_user, BM_passwd)
|
'Authorization': encode(BM_user, BM_passwd)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue