diff --git a/.DS_Store b/.DS_Store index 078be1a..87ad3ef 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/ips.txt b/ips.txt index 2e9e534..a4f54b4 100644 --- a/ips.txt +++ b/ips.txt @@ -1,20 +1,41 @@ -192.168.11.13 -192.168.11.15 -172.18.105.21 -172.18.104.29 -172.18.103.34 -172.18.104.14 -172.18.102.18 -172.18.106.33 -172.18.101.23 -172.18.101.17 -172.18.103.14 -172.18.103.15 -172.18.100.12 -172.18.100.22 -172.18.100.17 -172.18.102.42 -172.18.103.16 -172.18.105.14 -172.18.105.27 -172.18.102.54 \ No newline at end of file +172.29.109.23 +172.29.107.21 +172.29.109.20 +172.29.109.12 +172.29.107.28 +172.29.109.19 +172.30.8.124 +172.29.107.14 +172.29.107.15 +172.29.109.22 +172.29.107.22 +172.29.107.27 +172.29.107.24 +172.29.107.29 +172.29.109.15 +172.29.109.28 +172.29.107.11 +172.29.107.23 +172.29.107.13 +172.29.107.16 +172.29.109.27 +172.29.107.18 +172.29.109.21 +172.29.109.14 +172.29.109.33 +172.29.109.31 +172.29.107.32 +172.29.109.16 +172.29.107.20 +172.29.109.13 +172.29.109.25 +172.29.107.30 +172.29.107.26 +172.29.109.18 +172.29.107.17 +172.29.107.12 +172.29.107.25 +172.29.109.32 +172.30.8.125 +172.29.109.17 +172.29.109.24 \ No newline at end of file diff --git a/local_file.txt b/local_file.txt index 74bf187..c77b54b 100644 --- a/local_file.txt +++ b/local_file.txt @@ -3,16 +3,20 @@ IpDevName - CineLookStudio + ImagePixel MainServerURL http://192.168.40.8:8080 PackageName - com.cineLookStudio.cineLookStudio + com.imagePixelFactory.imagePixelFactory ServerURL https://nks-api.i.explore-sun.com WashParam deviceId - 84FB4557-5F57-49A1-A260-0BCCEBA6B9FF + 8DCA89B4-6D3F-4FAA-8388-61758B11B555 + lastReboot + 1761185614 + senderId + 4294968678 diff --git a/modify_config.py b/modify_config.py index 4d44dbd..af43d7f 100644 --- a/modify_config.py +++ b/modify_config.py @@ -57,6 +57,6 @@ if __name__ == "__main__": for it in ips1: try: print(it) - moveRemote(it,"CineLookStudio", 'com.cineLookStudio.cineLookStudio', "https://nks-api.i.explore-sun.com") + moveRemote(it,"ImagePixel", 'com.imagePixelFactory.imagePixelFactory', "https://nks-api.i.explore-sun.com", False) except Exception as e: print(e) \ No newline at end of file