Skip to content

Commit

Permalink
regex will now include Elements products as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jdietrich-tc committed Jul 31, 2023
1 parent bcfa03e commit d397e21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ Alternatively, you may be able to use mDNS service discovery. For example, on
macOS you can do the following:

```bash
$ dns-sd -Z _nanoleafapi | grep -o 'Nanoleaf-.*\.local'
# => Nanoleaf-Light-Panels-xx-xx-xx.local
$ dns-sd -Z _nanoleafapi | grep -o '\w*\-.*\.local'

# => 16021 Nanoleaf-Light-Panels-xx-xx-xx.local
#
# Use this as your `host` setting. Don't forget to append the port number.
#
Expand Down

0 comments on commit d397e21

Please sign in to comment.