From 466903c90059297ba42b2e29b76825ab42ead8e8 Mon Sep 17 00:00:00 2001 From: "WQY\\qiong" Date: Fri, 18 Nov 2022 20:46:45 +0800 Subject: [PATCH] Fix typo --- api/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/command.py b/api/command.py index 7c3dc27..71bcd4a 100644 --- a/api/command.py +++ b/api/command.py @@ -38,7 +38,7 @@ _s7_valve = 'valve' _s8_tag = 'tag' _s9_demand = 'demand' _s10_status = 'status' -_s11_pattern = 'patten' +_s11_pattern = 'pattern' _s12_curve = 'curve' _s13_control = 'control' _s14_rule = 'rule'