From 7e9930a444a089095e429a5e3c9ca73e837a5b3f Mon Sep 17 00:00:00 2001 From: weiz Date: Mon, 27 Nov 2023 15:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=95=B0=E6=8D=AE=E7=9B=91?= =?UTF-8?q?=E6=B5=8B=E9=A1=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/monitoritem.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/monitoritem.php diff --git a/config/monitoritem.php b/config/monitoritem.php new file mode 100644 index 00000000..b516b1cb --- /dev/null +++ b/config/monitoritem.php @@ -0,0 +1,19 @@ +'风向', + 'wind_speed'=>'风速', + 'air_temperature'=>'空气温度', + 'air_moisture'=>'空气湿度', + 'co2_content'=>'空气二氧化碳含量', + 'pressure'=>'大气压强', + 'rainfall'=>'降雨量', + 'light_intensity'=>'光照强度', + 'soil_temperature'=>'土壤温度', + 'soil_moisture'=>'土壤湿度', + 'conductivity'=>'土壤电导率', + 'ph'=>'土壤酸碱度', + 'n_content'=>'土壤氮含量', + 'p_content'=>'土壤磷含量', + 'k_content'=>'土壤钾含量', + ]; \ No newline at end of file