Documentation
    Preparing search index...

    Variable acStandbyTimeSchemaConst

    acStandbyTimeSchema: ZodObject<
        extendShape<
            extendShape<
                {
                    id: ZodNumber;
                    sn: ZodType<`R331${string}`, ZodTypeDef, `R331${string}`>;
                    version: ZodLiteral<"1.0">;
                },
                { moduleType: ZodLiteral<5> },
            >,
            {
                operateType: ZodLiteral<"standbyTime">;
                params: ZodObject<
                    { standbyMins: ZodNumber },
                    "strip",
                    ZodTypeAny,
                    { standbyMins: number },
                    { standbyMins: number },
                >;
            },
        >,
        "strip",
        ZodTypeAny,
        {
            id: number;
            moduleType: 5;
            operateType: "standbyTime";
            params: { standbyMins: number };
            sn: `R331${string}`;
            version: "1.0";
        },
        {
            id: number;
            moduleType: 5;
            operateType: "standbyTime";
            params: { standbyMins: number };
            sn: `R331${string}`;
            version: "1.0";
        },
    > = ...

    AC standby time when there is no load (0: never shuts down, default value: 12 x 60 mins, unit: minute)

    {
    "id": 123456789,
    "version":"1.0",
    "sn": "R331XXXXXX",
    "moduleType": 5,
    "operateType": "standbyTime",
    "params": {
    "standbyMins": 180
    }
    }