Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Feb 16, 2021
1 parent fabc77b commit 15c0154
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,17 @@ interface {

## Client commands

### Start Listening for events

```ts
interface {
messageId: string;
command: "start_listening";
}
```

### Set value on a node

```ts
interface {
messageId: string;
Expand Down

0 comments on commit 15c0154

Please sign in to comment.