Check Reolink IPC channels for firmware repair issue (#119241)

* Add IPC channels to firmware repair issue

* fix tests

* fix typo
This commit is contained in:
starkillerOG 2024-06-21 11:57:48 +02:00 committed by GitHub
parent ecd61c6b6d
commit c8ce935ec7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 21 deletions

View file

@ -127,6 +127,7 @@ class ReolinkChannelCoordinatorEntity(ReolinkHostCoordinatorEntity):
name=self._host.api.camera_name(dev_ch),
model=self._host.api.camera_model(dev_ch),
manufacturer=self._host.api.manufacturer,
hw_version=self._host.api.camera_hardware_version(dev_ch),
sw_version=self._host.api.camera_sw_version(dev_ch),
serial_number=self._host.api.camera_uid(dev_ch),
configuration_url=self._conf_url,