REPOSITORY
tymict/agri-hmi Private
[참조 MVP] 농기계 운용 HMI — ICU 텔레메트리를 운전자용 상태·경보·진행률 View Model로 변환합니다.
https://git.agrithing.ai/tymict/agri-hmi.git 42be0a1 feat: adopt typescript HMI SDV reference implementation
07d7c72 ci: add language-specific static and dynamic analysis
cfe9cc6 docs: define component scope and interface contract
79b0483 ci: verify contract tests and evidence package
781167f feat: add executable reference MVP
7b0c599 docs: define component scope and interface contract
1 items · main
·/ web/index.html
html · 760 B · 095a77b Download
<!doctype html><html lang="ko"><meta charset="utf-8"><title>Agricultural HMI MVP</title><style>body{margin:0;background:#09090b;color:#fafafa;font:16px system-ui}.shell{max-width:900px;margin:40px auto}.top{display:flex;justify-content:space-between}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.card{background:#18181b;border:1px solid #3f3f46;border-radius:12px;padding:24px}b{font-size:36px;color:#86efac}.ok{color:#4ade80}</style><div class="shell"><div class="top"><h1>농기계 운용 HMI</h1><strong class="ok">● NORMAL</strong></div><div class="grid"><div class="card">운전 모드<br><b>AUTO</b></div><div class="card">주행 속도<br><b>1.4</b> m/s</div><div class="card">작업 진행률<br><b>70%</b></div></div></div></html>