Commit Graph

21 Commits

Author SHA1 Message Date
sparks-alec 77e0d59864 tcp search bugfix
when TCP device is discovered, wait to register it till socket closes. this way we don't have two sockets going at once!
2023-01-04 05:14:42 -05:00
sparks-alec e92a486088 bugfix variable names 2023-01-04 04:36:13 -05:00
jwetzell f08f3b53df cleanup variable names 2022-12-30 15:02:32 -06:00
jwetzell 8df019aee4 lint src files 2022-12-12 14:58:54 -06:00
jwetzell 29bdf40ffb pretty src directory 2022-12-12 14:54:24 -06:00
sparks-alec 97bd436785 bugfixfix #21 2022-12-11 03:55:41 -05:00
sparks-alec fb9fc42b59 remove 169.x.x.x interfaces from search 2022-12-10 23:35:58 -05:00
sparks-alec 6f0a31b3bc increase search timeout 2022-12-10 23:35:30 -05:00
sparks-alec 5e21544a81 new universal plugin configuration object 2022-12-10 06:53:56 -05:00
sparks-alec 9c60b9dd8a linting 2022-02-17 01:38:23 -05:00
sparks-alec 617ede46e0 add search type Multicast 2022-02-14 03:39:28 -05:00
sparks-alec f1b4d2a49a remove unnecessary debug info 2022-01-09 11:27:33 -05:00
Sam Schloegel 0e97bd6abc Define variables before use 2022-01-05 21:27:38 -05:00
Sam Schloegel 9c16c9c220 Reduce variable scope pollution with const/let 2022-01-05 21:20:35 -05:00
Sam Schloegel 221341672a Remove unused requires 2022-01-05 20:14:44 -05:00
Sam Schloegel bf2f24f924 Use const for require statements 2022-01-03 15:20:51 -05:00
Sam Schloegel d0dc2380ea eslint fix prefer-arrow-callback errors 2022-01-03 14:48:13 -05:00
Sam Schloegel 83c46db661 eslint fix spaced-comment errors 2022-01-03 14:40:10 -05:00
Sam Schloegel aec191e178 Change string concats to template literals 2022-01-03 14:31:13 -05:00
Sam Schloegel c5691b56c9 Initial prettify 2022-01-03 10:51:25 -05:00
sparks-alec f3cb66b9f3 First Commit 2021-10-18 04:55:03 -04:00