From 409c13d0886117d5ee4ff42186d90b19a692b804 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 21 二月 2023 14:06:36 +0800
Subject: [PATCH] 增加品牌认证

---
 AndroidOpenDemo/app/src/main/java/com/utils/HdlToLcUtils.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/AndroidOpenDemo/app/src/main/java/com/utils/HdlToLcUtils.java b/AndroidOpenDemo/app/src/main/java/com/utils/HdlToLcUtils.java
index 72f3259..09ffed0 100644
--- a/AndroidOpenDemo/app/src/main/java/com/utils/HdlToLcUtils.java
+++ b/AndroidOpenDemo/app/src/main/java/com/utils/HdlToLcUtils.java
@@ -31,6 +31,7 @@
     private String token;
     private String subAccessToken;
     private IAddCamera iAddCamera;
+    private String productBrandldentity;
 
     public Activity getActivity() {
         return activity;
@@ -142,6 +143,14 @@
         LCDeviceEngine.newInstance().setHomeId(homeId);
     }
 
+    public String getProductBrandldentity() { return productBrandldentity;}
+
+    public void setProductBrandldentity(String productBrandldentity){
+        this.productBrandldentity = productBrandldentity;
+        LCDeviceEngine.newInstance().setProductBrandldentity(productBrandldentity);
+
+    }
+
     public String getToken() {
         return token;
     }

--
Gitblit v1.8.0