An open API service indexing awesome lists of open source software.

https://github.com/devmapal/esp8266remotepowerswitch

Provide a RESTful API to 433 MHz remote power switches
https://github.com/devmapal/esp8266remotepowerswitch

433mhz arduino esp esp8266 esp8266-arduino rc-switch rest rest-api restful-api

Last synced: about 1 month ago
JSON representation

Provide a RESTful API to 433 MHz remote power switches

Awesome Lists containing this project

README

          

# ESP8266 Remote Power Switch

ESP8266 app to provide a RESTful API to receivers supported by
[rc-switch](https://github.com/sui77/rc-switch).

## Configuration
Create a `wifi_config.h` containing your WiFi credentials. Then configure the
pin the transmitter is connected to in `ESP8266RemotePowerSwitch.ino`, and
optionally update the web UI in `ui.h`.

## Exposed API
```
PUT //
Form data:
state: on|off
```