V4.0.1b - added pSeizure to data returned by web interface.

This commit is contained in:
Graham Jones
2022-09-23 22:53:23 +01:00
parent 2318af9be7
commit bcb74b1fa0
2 changed files with 5 additions and 2 deletions

View File

@@ -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]);