Getting started with Control
This commit is contained in:
parent
478b1c84de
commit
3f66870688
@ -1,6 +1,6 @@
|
||||
# Do Something
|
||||
# Device Name
|
||||
|
||||
Do something.
|
||||
Gets a friendly name for the device derived from the its serial number.
|
||||
|
||||
```sig
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Do Something
|
||||
# Device Serial Number
|
||||
|
||||
Do something.
|
||||
Derive a unique, consistent serial number of this device from internal data.
|
||||
|
||||
```sig
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Do Something
|
||||
# Event Timestamp
|
||||
|
||||
Do something.
|
||||
Get the timestamp of the last event executed on the bus
|
||||
|
||||
```sig
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Do Something
|
||||
# Event Value
|
||||
|
||||
Do something.
|
||||
Get the value of the last event executed on the bus.
|
||||
|
||||
```sig
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Do Something
|
||||
# On Event
|
||||
|
||||
Do something.
|
||||
Raise an event in the event bus.
|
||||
|
||||
```sig
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Do Something
|
||||
# Raise Event
|
||||
|
||||
Do something.
|
||||
Raise an event in the event bus.
|
||||
|
||||
```sig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user