Skip to content

Commit

Permalink
[veSync] Vital and 131 Purifiers base support
Browse files Browse the repository at this point in the history
PUR131 and Vital additions
Signed-off-by: David Goodyear <[email protected]>
  • Loading branch information
dag81 committed Jul 28, 2023
1 parent 554463e commit 1512491
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class VesyncV1AirPurifierDeviceDetailsTest {
public void testParseV1AirPurifierDeviceDetailsResponse() {
VesyncV1AirPurifierDeviceDetailsResponse response = VeSyncConstants.GSON.fromJson(testAirPurifierResponseBasedOnCore400S,
VesyncV1AirPurifierDeviceDetailsResponse.class);
/*

if (response != null) {
assertEquals("on1", response.getScreenStatus());
assertEquals(1, response.getAirQuality());
Expand All @@ -64,5 +64,5 @@ public void testParseV1AirPurifierDeviceDetailsResponse() {
} else {
fail("GSON returned null");
}
}*/
}
}

0 comments on commit 1512491

Please sign in to comment.