ElinkProbeBoxWithScreenCmdUtils class
- Inheritance
-
- Object
- ElinkProbeBaseCmdUtils
- ElinkProbeBoxBaseCmdUtils
- ElinkProbeBoxWithScreenCmdUtils
Constructors
-
ElinkProbeBoxWithScreenCmdUtils.new(List<
int> mac, {List<int> cid = ElinkProbeConfig.cidProbeBoxWithScreen}) -
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
-
cancelAmbientAlarm(
List< int> probeMac) → Future<List< int> > -
盒子取消环境温度报警
使用UUID(elinkWriteUuid: FFE1)的特征值写入
Write using the characteristic value of UUID(elinkWriteUuid: FFE1)
inherited
-
clearBoxProbeInfo(
List< int> probeMac) → Future<List< int> > - 盒子清除探针信息 使用UUID(elinkWriteUuid: FFE1)的特征值写入 Write using the characteristic value of UUID(elinkWriteUuid: FFE1)
-
getCid(
) → List< int> -
inherited
-
getElinkA7Data(
List< int> payload) → Future<List< int> > -
inherited
-
getMac(
) → List< int> ? -
inherited
-
getProbeInfo(
) → Future< List< int> > - 盒子获取探针信息 使用UUID(elinkWriteUuid: FFE1)的特征值写入 Write using the characteristic value of UUID(elinkWriteUuid: FFE1)
-
getVersion(
) → List< int> -
获取版本
使用UUID(elinkWriteAndNotifyUuid: FFE3)的特征值写入
Write using the characteristic value of UUID(elinkWriteAndNotifyUuid: FFE3)
inherited
-
initialize(
List< int> mac, {required List<int> cid}) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAmbientAlarm(
List< int> probeMac) → Future<List< int> > - 盒子设置环境温度报警 使用UUID(elinkWriteUuid: FFE1)的特征值写入 Write using the characteristic value of UUID(elinkWriteUuid: FFE1)
-
setBoxProbeInfo(
ElinkProbeInfo probeInfo) → Future< List< int> > - 盒子设置探针信息 使用UUID(elinkWriteUuid: FFE1)的特征值写入 Write using the characteristic value of UUID(elinkWriteUuid: FFE1)
-
switchUnit(
int unit) → Future< List< int> > -
切换单位
unit 0: °C, 1: °F
使用UUID(elinkWriteUuid: FFE1)的特征值写入
Write using the characteristic value of UUID(elinkWriteUuid: FFE1)
override
-
syncTime(
{DateTime? dateTime}) → List< int> -
同步时间
使用UUID(elinkWriteAndNotifyUuid: FFE3)的特征值写入
Write using the characteristic value of UUID(elinkWriteAndNotifyUuid: FFE3)
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited