Update ReadMe

This commit is contained in:
LitterDryFish
2019-09-11 18:49:10 +08:00
parent 95601fce9f
commit a17c8a7c67
4 changed files with 467 additions and 63 deletions

View File

@@ -13,11 +13,12 @@ public class Main {
private static String humidity;
private static WebUtils webUtils;
private static float slice;
public static void main(String[] args) {
webUtils = WebUtils.getInstance();
System.out.println("开始转发任务");
getAndUpData();
// fengshan();
}
private static void fengshan() {
@@ -59,6 +60,7 @@ public class Main {
isin = String.valueOf((int) funcList.getData());
} else if (funcList.getType().equals("温度")) {
temporature = String.valueOf(funcList.getData());
} else if (funcList.getType().equals("湿度")) {
humidity = String.valueOf(funcList.getData());
}