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,
...
}
}
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
ModelSupportsVaneVerticaland theModelSupportsVaneHorizontalfields within the Device information are swapped.Example
This is the JSON response for the
Mitsubishi Electric MSZ-HR35VFdevice which only support the vertical vanes (up down).{ "Device": { ... "ModelSupportsVaneVertical": false, "ModelSupportsVaneHorizontal": true, ... } }