package com.hdl.sdk.link.zigbee.callback; /** * Created by jlchen on 12/16/21. */ public interface HDLZBCallBack { void onSuccess(String msg); void onError(String error); }