From 1455830c6a19053a79cd872d7410571fe49a0539 Mon Sep 17 00:00:00 2001 From: RefineryX <46373533+RefineryX@users.noreply.github.com> Date: Fri, 7 Jan 2022 12:51:44 +0000 Subject: [PATCH] Updated VeSync to show support for 300s and 400s (#21080) --- source/_integrations/vesync.markdown | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/source/_integrations/vesync.markdown b/source/_integrations/vesync.markdown index d3bcf7df292..35349f8f316 100644 --- a/source/_integrations/vesync.markdown +++ b/source/_integrations/vesync.markdown @@ -53,8 +53,10 @@ This integration supports devices controllable by the VeSync App. The following ### Fans +- Core 200S: Smart True HEPA Air Purifier +- Core 300S: Smart True HEPA Air Purifier +- Core 400S: Smart True HEPA Air Purifier - LEVOIT Smart Wifi Air Purifier (LV-PUR131S) -- LEVOIT Core 200S Smart True HEPA Air Purifier (Core200S) ## Prerequisite @@ -89,15 +91,15 @@ VeSync air purifiers will expose the following details depending on the features | Attribute | Description | Example | | ----------------------- | --------------------------------------------------------------------------------- | --------------- | -| `mode` | The current mode the device is in. (LV-PUR131S, Core200S) | manual | -| `speed` | The current speed setting of the device. (LV-PUR131S, Core200S) | high | +| `mode` | The current mode the device is in. (LV-PUR131S, Core200S/300s/400s) | manual | +| `speed` | The current speed setting of the device. (LV-PUR131S, Core200S/300s/400s) | high | | `speed_list` | The available list of speeds supported by the device. (LV-PUR131S) | high | | `active_time` | The number of seconds since the device has been in a non-off mode. (LV-PUR131S) | 1598 | -| `filter_life` | Remaining percentage of the filter. (LV-PUR131S, Core200S) | 142 | +| `filter_life` | Remaining percentage of the filter. (LV-PUR131S, (Core200S/300s/400s) | 142 | | `air_quality` | The current air quality reading. (LV-PUR131S) | excellent | | `screen_status` | The current status of the screen. (LV-PUR131S) | on | -| `night_light` | The current status of the night light (Core200S) | off | -| `child_lock` | The current status of the child lock (Core200S) | off | +| `night_light` | The current status of the night light (Core200S/Core400s) | off | +| `child_lock` | The current status of the child lock (Core200S/300s/400s) | off | ## Extracting Attribute data