Documentation
    Preparing search index...

    Variable deltaProSetXBoostSchemaConst

    deltaProSetXBoostSchema: ZodObject<
        extendShape<
            { sn: ZodType<`DCABZ${string}`, ZodTypeDef, `DCABZ${string}`> },
            {
                params: ZodObject<
                    extendShape<
                        { cmdSet: ZodLiteral<32> },
                        {
                            enabled: ZodUnion<[ZodLiteral<0>, ZodLiteral<1>]>;
                            id: ZodLiteral<66>;
                            xboost: ZodUnion<[ZodLiteral<0>, ZodLiteral<1>]>;
                        },
                    >,
                    "strip",
                    ZodTypeAny,
                    { cmdSet: 32; enabled: 0
                    | 1; id: 66; xboost: 0 | 1 },
                    { cmdSet: 32; enabled: 0 | 1; id: 66; xboost: 0 | 1 },
                >;
            },
        >,
        "strip",
        ZodTypeAny,
        {
            params: { cmdSet: 32; enabled: 0
            | 1; id: 66; xboost: 0 | 1 };
            sn: `DCABZ${string}`;
        },
        {
            params: { cmdSet: 32; enabled: 0
            | 1; id: 66; xboost: 0 | 1 };
            sn: `DCABZ${string}`;
        },
    > = ...

    Setting the X-Boost switch

    {
    "sn": "DCABZ*****",
    "params": {
    "cmdSet": 32,
    "id": 66,
    "enabled": 0,
    "xboost": 0
    }
    }