V4.0.1b - added pSeizure to data returned by web interface.
This commit is contained in:
@@ -318,6 +318,9 @@ public class SdData implements Parcelable {
|
||||
jsonObj.put("o2SatAlarmStanding", mO2SatAlarmStanding);
|
||||
jsonObj.put("o2SatThreshMin", mO2SatThreshMin);
|
||||
jsonObj.put("o2Sat", mO2Sat);
|
||||
jsonObj.put("cnnAlarmActive", mCnnAlarmActive);
|
||||
jsonObj.put("pSeizure", mPseizure);
|
||||
|
||||
JSONArray arr = new JSONArray();
|
||||
for (int i = 0; i < simpleSpec.length; i++) {
|
||||
arr.put(simpleSpec[i]);
|
||||
|
||||
Reference in New Issue
Block a user