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

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

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

    private CmdRealPowerOff() {
        this.timeCount = -1;
    }

    public CmdRealPowerOff(int i2) {
        this();
        this.timeCount = i2;
    }
}
