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
|
```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
|
```sig
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Do Something
|
# Event Timestamp
|
||||||
|
|
||||||
Do something.
|
Get the timestamp of the last event executed on the bus
|
||||||
|
|
||||||
```sig
|
```sig
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Do Something
|
# Event Value
|
||||||
|
|
||||||
Do something.
|
Get the value of the last event executed on the bus.
|
||||||
|
|
||||||
```sig
|
```sig
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Do Something
|
# On Event
|
||||||
|
|
||||||
Do something.
|
Raise an event in the event bus.
|
||||||
|
|
||||||
```sig
|
```sig
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Do Something
|
# Raise Event
|
||||||
|
|
||||||
Do something.
|
Raise an event in the event bus.
|
||||||
|
|
||||||
```sig
|
```sig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user