Documentation
    Preparing search index...

    Variable wave2SetTemperatureDisplaySchemaConst

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

    Set temperature display (0: Display ambient temperature; 1: Display air outlet temperature)

    {
    "id": 123456789,
    "version": "1.0",
    "sn": "KT21ZCH2ZF170012",
    "moduleType" :1,
    "operateType": "tempDisplay",
    "params": {
    "tempDisplay":0
    }
    }