Commit 424b9093 authored by Skye Yu's avatar Skye Yu

fix(schedule info): info not defined

parent b57ac1d9
...@@ -926,7 +926,7 @@ Jensen.prototype.sendScheduleInfo = function (infos) { ...@@ -926,7 +926,7 @@ Jensen.prototype.sendScheduleInfo = function (infos) {
const reserved = 0x00; // 预留 const reserved = 0x00; // 预留
bodys.concat([...startDate, ...endDate, reserved, ...codes]); bodys.concat([...startDate, ...endDate, reserved, ...codes]);
} }
console.log('send schedule info', info, bodys); console.log('send schedule info', infos, bodys);
return this.send(new Command(SCHEDULE_INFO).body(bodys)); return this.send(new Command(SCHEDULE_INFO).body(bodys));
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment