Skip to content

Commit a6d93aa

Browse files
committed
Fixed incorrect Type display for FAN sensors caused by some pull request..
1 parent e0ad61e commit a6d93aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/WebServer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9078,7 +9078,6 @@ namespace http {
90789078
root["result"][ii]["HaveTimeout"] = bHaveTimeout;
90799079
root["result"][ii]["Image"] = "Fan";
90809080
root["result"][ii]["TypeImg"] = "Fan";
9081-
root["result"][ii]["Type"] = "Speaker";
90829081
}
90839082
else if (dSubType == sTypeSoundLevel)
90849083
{

0 commit comments

Comments
 (0)