Add operator channel to broadcast settings route

Looks identical to the government channel in terms of the interface
This commit is contained in:
David McDonald
2021-06-09 13:49:06 +01:00
parent d18bf2c48a
commit be035664c4
3 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ service_broadcast_settings_schema = {
"type": "object",
"title": "Set a services broadcast settings",
"properties": {
"broadcast_channel": {"enum": ["test", "severe", "government"]},
"broadcast_channel": {"enum": ["operator", "test", "severe", "government"]},
"service_mode": {"enum": ["training", "live"]},
"provider_restriction": {"enum": ["three", "o2", "vodafone", "ee", "all"]}
},