From bddcde680d87641d4dcdca2c7ffc02dccb78392c Mon Sep 17 00:00:00 2001 From: "Jason A. Cox" Date: Sun, 2 Aug 2020 15:14:23 -0700 Subject: [PATCH] Added deprecated notice --- scan.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scan.py b/scan.py index a37ba4b..d531cab 100644 --- a/scan.py +++ b/scan.py @@ -2,6 +2,10 @@ # # TuyaScan - Scan for tuya devices on the network broadcasting on UDP port 6666 and 6667 # +# ***************************************************** +# ** Depreciated: Use "python -m tuyapower" instead. ** +# ***************************************************** +# # Author: Jason A. Cox # For more information see https://github.com/jasonacox/tuyapower