uzlonewolf

Results 10 issues of uzlonewolf

Trying to type out that 'git clone' line was annoying me so I made it smaller. https://tinyurl.com/SSPARI can now be used instead, making the commands ``` pi@raspberrypi:~/ $ git clone...

The way find_device() returned a tuple didn't sit right with me, so I made it return a dict instead. This will also allow expanding the info returned in the future...

It's not finished yet, I have a bunch of stuff commented out as it hasn't been updated yet, but this is the direction I'm heading. Doing a force-scan adds 4-7...

This will allow quoted "::" and "[::]" style IPv6 addresses. Combined with a small change to stubby this will close both #358 and [stubby#304](https://github.com/getdnsapi/stubby/issues/304)

So, I don't know if this is a Cloudflare, Stubby, or GetDNS bug, but when Stubby is configured to use only Cloudflare and multiple requests for the same name are...

When combined with https://github.com/getdnsapi/getdns/pull/514 will close #304 and allow writing IP addresses in the form of ``` listen_addresses: - ::1@853 - "[::1]@853" ```

Draft for now as there are still a few FIXME's and errant print()'s, but I wanted some feedback on the direction I was going. The scanner has also been updated...

I recently discovered another issue with having tons of devices. Like I mentioned in https://github.com/jasonacox/tinytuya/discussions/208#discussioncomment-4082687, I'm dumping a bunch of device sockets into select.select() just like the scanner does. Do...

The move to argparse in the last release broke the force-scan IP list.

This is a pretty big rewrite to BulbDevice. The fact that it connects to the bulb and calls `status()` as soon as the version is set has always bugged me,...