spaceapi

command module
v0.0.0-...-cbeebeb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2025 License: AGPL-3.0 Imports: 15 Imported by: 0

README

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>/

Documentation

The Go Gopher

There is no documentation for this package.