From 4383a14ae77f19fdcdb03d3030e0b3bd63aa407f Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Wed, 29 Nov 2017 15:12:00 +0100 Subject: [PATCH] Add descriptions --- infodisplay/infodisplay.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/infodisplay/infodisplay.js b/infodisplay/infodisplay.js index 0e1486a..7c3a8c9 100644 --- a/infodisplay/infodisplay.js +++ b/infodisplay/infodisplay.js @@ -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', }, {