Getting started with Control

This commit is contained in:
Ron Hale-Evans 2016-07-20 16:25:09 -07:00
parent 478b1c84de
commit 3f66870688
6 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# Do Something
# Device Name
Do something.
Gets a friendly name for the device derived from the its serial number.
```sig

View File

@ -1,6 +1,6 @@
# Do Something
# Device Serial Number
Do something.
Derive a unique, consistent serial number of this device from internal data.
```sig

View File

@ -1,6 +1,6 @@
# Do Something
# Event Timestamp
Do something.
Get the timestamp of the last event executed on the bus
```sig

View File

@ -1,6 +1,6 @@
# Do Something
# Event Value
Do something.
Get the value of the last event executed on the bus.
```sig

View File

@ -1,6 +1,6 @@
# Do Something
# On Event
Do something.
Raise an event in the event bus.
```sig

View File

@ -1,6 +1,6 @@
# Do Something
# Raise Event
Do something.
Raise an event in the event bus.
```sig