| Package | Description |
|---|---|
| com.airs.handlers | |
| com.airs.platform |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioHandler
Class to read audio-related sensors, specifically the AS and AF sensor
|
class |
BeaconHandler
Class to read audio-related sensors, specifically the BN, BD, BT sensor
|
class |
BloodPressureButtonHandler
Class to read blood pressure sensors, specifically the BP sensor
|
class |
CalendarHandler
Class to read calendar sensors, specifically the CA sensor
|
class |
CellHandler
Class to read cellular sensors, specifically the CR, CD, CS, CB, CI, CL, CC sensor
|
class |
EventButtonHandler
Class to read event annotation sensor, specifically the EB sensor
|
class |
EventTextHandler
Class to read text sharing sensor, specifically the ET sensor
|
class |
GPSHandler
Class to read GPS-based sensors, specifically the GO, GL, GA, GI, GC, GS sensor
|
class |
HeartMonitorHandler
Class to read Zephyr HxM related sensors, specifically the HL, HP, HI sensor
|
class |
MediaWatcherHandler
Class to read media watcher sensors, specifically the MW sensor
|
class |
MoodButtonHandler
Class to read self-annotated mood sensor, specifically the MO sensor
|
class |
MusicPlayerHandler
Class to read music player and spotify related sensors, specifically the MP, MA, ML, MT sensor
|
class |
NotificationHandler
Class to read notification related sensors, specifically the NO sensor
|
class |
PhoneSensorHandler
Class to read internal phone sensors, specifically the Az, Pi, Ro, PR, LI, PU, TM, HU sensor
|
class |
RandomHandler
Class to read random number generator sensors, specifically the Rd sensor
|
class |
SystemHandler
Class to read system related sensors, specifically the Ba, BV, Bc, BM, Rm, Sc, HS, IC, OC, SR, SS, TR, TV, TE sensor
|
class |
WeatherHandler
Class to read weather related sensors, specifically the VT, VF, VH, VC, VW, VI sensor
|
class |
WifiHandler
Class to read WiFi related sensors, specifically the WF, WI, WM, WS, WC sensor
|
| Modifier and Type | Field and Description |
|---|---|
Handler |
Sensor.handler
points to handler serving this sensor
|
static Handler[] |
HandlerManager.handlers
Reference to
Handler entries being instantiated |
| Modifier and Type | Method and Description |
|---|---|
static Handler |
SensorRepository.findHandler(String Symbol)
Finds sensor based on Symbol and returns handler serving sensor
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SensorRepository.insertSensor(String Symbol,
String Unit,
String Description,
String Explanation,
String type,
int scaler,
int min,
int max,
boolean hasHistory,
int poll,
Handler handler)
Inserts new sensor in list, calling appropriate
Sensor instance |