Add descriptions
This commit is contained in:
parent
09e5147859
commit
4383a14ae7
1 changed files with 4 additions and 1 deletions
|
@ -16,21 +16,24 @@ function DisplayParticipant(broker, role, defaultUrls, timer) {
|
|||
let participant;
|
||||
const def = {
|
||||
component: 'msgflo-browser/infodisplay',
|
||||
label: 'Browser-based information display',
|
||||
label: 'Show URL on a public screen.',
|
||||
icon: 'television',
|
||||
inports: [
|
||||
{
|
||||
id: 'open',
|
||||
description: 'URL to be opened',
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
id: 'urls',
|
||||
description: 'URL list for rotation',
|
||||
type: 'array',
|
||||
},
|
||||
],
|
||||
outports: [
|
||||
{
|
||||
id: 'opened',
|
||||
description: 'The URL that has been opened and is showing.',
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue