Right/left Flip_indicator_light in Aqara H2 EU double rocker switch

Hello All,

At the moment, this switch exposes a single flip_indicator_light (cf Aqara WS-K08E control via MQTT | Zigbee2MQTT)

Is there any hope to be able to set a different value for right side vs left side ? Is it physically possible ? If it is, how should one think about it ?

My use case is that I am using each side to control 2 independent set of lights and I have some logic to show or not the led depending on the status of the lights themselves combined with the status of the switch.
Since both sides are trying to control the same entity, it will trigger some inconsistencies hence negating its usefulness.

(think a solution would be to modify the logic to take into account both sides in my led syc automation but I wanted to avoid that...)

All help welcome !

EDIT: My "solution" is in fact not achievable because my logic might require that even though both switches are in the same state, one led be on and the other off.

Just for fun this is the logic

Switch Left Light Left Switch Right Light Right Result Led Left Result Led Right
Off Off Off Off On On
Off Off On Off On On
Off Off Off On On On
Off Off On On On Off
On Off Off Off On On
On Off On Off On On
On Off Off On On On
On Off On On On Off
Off On Off Off On On
Off On On Off On On
Off On Off On On On
Off On On On On Off
On On Off Off Off On
On On On Off Off On
On On Off On Off On
On On On On Off Off

The idea was to account for the fact that someone might turn off the lights in the hue app instead of using the switch in which case I would want the led to be on even though the switch was still up.

Happy to get some recommendations on how to achieve the above table using other tricks than the flip_indicator_light switch.