| | |
| | | private String token; |
| | | private String subAccessToken; |
| | | private IAddCamera iAddCamera; |
| | | private String productBrandldentity; |
| | | |
| | | public Activity getActivity() { |
| | | return activity; |
| | |
| | | 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; |
| | | } |