please help me, i wangt to connect my led strip but idk he said my device didnt not found
import timeimport asyncioimport logging # Don't forget to add this lineimport trionesControl.trionesControl as tcasync def main(): # Change the mac address to the one of your bulb or LED strip device = await tc.connect('FB:00:E0:82:AA:1F') await tc.powerOn(device)if __name__ == "__main__": logging.basicConfig(level=logging.INFO) asyncio.run(main())