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
1 items · main
·/ contracts/component.interface.json
json · 537 B · 8c6280f Download
{  "$schema": "https://json-schema.org/draft/2020-12/schema",  "title": "농기계 운용 HMI interface",  "type": "object",  "required": [    "component",    "inputContract",    "outputContract"  ],  "properties": {    "component": {      "const": "tymict/agri-hmi"    },    "inputContract": {      "type": "string"    },    "outputContract": {      "type": "string"    },    "transport": {      "enum": [        "JSON/CLI",        "ROS2-adapter",        "HTTP-adapter",        "CAN-adapter"      ]    }  }}