Commit e0f23995 authored by Skye Yu's avatar Skye Yu

revert

parent a0bac545
...@@ -799,7 +799,7 @@ Jensen.prototype.recordTestEnd = async function (type, seconds) { ...@@ -799,7 +799,7 @@ Jensen.prototype.recordTestEnd = async function (type, seconds) {
return this.send(new Command(0xf009).body([type]), seconds); return this.send(new Command(0xf009).body([type]), seconds);
}; };
Jensen.prototype.test111 = async function (seconds) { Jensen.prototype.test = async function (seconds) {
return this.send(new Command(DEVICE_MSG_TEST), seconds); return this.send(new Command(DEVICE_MSG_TEST), seconds);
}; };
......
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