jamesmf
(jamesmf@fastmail.net)
December 30, 2019, 10:28pm
1
I’m going through the example My Lamp
here , and when I get to the rules section, I see
On
Off
Brightness
Event: overheated
as possible inputs. And
as outputs.
What determines what is shown in the rule input/output blocks? Why can’t I see the action Fade
for instance?
jamesmf
(jamesmf@fastmail.net)
December 30, 2019, 10:33pm
2
Is it the type
s of ["OnOffSwitch", "Light"]
?
Inputs:
All properties
All events
Clock
Outputs:
All properties
Actions with no inputs
Browser notification
Notifications via notifier add-ons
You can’t see the fade action because it has inputs. We don’t currently support those for rule outputs.
jamesmf
(jamesmf@fastmail.net)
December 31, 2019, 4:32am
4
Oh okay! I was looking at the email-sender and notifications threw me off; I thought that that was an action with an input, being used as the output of a rule. But I didn’t realize that the notifier was its own class.
Thanks!