A native Android application for real-time IoT device monitoring and control. Connects to a Node.js backend via REST API, with JWT authentication and LED on/off control.
https://yytechs.xyz| Method | Endpoint | Used In |
|---|---|---|
| POST | /api/login |
LoginActivity |
| GET | /api/dashboard/stats |
DashboardActivity |
| GET | /api/dashboard/devices |
DashboardActivity |
| GET | /api/devices |
LedActivity |
| POST | /api/devices/{id}/led |
LedActivity |