Documentation
    Preparing search index...

    Variable chStaSchemaConst

    chStaSchema: ZodObject<
        {
            isEnable: ZodUnion<[ZodLiteral<0>, ZodLiteral<1>]>;
            priority: ZodNumber;
        },
        "strip",
        ZodTypeAny,
        { isEnable: 0
        | 1; priority: number },
        { isEnable: 0 | 1; priority: number },
    > = ...

    Setting the emergency mode

    {
    "sn": "SP10*****",
    "operateType": "TCP",
    "params": {
    "cmdSet": 11,
    "id": 64,
    "isCfg": 1,
    "backupMode": 1,
    "overloadMode": 1,
    "chSta": [
    { "priority": 1, "isEnable": 1 },
    { "priority": 1, "isEnable": 1 },
    { "priority": 2, "isEnable": 1 },
    { "priority": 3, "isEnable": 1 },
    { "priority": 4, "isEnable": 1 },
    { "priority": 5, "isEnable": 1 },
    { "priority": 6, "isEnable": 1 },
    { "priority": 7, "isEnable": 1 },
    { "priority": 8, "isEnable": 1 },
    { "priority": 9, "isEnable": 1 }
    ]
    }
    }