package com.seewo.sdk.internal.command.system;

import com.seewo.sdk.internal.model.SDKParsable;

/* JADX INFO: loaded from: classes.dex */
public class CmdRemovePowerControlTask implements SDKParsable {
    public int id;

    public CmdRemovePowerControlTask() {
        this.id = -1;
    }

    public CmdRemovePowerControlTask(int i) {
        this.id = i;
    }
}
