You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,12 @@ to start with an integration driver for the Remote Two.
19
19
20
20
It defines a single push button with a callback handler. When pushed, it just prints a message in the console.
21
21
22
+
## remote
23
+
24
+
The [remote.py](remote.py) example shows how to use the [remote-entity](https://github.com/unfoldedcircle/core-api/blob/main/doc/entities/entity_remote.md).
25
+
26
+
It defines some simple commands, a custom button mapping and user interface pages for the available commands.
27
+
22
28
## setup_flow
23
29
24
30
The [setup_flow](setup_flow.py) example shows how to define a dynamic setup flow for the driver setup.
0 commit comments