update... still not useable

This commit is contained in:
Cort Buffington
2019-03-07 19:21:45 -06:00
parent 5ab34d93d8
commit 0677a2c772
3 changed files with 31 additions and 10 deletions

View File

@@ -45,6 +45,20 @@ BRIDGES = {
]
}
TELEMETRY = {
'WORLDWIDE': [
{'SYSTEM': 'MASTER-1', 'ON': [], 'OFF': []}
],
'ENGLISH': [
{'SYSTEM': 'MASTER-1', 'ON': [], 'OFF': []},
{'SYSTEM': 'REPEATER-1', 'ON': [], 'OFF': []}
],
'STATEWIDE': [
{'SYSTEM': 'MASTER-1', 'ON': [], 'OFF': []},
{'SYSTEM': 'REPEATER-1', 'ON': [], 'OFF': []}
]
}
if __name__ == '__main__':
from pprint import pprint
pprint(BRIDGES)