mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
start_time to up_time
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
'ip':'%s',\
|
||||
'mask':'%s',\
|
||||
'gateway':'%s',\
|
||||
'start_time':%ld\
|
||||
'up_time':%ld\
|
||||
}"
|
||||
|
||||
#define POWER_INFO_JSON "{'sockets':'%s','idx':%d,'len':%d,'p_count':%ld,'powers':[%s],'up_time':'%s'}"
|
||||
|
||||
@@ -432,7 +432,7 @@ HttpGet("/status", function (re) {
|
||||
$("#info_ip").html(status.ip);
|
||||
$("#info_mask").html(status.mask);
|
||||
$("#info_gateway").html(status.gateway);
|
||||
$("#uptime").html(status.start_time);
|
||||
$("#uptime").html(status.up_time);
|
||||
});
|
||||
|
||||
//Menu-start
|
||||
|
||||
Reference in New Issue
Block a user