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

https://github.com/luizfranzon/smart-homer

Home automation project with ESP32 and mobile app, controlling lights via API.
https://github.com/luizfranzon/smart-homer

esp32 react-native

Last synced: 5 months ago
JSON representation

Home automation project with ESP32 and mobile app, controlling lights via API.

Awesome Lists containing this project

README

          

## ESP32 API REST + Smart Home App



## ESP32 Routes:
**GET**
/api/lights/
```json
{
"pin16": false,
"pin17": false
}
```

**POST** /api/lights/pin16=1
```json
{
"pin16": true,
"pin17": false
}
```