<div dir="ltr">Hi,<br><br>I've written a small utility called slide-switch that translates slide switch position changes into normal button presses.<br><br>For devices with a (3-position) slide switch, for example the TP-Link TL-MR3020, the switch is usually represented to the system as two push buttons. So a change to the switch position triggers one or two button events, and finding the current position requires reading from two GPIOs.<br><br>Others have shared script snippets for specific devices, but I thought it was time to create a package that anyone can install and start using their slide switch without having to re-script the wheel.<br><br>I've combed the wiki for devices with a slide switch and have incorporated their details, but since I only have a TL-MR3020, I'm unable to verify that the package works correctly on those other devices. (I may also be missing devices that have a slide switch but aren't described in the wiki.)<br><br>I'd like to make sure the package works on a few more devices before submitting to the official package feed. So if you have a device with a slide switch, I'd really appreciate it if you can install the package and let me know if it works (or doesn't work) for you, either on this thread or on GitHub.<br><br>Home page (with a list of supported devices): <a href="https://github.com/jefferyto/openwrt-slide-switch">https://github.com/jefferyto/openwrt-slide-switch</a><br>Packages for CC 15.05.1: <a href="https://github.com/jefferyto/openwrt-slide-switch/releases/tag/0.9.0">https://github.com/jefferyto/openwrt-slide-switch/releases/tag/0.9.0</a><br>(Not sure if these will install correctly on trunk; let me know if they don't.)<br><br>Thanks in advance!<br>Jeff<br><br></div>