From d8d9539cac80f821b03a3cf5e0d2bf9bd546272c Mon Sep 17 00:00:00 2001 From: Stephen Sun Date: Fri, 26 Aug 2022 20:54:38 +0800 Subject: [PATCH] Update field name in state db Signed-off-by: Stephen Sun --- doc/psud/PSU_daemon_design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/psud/PSU_daemon_design.md b/doc/psud/PSU_daemon_design.md index 89648f1541..01e4a7c2e1 100644 --- a/doc/psud/PSU_daemon_design.md +++ b/doc/psud/PSU_daemon_design.md @@ -125,7 +125,7 @@ PSU information is stored in PSU table: current = 1*3.3DIGIT ; the current of the PSU power = 1*4.3DIGIT ; the power of the PSU power_overload = "true" / "false" ; whether the PSU's power exceeds the threshold - power_threshold = 1*4.3DIGIT ; The power (warning) threshold + power_warning_threshold = 1*4.3DIGIT ; The power warning threshold power_critical_threshold = 1*4.3DIGIT ; The power critical threshold Now psud only collect and update "presence" and "status" field.