Explorar el Código

Update fiberhome.js

MoeClub hace 1 año
padre
commit
33ef5d3b4c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      fiberhome.js

+ 3 - 1
fiberhome.js

@@ -95,5 +95,7 @@ function Post(d, uri) {
 }
 
 Login();
-Post({"dataObj":{"result":"DeviceInfo.HardwareVersion"},"ajaxmethod":"get_value_by_xmlnode"})
+Post({"dataObj":{"MemoryTotal":"DeviceInfo.MemoryStatus.Total", "MemoryFree": "DeviceInfo.MemoryStatus.Free"},"ajaxmethod":"get_value_by_xmlnode"});
+Post({"dataObj":{"KEY":"UPTIME"},"ajaxmethod":"get_cmd_result_web"});
+Post({"dataObj":null,"ajaxmethod":"version_detection"});