/* HumidityProfileConstants.java Copyright (c) 2015 NTT DOCOMO,INC. Released under the MIT license http://opensource.org/licenses/mit-license.php */ package org.deviceconnect.android.profile; import org.deviceconnect.profile.DConnectProfileConstants; /** * Constants for Humidity profile. * * @author NTT DOCOMO, INC. */ public interface HumidityProfileConstants extends DConnectProfileConstants { /** * profile name. */ String PROFILE_NAME = "humidity"; /** * parameter : {@value} . */ String PARAM_HUMIDITY = "humidity"; }