File tree 20 files changed +20
-20
lines changed
20 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
MIT License
3
3
4
- Copyright (c) 2020-2023 EntySec
4
+ Copyright (c) 2020-2024 EntySec
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
"""
2
2
MIT License
3
3
4
- Copyright (c) 2020-2023 EntySec
4
+ Copyright (c) 2020-2024 EntySec
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
"""
2
2
MIT License
3
3
4
- Copyright (c) 2020-2023 EntySec
4
+ Copyright (c) 2020-2024 EntySec
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
"""
2
2
MIT License
3
3
4
- Copyright (c) 2020-2023 EntySec
4
+ Copyright (c) 2020-2024 EntySec
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
"""
2
2
MIT License
3
3
4
- Copyright (c) 2020-2023 EntySec
4
+ Copyright (c) 2020-2024 EntySec
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
"""
2
2
MIT License
3
3
4
- Copyright (c) 2020-2023 EntySec
4
+ Copyright (c) 2020-2024 EntySec
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
"""
2
2
MIT License
3
3
4
- Copyright (c) 2020-2023 EntySec
4
+ Copyright (c) 2020-2024 EntySec
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def __init__(self):
14
14
'Category' : "settings" ,
15
15
'Name' : "activity" ,
16
16
'Authors' : [
17
- 'Ivan Nikolsky (enty8080) - module developer'
17
+ 'Ivan Nikolskiy (enty8080) - module developer'
18
18
],
19
19
'Description' : "Show device activity information." ,
20
20
'Usage' : "activity" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def __init__(self):
14
14
'Category' : "settings" ,
15
15
'Name' : "battery" ,
16
16
'Authors' : [
17
- 'Ivan Nikolsky (enty8080) - module developer'
17
+ 'Ivan Nikolskiy (enty8080) - module developer'
18
18
],
19
19
'Description' : "Show device battery information." ,
20
20
'Usage' : "battery" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def __init__(self):
16
16
'Category' : "manage" ,
17
17
'Name' : "download" ,
18
18
'Authors' : [
19
- 'Ivan Nikolsky (enty8080) - module developer'
19
+ 'Ivan Nikolskiy (enty8080) - module developer'
20
20
],
21
21
'Description' : "Download file from device." ,
22
22
'Usage' : "download <remote_file> <local_path>" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def __init__(self):
18
18
'Category' : "manage" ,
19
19
'Name' : "keyboard" ,
20
20
'Authors' : [
21
- 'Ivan Nikolsky (enty8080) - module developer'
21
+ 'Ivan Nikolskiy (enty8080) - module developer'
22
22
],
23
23
'Description' : "Interact with device keyboard." ,
24
24
'Usage' : "keyboard" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def __init__(self):
16
16
'Category' : "manage" ,
17
17
'Name' : "list" ,
18
18
'Authors' : [
19
- 'Ivan Nikolsky (enty8080) - module developer'
19
+ 'Ivan Nikolskiy (enty8080) - module developer'
20
20
],
21
21
'Description' : "List directory contents." ,
22
22
'Usage' : "list <remote_path>" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def __init__(self):
14
14
'Category' : "manage" ,
15
15
'Name' : "openurl" ,
16
16
'Authors' : [
17
- 'Ivan Nikolsky (enty8080) - module developer'
17
+ 'Ivan Nikolskiy (enty8080) - module developer'
18
18
],
19
19
'Description' : "Open URL on device." ,
20
20
'Usage' : "openurl <url>" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def __init__(self):
14
14
'Category' : "manage" ,
15
15
'Name' : "press" ,
16
16
'Authors' : [
17
- 'Ivan Nikolsky (enty8080) - module developer'
17
+ 'Ivan Nikolskiy (enty8080) - module developer'
18
18
],
19
19
'Description' : "Press device button by keycode." ,
20
20
'Usage' : "press <keycode>" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def __init__(self):
16
16
'Category' : "manage" ,
17
17
'Name' : "screenshot" ,
18
18
'Authors' : [
19
- 'Ivan Nikolsky (enty8080) - module developer'
19
+ 'Ivan Nikolskiy (enty8080) - module developer'
20
20
],
21
21
'Description' : "Take device screenshot." ,
22
22
'Usage' : "screenshot <local_path>" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def __init__(self):
14
14
'Category' : "manage" ,
15
15
'Name' : "shell" ,
16
16
'Authors' : [
17
- 'Ivan Nikolsky (enty8080) - module developer'
17
+ 'Ivan Nikolskiy (enty8080) - module developer'
18
18
],
19
19
'Description' : "Execute shell command on device." ,
20
20
'Usage' : "shell <command>" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def __init__(self):
14
14
'Category' : "manage" ,
15
15
'Name' : "sleep" ,
16
16
'Authors' : [
17
- 'Ivan Nikolsky (enty8080) - module developer'
17
+ 'Ivan Nikolskiy (enty8080) - module developer'
18
18
],
19
19
'Description' : "Put device into sleep mode." ,
20
20
'Usage' : "sleep" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def __init__(self):
16
16
'Category' : "manage" ,
17
17
'Name' : "upload" ,
18
18
'Authors' : [
19
- 'Ivan Nikolsky (enty8080) - module developer'
19
+ 'Ivan Nikolskiy (enty8080) - module developer'
20
20
],
21
21
'Description' : "Upload file to device." ,
22
22
'Usage' : "upload <local_file> <remote_path>" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def __init__(self):
14
14
'Category' : "settings" ,
15
15
'Name' : "wifi" ,
16
16
'Authors' : [
17
- 'Ivan Nikolsky (enty8080) - module developer'
17
+ 'Ivan Nikolskiy (enty8080) - module developer'
18
18
],
19
19
'Description' : "Set device wifi service state." ,
20
20
'Usage' : "wifi <on|off>" ,
Original file line number Diff line number Diff line change 1
1
"""
2
2
MIT License
3
3
4
- Copyright (c) 2020-2023 EntySec
4
+ Copyright (c) 2020-2024 EntySec
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments