package com.seewo.libmcuservice.constant;

/* JADX INFO: loaded from: classes.dex */
public class ITemperatureConstants {
    public static final int ACTION_IN_GET_TEMPERATURE_STATUS = 0;
    public static final int ACTION_OUT_RECEIVE_TEMPERATURE_STATUS = 0;
    public static final String KEY_RECEIVE_TEMPERATURE_STATUS = "KEY_RECEIVE_TEMPERATURE_STATUS";

    private ITemperatureConstants() {
    }
}
