mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
HPlus: Rename HPlusHandlerThread method
This commit is contained in:
+2
-2
@@ -384,8 +384,8 @@ class HPlusHandlerThread extends GBDeviceIoThread {
|
||||
}
|
||||
|
||||
|
||||
public boolean processStepStats(byte[] data) {
|
||||
LOG.debug("Process Step Stats");
|
||||
public boolean processDaySummary(byte[] data) {
|
||||
LOG.debug("Process Day Summary");
|
||||
HPlusDataRecordDaySummary record;
|
||||
|
||||
try{
|
||||
|
||||
+1
-1
@@ -790,7 +790,7 @@ public class HPlusSupport extends AbstractBTLEDeviceSupport {
|
||||
return syncHelper.processIncomingSleepData(data);
|
||||
|
||||
case HPlusConstants.DATA_STEPS:
|
||||
return syncHelper.processStepStats(data);
|
||||
return syncHelper.processDaySummary(data);
|
||||
|
||||
case HPlusConstants.DATA_DAY_SUMMARY:
|
||||
case HPlusConstants.DATA_DAY_SUMMARY_ALT:
|
||||
|
||||
Reference in New Issue
Block a user