fix:取消循环指纹的写死逻辑

This commit is contained in:
liyi 2025-08-15 14:12:13 +08:00
parent fc3f27e951
commit f23eff1c09

View File

@ -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',