Skip to content

Basic wifi controlled switch based on an ESP8266 and Arduino.

Notifications You must be signed in to change notification settings

apexskier/esp8266-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Basic wifi controlled switch based on an ESP8266 and Arduino.

HTTP API

GET /

Returns JSON describing switch status.

{
    "open": true
}

POST /?open=[true|false]

HTTP status indicates success or failure.

About

Basic wifi controlled switch based on an ESP8266 and Arduino.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages