From ef0ec57230ed4d6aec3141c4523a1da6a6be449f Mon Sep 17 00:00:00 2001 From: gunu3371 <55932910+gunu3371@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:29:24 +0900 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 780bfe3..bd1b777 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,10 @@ ODROID-M1S 용 UPS모듈용 파이썬 스크립트 + ### 기능 + 자동 종료 + UPS/전원상태를 로그에 저장 + + BE400같은 통신기능이 없는 UPS를 대신하여 다른 서버/컴퓨터에 종료신호 뿌리기(작업중) ## EN -python script for ODROID-M1S UPS Module +Python script for UPS module for ODROID-M1S ++ ### Features + + Automatic shutdown + + Save UPS/power status in log + + Providing a shutdown signal to other servers/computers in place of a UPS that does not have a communication function such as BE400 (work in progress)