Button group selection reset

WIth version v1.13 I'm able to reset button group state

[
    {
        "id": "2059f95a381c4ee9",
        "type": "ui-button-group",
        "z": "b5b01e12c2d27ec0",
        "g": "b5e2b560f2a5f66d",
        "name": "SDSR/SODR/SODC",
        "group": "82978573a448c0a7",
        "order": 5,
        "width": "2",
        "height": 1,
        "label": "",
        "rounded": true,
        "useThemeColors": true,
        "passthru": false,
        "options": [
            {
                "label": "SDSR",
                "icon": "",
                "value": "{\"message\":\"SDSR\"}",
                "valueType": "json",
                "color": "#ff6666"
            },
            {
                "label": "SODR",
                "icon": "",
                "value": "{\"message\":\"SODR\"}",
                "valueType": "json",
                "color": "#009999"
            },
            {
                "label": "SODC|ASAP",
                "icon": "",
                "value": "{\"message\":\"SODC\",\"type\":\"ASAP\"}",
                "valueType": "json",
                "color": "#009933"
            },
            {
                "label": "|CLAY",
                "icon": "",
                "value": "{\"message\":\"SODC\",\"type\":\"CLAY\"}",
                "valueType": "json",
                "color": "#999999"
            }
        ],
        "topic": "topic",
        "topicType": "msg",
        "x": 1650,
        "y": 420,
        "wires": [
            [
                "1a9fdb1f451fa462",
                "4cc8251a24e9094f"
            ]
        ]
    },
    {
        "id": "1a9fdb1f451fa462",
        "type": "trigger",
        "z": "b5b01e12c2d27ec0",
        "g": "b5e2b560f2a5f66d",
        "name": "",
        "op1": "",
        "op2": "{}",
        "op1type": "pay",
        "op2type": "json",
        "duration": "500",
        "extend": false,
        "overrideDelay": false,
        "units": "ms",
        "reset": "",
        "bytopic": "all",
        "topic": "topic",
        "outputs": 1,
        "x": 1790,
        "y": 370,
        "wires": [
            [
                "2059f95a381c4ee9"
            ]
        ]
    },
    {
        "id": "82978573a448c0a7",
        "type": "ui-group",
        "name": "SODE Definition",
        "page": "bad61fde43591b8a",
        "width": "3",
        "height": "1",
        "order": 1,
        "showTitle": true,
        "className": "",
        "visible": true,
        "disabled": "false"
    },
    {
        "id": "bad61fde43591b8a",
        "type": "ui-page",
        "name": "Splitex",
        "ui": "65cf368b48fdb5f6",
        "path": "/splitex",
        "icon": "home",
        "layout": "grid",
        "theme": "66ef48d50fdc6f7f",
        "order": 5,
        "className": "",
        "visible": true,
        "disabled": "false"
    },
    {
        "id": "65cf368b48fdb5f6",
        "type": "ui-base",
        "name": "My Dashboard",
        "path": "/dashboard",
        "includeClientData": true,
        "acceptsClientConfig": [
            "ui-notification",
            "ui-control",
            "ui-file-input"
        ],
        "showPathInSidebar": false,
        "showPageTitle": true,
        "navigationStyle": "default",
        "titleBarStyle": "default"
    },
    {
        "id": "66ef48d50fdc6f7f",
        "type": "ui-theme",
        "name": "Default With Blue",
        "colors": {
            "surface": "#ffffff",
            "primary": "#0094ce",
            "bgPage": "#eeeeee",
            "groupBg": "#ffffff",
            "groupOutline": "#cccccc"
        },
        "sizes": {
            "pagePadding": "12px",
            "groupGap": "12px",
            "groupBorderRadius": "4px",
            "widgetGap": "12px"
        }
    }
]

But this code snippet doesn't work with v1.16. Was there any changes regarding state reset?

Nothing intentional, can you open an issue here please