Skip to content

ModelSupportsVaneVertical and ModelSupportsVaneHorizontal swapped in the API #3

@Sander0542

Description

@Sander0542

Firstly, thank you for keeping this library alive and up to date.

Bug

The MELCloud API provides information about which features are supported on a device. For some reason, the ModelSupportsVaneVertical and the ModelSupportsVaneHorizontal fields within the Device information are swapped.

Example

This is the JSON response for the Mitsubishi Electric MSZ-HR35VF device which only support the vertical vanes (up down).

{
  "Device": {
    ...
    "ModelSupportsVaneVertical": false,
    "ModelSupportsVaneHorizontal": true,
    ...
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions