A-SW Hub / Repositories
Local Gitea · READ ONLY
← 저장소 Repositories
REPOSITORY

tymict/agri-hmi Private

[참조 MVP] 농기계 운용 HMI — ICU 텔레메트리를 운전자용 상태·경보·진행률 View Model로 변환합니다.

https://git.agrithing.ai/tymict/agri-hmi.git
6 commits
12 items · main
·/ package.json
json · 211 B · 8cb8eef Download
{  "name": "tymict-agri-hmi",  "version": "0.2.0",  "private": true,  "type": "module",  "scripts": {    "check": "node --check src/component.mjs",    "test": "node --test tests/component.test.mjs"  }}