mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2025-04-05 10:58:33 -04:00
Update web_tables.py
This commit is contained in:
parent
5376103770
commit
2d0867409f
@ -411,7 +411,7 @@ def rts_update(p):
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['TYPE'] = callType
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['SUB'] = '{} ({})'.format(alias_short(sourceSub, subscriber_ids), sourceSub)
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['SRC'] = peer
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['DEST'] = '{}'.format(alias_tgid(destination,talkgroup_ids))
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['DEST'] = '{} ({})'.format(alias_tgid(destination,talkgroup_ids),destination)
|
||||
if action == 'END':
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['TS'] = False
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['COLOR'] = BLACK
|
||||
@ -457,7 +457,7 @@ def rts_update(p):
|
||||
CTABLE['PEERS'][system][timeSlot]['TYPE'] = callType
|
||||
CTABLE['PEERS'][system][timeSlot]['SUB'] = '{} ({})'.format(alias_short(sourceSub, subscriber_ids), sourceSub)
|
||||
CTABLE['PEERS'][system][timeSlot]['SRC'] = sourcePeer
|
||||
CTABLE['PEERS'][system][timeSlot]['DEST'] = '{}'.format(alias_tgid(destination,talkgroup_ids))
|
||||
CTABLE['PEERS'][system][timeSlot]['DEST'] = '{} ({})'.format(alias_tgid(destination,talkgroup_ids),destination)
|
||||
if action == 'END':
|
||||
CTABLE['PEERS'][system][timeSlot]['TS'] = False
|
||||
CTABLE['PEERS'][system][timeSlot]['COLOR'] = BLACK
|
||||
|
Loading…
Reference in New Issue
Block a user