diff --git a/docs/custom_ui.mdx b/docs/custom_ui.mdx index 8ab8ea1..007cbdb 100644 --- a/docs/custom_ui.mdx +++ b/docs/custom_ui.mdx @@ -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