Class AntPlusEnvironmentPcc.IpcDefines

java.lang.Object
com.dsi.ant.plugins.antplus.pcc.AntPlusEnvironmentPcc.IpcDefines
Enclosing class:
AntPlusEnvironmentPcc

public class AntPlusEnvironmentPcc.IpcDefines extends Object
Defines the keys and values used to communicate between the PCC and plugin. User code should never have to reference these defines.
  • Field Details

    • PATH_ANTPLUS_ENVIRONMENTPLUGIN_PKG

      public static final String PATH_ANTPLUS_ENVIRONMENTPLUGIN_PKG
      The plugin package path.
      See Also:
    • PATH_ANTPLUS_ENVIRONMENTPLUGIN_SERVICE

      public static final String PATH_ANTPLUS_ENVIRONMENTPLUGIN_SERVICE
      The plugin service path.
      See Also:
    • MSG_EVENT_ENVIRONMENT_whatTEMPERATUREDATA

      public static final int MSG_EVENT_ENVIRONMENT_whatTEMPERATUREDATA
      Current temperature and 24 hour highs and lows.
      See Also:
    • MSG_EVENT_ENVIRONMENT_TEMPERATUREDATA_PARAM_decimalCURRENTTEMPERATURE

      public static final String MSG_EVENT_ENVIRONMENT_TEMPERATUREDATA_PARAM_decimalCURRENTTEMPERATURE
      The most recent temperature reading of the sensor (up to 0.01*C accuracy). Sent in the MSG_EVENT_ENVIRONMENT_whatTEMPERATUREDATA event.
      See Also:
    • MSG_EVENT_ENVIRONMENT_TEMPERATUREDATA_PARAM_longEVENTCOUNT

      public static final String MSG_EVENT_ENVIRONMENT_TEMPERATUREDATA_PARAM_longEVENTCOUNT
      Incremented every measurement. Sent in the MSG_EVENT_ENVIRONMENT_whatTEMPERATUREDATA event.
      See Also:
    • MSG_EVENT_ENVIRONMENT_TEMPERATUREDATA_PARAM_decimalLOWLAST24HOURS

      public static final String MSG_EVENT_ENVIRONMENT_TEMPERATUREDATA_PARAM_decimalLOWLAST24HOURS
      Lowest temperature recorded over the last 24 hours (up to 0.1*C accuracy). Sent in the MSG_EVENT_ENVIRONMENT_whatTEMPERATUREDATA event.
      See Also:
    • MSG_EVENT_ENVIRONMENT_TEMPERATUREDATA_PARAM_decimalHIGHLAST24HOURS

      public static final String MSG_EVENT_ENVIRONMENT_TEMPERATUREDATA_PARAM_decimalHIGHLAST24HOURS
      Highest temperature recorded over the last 24 hours (up to 0.1*C accuracy). Sent in the MSG_EVENT_ENVIRONMENT_whatTEMPERATUREDATA event.
      See Also:
  • Constructor Details

    • IpcDefines

      public IpcDefines()