Documentation
    Preparing search index...

    Variable glacierSetTemperatureUnitSchemaConst

    glacierSetTemperatureUnitSchema: ZodObject<
        {
            id: ZodNumber;
            moduleType: ZodLiteral<1>;
            sn: ZodType<`BX11${string}`, ZodTypeDef, `BX11${string}`>;
            version: ZodLiteral<"1.0">;
        } & {
            operateType: ZodLiteral<"tmpUnit">;
            params: ZodObject<
                { unit: ZodNumber },
                "strip",
                ZodTypeAny,
                { unit: number },
                { unit: number },
            >;
        },
        "strip",
        ZodTypeAny,
        {
            id: number;
            moduleType: 1;
            operateType: "tmpUnit";
            params: { unit: number };
            sn: `BX11${string}`;
            version: "1.0";
        },
        {
            id: number;
            moduleType: 1;
            operateType: "tmpUnit";
            params: { unit: number };
            sn: `BX11${string}`;
            version: "1.0";
        },
    > = ...

    Set temperature unit(0: Celsius; 1: Fahrenheit)

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