AutoScale API Reference
AutoScale API Reference
Section titled “AutoScale API Reference”Base Endpoints
Section titled “Base Endpoints”https://api.redblu.io/v1/autoscaleWeighing Operations
Section titled “Weighing Operations”GET /devices/{device_id}/weight/current
Section titled “GET /devices/{device_id}/weight/current”น้ำหนักปัจจุบัน
GET /v1/autoscale/devices/scale_001/weight/currentResponse:
{ "success": true, "data": { "weight": 1247.5, "unit": "grams", "stability": "stable", "accuracy": 0.1, "timestamp": "2024-08-05T12:00:00Z" }}POST /devices/{device_id}/packaging/start
Section titled “POST /devices/{device_id}/packaging/start”เริ่มการบรรจุ
POST /v1/autoscale/devices/scale_001/packaging/startAuthorization: Bearer YOUR_API_KEYContent-Type: application/json
{ "target_weight": 1000, "tolerance": 5, "package_type": "bag_1kg", "batch_size": 100}Quality Control
Section titled “Quality Control”GET /devices/{device_id}/quality/report
Section titled “GET /devices/{device_id}/quality/report”รายงานคุณภาพ
GET /v1/autoscale/devices/scale_001/quality/report?date=2024-08-05Response:
{ "success": true, "data": { "total_packages": 1247, "within_tolerance": 1203, "accuracy_rate": 96.47, "average_deviation": 2.3, "rejected_packages": 44 }}Production Statistics
Section titled “Production Statistics”GET /devices/{device_id}/production/stats
Section titled “GET /devices/{device_id}/production/stats”สStatisticsการผลิต
GET /v1/autoscale/devices/scale_001/production/stats?period=todayResponse:
{ "success": true, "data": { "packages_completed": 1247, "total_weight": 1247000, "efficiency_rate": 94.2, "downtime_minutes": 23, "throughput_per_hour": 156 }}