Skip to content

Commit

Permalink
fix to only 1 byte
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelus22 committed Sep 30, 2023
1 parent 5c1ede2 commit a947b95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/custom_ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@ The button control is a clickable that sends a numeric value.
}
```

The `options` element defines value to be sent, e.g. `"options": [10],`. The value data is one byte (i.e. <=255), otherwise it is two bytes. See [Handling 16-bit Values](#handling-16-bit-values) for handling two byte values.

The `options` element defines value to be sent, e.g. `"options": [10],`. The value data is one byte (i.e. <=255).

### Toggle Control

Expand Down

0 comments on commit a947b95

Please sign in to comment.