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
- Host: GitHub
- URL: https://github.com/devmapal/esp8266remotepowerswitch
- Owner: devmapal
- Created: 2018-02-04T15:22:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T15:33:37.000Z (over 8 years ago)
- Last Synced: 2025-09-16T19:31:59.561Z (9 months ago)
- Topics: 433mhz, arduino, esp, esp8266, esp8266-arduino, rc-switch, rest, rest-api, restful-api
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```