Alexander Petrov
Results
2
comments of
Alexander Petrov
> Just received this email stating that the user had found the following solution but it’s not appearing here. Is it spam or factual. It's my mistake, just messed thread...
Same problem I solved, via change code in broadlink_cli: -parser.add_argument("data", nargs='', help="Data to send or convert") +parser.add_argument("--data", nargs='', help="Data to send or convert") Now it works perfectly: broadlink_cli --device @ac...