[](https://github.com/GamerClassN7/Smart_Home/search?l=php)
[](https://github.com/GamerClassN7/Smart_Home/search?l=js)
[](https://github.com/GamerClassN7/Smart_Home/search?l=html)
[](https://opensource.org/licenses/MIT)
[](https://discord.gg/6BPErAS)
## About Smart_Home
**Smart_Home** is a home automation project suited for **ESP boards** family (including NodeMCU). It supports PWA; supports tons of sensors; has modern and elegant UI; is easily customizable; is multilangual.
#### What works with Smart_Home?
* temperature sensors (e.g. DHT11/22),
* humidity sensors (e.g. DHT11/22),
* light detectors,
* water leak sensors,
* voltage meters,
* electricity consumption meters,
* switches,
* and many more...
## Table of Contents
* [About Smart_Home](#about-smart_home)
* [Screenshots](#screenshots)
* [Installation](#instalation)
* [Contributing](#contributing)
* [License](#license)
* [Built With](#built-with)
* [Authors](#authors)
## Installation
//zrób tu dużo panie revoxie!
## Screenshots
### Browser (Desktop PWA)
### Mobile (PWA)
## API
### POST Message (switch)
```
{
"token":"2"
}
```
### Answer (switch)
```
{
"device":{
"hostname":"2",
"sleepTime":0
},
"state":"succes",
"value":"0"
}
}
```
### POST Message (sensor)
```
{
"token":"4",
"values":{
"door":{
"value":1
}
}
}
```
### Answer (sensor)
```
{
}
```
## Contributions
//tu jebnę coś o pull requestach
## Authors
//tu jebnę autorów