Skip to content

Commit c9bb704

Browse files
map and usability enhancements
1 parent 38f7e2b commit c9bb704

22 files changed

Lines changed: 823 additions & 565 deletions

File tree

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Handy samples for xAPI In-Room Controls & Macros
22

3-
This repo regroups a set of macros and controls, check the related folder.
3+
This repo regroups [macros](./macros) and [controls](./controls) examples, plus handy commands when coding against the xAPI.
44

5-
Hereafter I present the commands I happen to often use when coding against the xAPI.
6-
Simply SSH to your Collaboration Device and start a TSH (t-shell) to run these commands.
75

8-
## Listen to events
6+
## Listening to events
7+
8+
Simply SSH to your Collaboration Device and run the commands below in a TSH (t-shell).
99

1010
```shell
1111
# Listen to all notifications (events, status, commands)
@@ -20,4 +20,19 @@ xfeedback register /Event/UserInterface/Extensions
2020
```shell
2121
# Stop listening
2222
xfeedback deregisterall
23-
```
23+
```
24+
25+
26+
## Sending messages
27+
28+
```shell
29+
# Listen to messages
30+
xfeedback register /Event/Message/Send
31+
```
32+
33+
```shell
34+
# Send message
35+
xCommand Message Send Text: "This is random text"
36+
```
37+
38+
Check the [message Macro](macros/8-message.js) for an example in javascript.

controls/hackercorner/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

controls/hackercorner/help.png

-184 KB
Binary file not shown.

0 commit comments

Comments
 (0)