Philips Hue node#
ใช้ Philips Hue node เพื่อช่วยทำงานใน Philips Hue แบบอัตโนมัติและเชื่อมต่อกับแอปพลิเคชันอื่น ๆ. n8n มีการสนับสนุนคุณสมบัติของ Philips Hue หลากหลาย เช่น การลบ, ดึงข้อมูล, และอัปเดต lights.
ในหน้านี้ คุณจะพบรายการของ operations ที่ Philips Hue node รองรับและลิงก์สำหรับข้อมูลเพิ่มเติม.
Credentials
ดูรายละเอียดเพิ่มเติมได้ที่ Philips Hue credentials สำหรับคำแนะนำในการตั้งค่า authentication.
Operations#
- Light
- Delete a light
- Retrieve a light
- Retrieve all lights
- Update a light
Templates and examples#
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.