Skip to content

Commit

Permalink
Zvei fehlerbehebung
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMurdog committed Jan 17, 2024
1 parent 219e683 commit 7bb1488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/bosmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _BosmonRequest_Zvei(self, BM_hostname, BM_port, BM_user, BM_passwd, BM_chann

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 = {
'Content-Type': 'application/x-www-form-urlencoded',
'Authorization': encode(BM_user, BM_passwd)
Expand Down

0 comments on commit 7bb1488

Please sign in to comment.