Last active
August 24, 2021 18:18
-
-
Save edufelipe/5ee8921f882551d47d6422d9b3d56614 to your computer and use it in GitHub Desktop.
SignageQ Samples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"queues": [ | |
{ | |
"id": "82a5819f-84fe-4755-8dc2-c6f439ef454e", | |
"t": "single-consumer", | |
"name": "Priority Queue 1", | |
"prefix": "P-", | |
"bg_color": "#B0BF1A", | |
"fg_color": "#000000", | |
"attr_name": "__attr-7jgG%$'s", | |
"broadcast_port": 5544 | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"queues": [ | |
{ | |
"id": "c200f82c-eb59-4f80-9f64-9d085996c12e", | |
"t": "single-consumer", | |
"name": "General Queue", | |
"prefix": "", | |
"bg_color": "#99DDFF", | |
"fg_color": "#FFFFFF", | |
"attr_name": "__attr-8ahyb1", | |
"broadcast_port": 5544 | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"queues": [ | |
{ | |
"id": "c200f82c-eb59-4f80-9f64-9d085996c14e", | |
"t": "single-consumer", | |
"name": "General Queue 2", | |
"prefix": "", | |
"bg_color": "#BFB01A", | |
"fg_color": "#000000", | |
"attr_name": "__attr-9ahyb1", | |
"broadcast_port": 5544 | |
}, | |
{ | |
"id": "c200f82c-eb59-4f80-9f67-9d085996c12e", | |
"t": "single-consumer", | |
"name": "Priority Queue 2", | |
"prefix": "P2-", | |
"bg_color": "#DD99FF", | |
"fg_color": "#FFFFFF", | |
"attr_name": "__attr-8chdb1", | |
"broadcast_port": 5544 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment