Switchbot LED light strip not working properly

my Switchbot LED light strip was working fine, although unreliable.
now, it’s permanently dead. Using the official Switchbot app, it could not find the strip as well. i can still press the power button on the strip itself physically to turn it on.
so is it safe to say the wireless chip on the strip is now dead?

HA error log shows: Logger: switchbot.devices.device
Source: /usr/local/lib/python3.10/site-packages/switchbot/devices/device.py:174
First occurred: 8:47:23 PM (2 occurrences)
Last logged: 8:47:25 PM

60-55-F9-24-36-42 (60:55:F9:24:36:42): communication failed; Stopping trying; RSSI: -66
Traceback (most recent call last):
File “/usr/local/lib/python3.10/site-packages/bleak_retry_connector/init.py”, line 567, in establish_connection
await client.connect(
File “/usr/src/homeassistant/homeassistant/components/bluetooth/models.py”, line 294, in connect
self._async_get_backend() or self._async_get_fallback_backend()
File “/usr/src/homeassistant/homeassistant/components/bluetooth/models.py”, line 335, in _async_get_backend
raise BleakError(f"No device found for address {address}")
bleak.exc.BleakError: No device found for address 60:55:F9:24:36:42

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/usr/local/lib/python3.10/site-packages/switchbot/devices/device.py”, line 145, in _send_command
return await self._send_command_locked(key, command)
File “/usr/local/lib/python3.10/site-packages/switchbot/devices/device.py”, line 307, in _send_command_locked
await self._ensure_connected()
File “/usr/local/lib/python3.10/site-packages/switchbot/devices/device.py”, line 217, in _ensure_connected
client = await establish_connection(
File “/usr/local/lib/python3.10/site-packages/bleak_retry_connector/init.py”, line 644, in establish_connection
_raise_if_needed(name, description, exc)
File “/usr/local/lib/python3.10/site-packages/bleak_retry_connector/init.py”, line 518, in _raise_if_needed
raise BleakConnectionError(msg) from exc
bleak_retry_connector.BleakConnectionError: 60-55-F9-24-36-42 (60:55:F9:24:36:42) - 60:55:F9:24:36:42 → /org/bluez/hci0: Failed to connect: No device found for address 60:55:F9:24:36:42