Control Hub

System Access

Control Hub

System Dashboard

Authenticated User

Create New Switch

API Documentation

Get all switches: GET /api/switches

Get specific switch: GET /api/switch/{name}

Example: GET https://yourdomain.com/api/switch/master-switch

Returns: {"name": "master-switch", "state": true}

Change Password