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

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

/* JADX INFO: loaded from: classes.dex */
public class CmdSetIrNotifyState implements SDKParsable {
    public SDKIrNotifyState state;

    private CmdSetIrNotifyState() {
    }

    public CmdSetIrNotifyState(SDKIrNotifyState sDKIrNotifyState) {
        this();
        this.state = sDKIrNotifyState;
    }
}
