msgflo
Version:
Polyglot FBP runtime based on message queues
17 lines (16 loc) • 305 B
YAML
component: 'my/LightBulb'
icon: 'file-word-o'
role: 'mybulb'
label: 'A lightbubl that can be on or off'
inports:
-
id: 'enable'
type: 'boolean'
description: ''
queue: '/mylightbulb/ffo/1/set-on'
outports:
-
id: 'confirm'
type: 'boolean'
description: 'ff'
queue: '/mylightbulb/ffo/1/is-on'