Releases: pmokbel/libgpiod-relay-rest-api
Releases · pmokbel/libgpiod-relay-rest-api
v0.7.7 - Initial Public Release
libgpiod Relay REST API - v0.7.7
First public release of the libgpiod relay REST API daemon.
Features
- ⚡ Modern GPIO Interface - Uses libgpiod kernel interface (not deprecated sysfs)
- 🔐 Secure Authentication - SHA-256 hashed token-based auth
- 🎛️ Device Type System - Trigger (momentary) and Switch (persistent) device types
- 🔌 Active-Low Support - Built-in support for active-low relay logic
- 💾 State Persistence - Switch devices remember state across restarts
- 🏠 Home Assistant Ready - Example integrations included
- 🐳 Docker Deployment - Containerized with GPIO device pass-through
Quick Start
git clone https://github.com/pmokbel/libgpiod-relay-rest-api.git
cd libgpiod-relay-rest-api
cp config.example.json config.json
# Edit config.json with your token and GPIO pins
docker-compose up -d