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

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

/* JADX INFO: loaded from: classes.dex */
public class CmdSetPowerState implements SDKParsable {
    public f powerState;

    private CmdSetPowerState() {
    }

    public CmdSetPowerState(f fVar) {
        this();
        this.powerState = fVar;
    }
}
