[`get_lldp_neighbors_detail()`](https://github.com/napalm-automation-community/napalm-huawei-vrp/blob/master/napalm_huawei_vrp/huawei_vrp.py#L866) still output an hardcoded `{}` (while [`get_lldp_neighbors()`](https://github.com/napalm-automation-community/napalm-huawei-vrp/blob/master/napalm_huawei_vrp/huawei_vrp.py#L818) does works). But, as it [looks like](https://github.com/search?q=repo%3Anetbox-community%2Fnetbox-napalm-plugin+get_lldp_neighbors&type=code), [NetBox NAPALM Plugin](https://github.com/netbox-community/netbox-napalm-plugin/) requires `get_lldp_neighbors_detail`, it cannot work with only `get_lldp_neighbors`. My *LLDP Neighbors* tab in NetBox stays empty, while the *Status* and *Config* tabs are populated as expected. Is there any plan to develop it? [In 2020 it was expected for `0.2.0`](https://github.com/napalm-automation-community/napalm-huawei-vrp/issues/1#issuecomment-622979792), but `1.2.0` is released now; how is it going? Thanks anyway for all the work!