diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index 907f6dd..2298d4c 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -133,7 +133,7 @@ const topicHeating = (name: string) => ({ if (!json || !json["boostactiveendtime"]) { return "inactive"; } else { - return new Date(json["windowopenactiveendtime"] * 1000).toLocaleTimeString(); + return new Date(json["boostactiveendtime"] * 1000).toLocaleTimeString(); } } },