Parcourir la source

fix(duerOS): duerOS card

lind il y a 3 ans
Parent
commit
941a3e44ab
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 = {
 type DuerOSItem = {
+  productName?: string;
   version: number;
   version: number;
   manufacturerName: string;
   manufacturerName: string;
   autoReportProperty: boolean;
   autoReportProperty: boolean;