Commit 20892c0b authored by martin hou's avatar martin hou

fix: 增加新设备型号的兼容处理

parent 239aac54
......@@ -154,6 +154,7 @@ function Jensen(log, conn) {
if (productId == 0x0103) return 'hidock-h1e';
if (productId == 0x2040) return 'hidock-p1';
if (productId == 0x2041) return 'hidock-p1:mini';
if (productId == 0x0104) return 'hidock-h1:lite';
return 'unknown';
}
......
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