Is there an edgeDriver sample both with Dimmer and Remote Control?

I have a device and I am preparing to write edgeDriver for it. But I am confused whether it belongs to the category of switch or button. Because it has both dimming function and several button functions.
Now the new EdgeDriver examples seems to have the button and dimming functions completely independent. Is there any relevant code for reference for complex the case?

Hi @chenjun

About the category, the category allows the final user to change the types o icons on the app here is a post about it. For the several button functions Do you mean that you have several buttons or one button has several functionalities?

1 Like

Thanks! The device has only one button, which has several functionalities such as full central scene/dimmer/switch.

Okey, Can you be clearer with your problem? because I don’t completely understand this

you can use the capabilities and use them internally as you prefer, also if you have already implemente some code maybe I can help to you identify the problem.