MELCloud & MELCloud Home API for Node.js - v48.2.0
    Preparing search index...

    Interface ClassicSuccessData

    Success half of the discriminated mutation response — Success: true and no attribute errors.

    interface ClassicSuccessData {
        AttributeErrors: null;
        Success: true;
    }
    Index
    AttributeErrors: null
    Success: true