trc
trc
``` from sp110e.controller_sync import ControllerSync devices = ControllerSync.discover(ControllerSync) print(devices) mac = devices[0]['SP110E'] device = ControllerSync(mac, timeout=2, retries=1) device.print_parameters() device.switch_on() device.set_brightness(255) device.set_color(255,0,0) device.print_parameters() ``` result: ``` [{'SP110E': '97:79:0D:19:5F:81'}] state : False...
in old versions of Chatty, when using any plugins like DiscordSRV, it was possible to explicitly specify the name of the chat from chatty in the config of other plugins,...