ElinkHealthRingCmdUtils class
- Inheritance
-
- Object
- ElinkHealthRingBaseUtils
- ElinkHealthRingCmdUtils
Constructors
-
ElinkHealthRingCmdUtils(List<
int> mac, {List<int> cid = ElinkHealthRingConfig.cidHealthRing}) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
closeAutoCheck(
) → Future< List< int> > -
closeSleepCheck(
) → Future< List< int> > -
closeStepCheck(
) → Future< List< int> > -
deleteCheckupHistory(
) → Future< List< int> > -
deleteSleepAndStepHistory(
) → Future< List< int> > -
getAutoCheckState(
) → Future< List< int> > -
getCheckupDuration(
) → Future< List< int> > -
getCheckupHistory(
) → Future< List< int> > -
getCheckupHistoryOver(
) → Future< List< int> > -
getCheckupType(
) → Future< List< int> > -
getCid(
) → List< int> -
inherited
-
getDeviceState(
) → Future< List< int> > -
getElinkA7Data(
List< int> payload) → Future<List< int> > -
inherited
-
getJFSensorInfo(
) → Future< List< int> > -
getMac(
) → List< int> ? -
inherited
-
getNextCheckupHistory(
) → Future< List< int> > -
getNextSleepAndStepHistory(
) → Future< List< int> > -
getSleepAndStepDuration(
) → Future< List< int> > -
getSleepAndStepHistory(
) → Future< List< int> > -
getSleepAndStepHistoryOver(
) → Future< List< int> > -
getSleepCheckState(
) → Future< List< int> > -
getStepCheckState(
) → Future< List< int> > -
getTime(
) → List< int> -
getUnixTime(
) → List< int> -
initialize(
List< int> mac, {required List<int> cid}) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openAutoCheck(
) → Future< List< int> > -
openSleepCheck(
) → Future< List< int> > -
openStepCheck(
) → Future< List< int> > -
replyDevice(
) → Future< List< int> > -
setCheckupDuration(
int duration) → Future< List< int> > -
setCheckupType(
ElinkCheckupType type) → Future< List< int> > -
setSleepAndStepDuration(
int duration) → Future< List< int> > -
startCheckup(
) → Future< List< int> > -
stopCheckup(
) → Future< List< int> > -
syncBleTime(
DateTime now) → List< int> -
syncUnixTime(
DateTime now) → List< int> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited