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