IFTTT to HiveMQ Bridge
Endpoints:
- POST /webhook - Receive IFTTT webhook
- POST /servo - Direct servo control
- GET /status - Check MQTT connection status
IFTTT Webhook Setup:
Configure your IFTTT webhook with:
- URL: https://your-domain.com/webhook
- Method: POST
- Content Type: application/json
- Body: {"angle": "{{Value1}}"}
Direct Servo Control:
POST to /servo with JSON: {"angle": 90}