Support for Hue wall switch modules (connected to traditional light switches)

I bought two Hue wall switches and in the official binding documentation I saw no mention of them. The information from the API about this switch is:

{
	"state": {
		"buttonevent": 2002,
		"lastupdated": "2023-03-24T15:15:37"
	},
	"swupdate": {
		"state": "noupdates",
		"lastinstall": "2023-03-24T14:30:16"
	},
	"config": {
		"on": true,
		"battery": 100,
		"reachable": true,
		"devicemode": "dualrocker",
		"devicemodevalues": [
			"singlerocker",
			"singlepushbutton",
			"dualrocker",
			"dualpushbutton"
		],
		"pending": []
	},
	"name": "Hue wall switch module 1",
	"type": "ZLLSwitch",
	"modelid": "RDM001",
	"manufacturername": "Signify Netherlands B.V.",
	"productname": "Hue wall switch module",
	"diversityid": "8ea98295-bec1-477f-bf00-94de51b30987",
	"swversion": "1.0.5",
	"uniqueid": "00:17:88:01:0c:c4:15:33-01-fc00",
	"capabilities": {
		"certified": true,
		"primary": true,
		"inputs": [
			{
				"repeatintervals": [
					800
				],
				"events": [
					{
						"buttonevent": 1000,
						"eventtype": "initial_press"
					},
					{
						"buttonevent": 1002,
						"eventtype": "short_release"
					}
				]
			},
			{
				"repeatintervals": [
					800
				],
				"events": [
					{
						"buttonevent": 2000,
						"eventtype": "initial_press"
					},
					{
						"buttonevent": 2002,
						"eventtype": "short_release"
					}
				]
			}
		]
	}
}

As you can see, it presents itself as switch mode RDM001 and I have this switch setup as a dualrocker, meaning a traditional dual on/off light switche is connected to it.

The events are basically a subset of the 0820 dimmer switch events. Did I miss something or is it indeed not (yet) supported?

OK, I tried the ‘0820’ dimmer switch type and it does trigger the events like ‘2002.0’, so that seems to work:

0820 dimf_hall [sensorId="64"]  // Wall switch (RDM001, dual rocker)
[INFO ] [openhab.event.ChannelTriggeredEvent ] - hue:0820:1:dimf_hall:dimmer_switch_event triggered 2002.0