I am new on this forum sorry if I do something wrong in this topic.
So I am building an openmqttgateway, and I would like to make something original with it. I would like it to be a decorative object and behave like a kind of controll pannel.
So I needed a simple way to connect multiple buttons. After looking at the code I haven’t found anything matching with my needs. I wanted something like GpioInputSensor but with up to 8 buttons.
So I decided to code my own senser ZsensorGPIOMultiInput wich behave like ZsensorGPIOInput but can manage up to 8 buttons.
Yesterday I tested all my code and everythings works pretty good.
So my questions are: Why is there nothing like this is in current code? Should I propose my code to review or is there a reason why it does not exist?