{ "comment": "应用线程启动配置 — 修改 enable 字段控制线程是否启动", "apps": [ {"name": "app_sys", "enable": true, "comment": "系统应用(数据中心,必须启用)"}, {"name": "app_cmd", "enable": true, "comment": "命令行应用(SSH终端交互)"}, {"name": "app_web_server", "enable": true, "comment": "Web 服务器(HTTP/WS,端口8000)"}, {"name": "app_com_decode", "enable": true, "comment": "通讯编解码应用(串口/TCP收发)"}, {"name": "app_iec", "enable": true, "comment": "IEC 101/104 协议应用"}, {"name": "app_self_ptl", "enable": true, "comment": "ICP67 私有规约应用"}, {"name": "app_iec61850m", "enable": true, "comment": "IEC 61850 MMS 客户端"}, {"name": "app_iec61850s", "enable": true, "comment": "IEC 61850 MMS 服务端"} ] }