Documentation
    Preparing search index...

    Variable glacierSetIceDetachingSchemaConst

    glacierSetIceDetachingSchema: ZodObject<
        extendShape<
            {
                id: ZodNumber;
                moduleType: ZodLiteral<1>;
                sn: ZodType<`BX11${string}`, ZodTypeDef, `BX11${string}`>;
                version: ZodLiteral<"1.0">;
            },
            {
                operateType: ZodLiteral<"deIce">;
                params: ZodObject<
                    {
                        enable: ZodUnion<
                            [
                                ZodUnion<[ZodUnion<[(...), (...)]>, ZodLiteral<4>]>,
                                ZodLiteral<5>,
                            ],
                        >;
                    },
                    "strip",
                    ZodTypeAny,
                    { enable: 0
                    | 1
                    | 4
                    | 5 },
                    { enable: 0 | 1 | 4 | 5 },
                >;
            },
        >,
        "strip",
        ZodTypeAny,
        {
            id: number;
            moduleType: 1;
            operateType: "deIce";
            params: { enable: 0
            | 1
            | 4
            | 5 };
            sn: `BX11${string}`;
            version: "1.0";
        },
        {
            id: number;
            moduleType: 1;
            operateType: "deIce";
            params: { enable: 0
            | 1
            | 4
            | 5 };
            sn: `BX11${string}`;
            version: "1.0";
        },
    > = ...

    Set ice detaching enable: 0: Invalid 1: Detach iceiceTm: Duration of ice detaching; unit: secfsmState: 4: Detaching ice, 5: Detaching completed

    {
    "id":123456789,
    "version":"1.0",
    "sn":"BX11ZCB4EF2E0002",
    "moduleType":1,
    "operateType":"deIce",
    "params": {
    "enable": 0
    }
    }