USER画面
管理者画面
送信テスト
自己診断
DBセットアップ
POST送信テスト
初回送信時、このtokenがDBへ登録されます。以後は同じtokenで認証されます。
送信JSON
{ "site_id": "default_site", "token": "test_token_123", "sent_at": "2026-07-16 19:19:37", "measured_at": "2026-07-16 19:19:37", "data": [ { "device_id": "dev_temp_001", "device_name": "サーバ室 温湿度センサー", "item_code": "temperature", "value": 28.5, "unit": "℃" }, { "device_id": "dev_temp_001", "device_name": "サーバ室 温湿度センサー", "item_code": "humidity", "value": 55, "unit": "%" }, { "device_id": "dev_fridge_001", "device_name": "冷蔵庫 温度センサー", "item_code": "temperature", "value": 6.20000000000000017763568394002504646778106689453125, "unit": "℃" } ], "status": "normal" }
api/receive.php へ送信
結果