flipdot / spaceapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spaceapi

Usage

Sensors

https://<server>/sensors/<sensortype>/<location>/<value>[/<unit>[/<description>]]

curl -XPUT -d '[                        =99% v52%
    {
        "SensorType": "temperature",
        "Location": "lounge",
        "Value": 10.0,
        "Unit": "C",
        "Description": "test"
    }
]' https://<server>/sensors/

Door

https://<server>/door/<state>/<users>/<usernames>/

About

License:GNU Affero General Public License v3.0


Languages

Language:Go 95.7%Language:Makefile 2.5%Language:Dockerfile 1.9%