ソースを参照

fix(duerOS): duerOS card

lind 4 年 前
コミット
941a3e44ab
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/pages/cloud/DuerOS/typings.d.ts

+ 1 - 0
src/pages/cloud/DuerOS/typings.d.ts

@@ -28,6 +28,7 @@ type ActionMapping = {
   };
 };
 type DuerOSItem = {
+  productName?: string;
   version: number;
   manufacturerName: string;
   autoReportProperty: boolean;