React Native project for controlling blinds using rts-controller from phone.
The application is closely bound to the rts-controller and its custom TCP protocol (plain text commands over a TCP socket) and is designed to work only with this counterpart.
- automatically obtains list of defined controllers and creates UI for them
- sends commands (
up
,down
,my
,prog
) over the TCP socket - automatically reconnects when app goes background/foreground
This project is licenced under the GNU Lesser General Public License v3.0 - see the LICENSE file for details.