diff -r a335a12936ce -r 94bc57d63128 client/uiclient.h --- a/client/uiclient.h Wed Dec 03 18:45:05 2025 +0100 +++ b/client/uiclient.h Thu Dec 04 19:04:08 2025 +0100 @@ -71,6 +71,8 @@ int msg_button(UiObject *parent, const CxJsonValue *value); +int msg_togglebutton(UiObject *parent, const CxJsonValue *value); +