fix:取消循环指纹的写死逻辑
This commit is contained in:
parent
fc3f27e951
commit
f23eff1c09
@ -253,10 +253,10 @@ class AddFingerprintLogic extends BaseGetXController {
|
|||||||
final List<int> getTokenList = changeStringListToIntList(token!);
|
final List<int> getTokenList = changeStringListToIntList(token!);
|
||||||
String startTime = DateTool().dateToHNString(state.effectiveDateTime.value);
|
String startTime = DateTool().dateToHNString(state.effectiveDateTime.value);
|
||||||
String endTime = DateTool().dateToHNString(state.failureDateTime.value);
|
String endTime = DateTool().dateToHNString(state.failureDateTime.value);
|
||||||
if (F.isSKY) {
|
// if (F.isSKY) {
|
||||||
startTime = '255:00';
|
// startTime = '255:00';
|
||||||
endTime = '255:00';
|
// endTime = '255:00';
|
||||||
}
|
// }
|
||||||
|
|
||||||
final String command = SenderAddFingerprintWithTimeCycleCoercionCommand(
|
final String command = SenderAddFingerprintWithTimeCycleCoercionCommand(
|
||||||
keyID: '1',
|
keyID: '1',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user