Documentation
    Preparing search index...

    Variable wave2SetTemperatureSystemSchemaConst

    wave2SetTemperatureSystemSchema: ZodObject<
        extendShape<
            {
                id: ZodNumber;
                moduleType: ZodLiteral<1>;
                sn: ZodType<`KT21${string}`, ZodTypeDef, `KT21${string}`>;
                version: ZodLiteral<"1.0">;
            },
            {
                operateType: ZodLiteral<"tempSys">;
                params: ZodObject<
                    { mode: ZodUnion<[ZodLiteral<0>, ZodLiteral<1>]> },
                    "strip",
                    ZodTypeAny,
                    { mode: 0 | 1 },
                    { mode: 0 | 1 },
                >;
            },
        >,
        "strip",
        ZodTypeAny,
        {
            id: number;
            moduleType: 1;
            operateType: "tempSys";
            params: { mode: 0
            | 1 };
            sn: `KT21${string}`;
            version: "1.0";
        },
        {
            id: number;
            moduleType: 1;
            operateType: "tempSys";
            params: { mode: 0
            | 1 };
            sn: `KT21${string}`;
            version: "1.0";
        },
    > = ...

    Set unit of temperature(0: Celsius, 1: Fahrenheit)

    {
    "id": 123456789,
    "version": "1.0",
    "sn": "KT21ZCH2ZF170012",
    "operateType": "tempSys",
    "params": {
    "mode": 1
    }
    }