File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
|_|
12
12
13
13
SuperHub 3 Client API
14
- Version 1.0.7
14
+ Version 1.0.8
15
15
by Nicholas Elliott
16
16
17
17
"""
24
24
import base64
25
25
import argparse
26
26
27
- version = "1.0.7 " ; # The version number of this utility
28
- version_firmware = "9.1.1802.613 " ; # The firmware version this utility was tested on
27
+ version = "1.0.8 " ; # The version number of this utility
28
+ version_firmware = "9.1.1811.401 " ; # The firmware version this utility was tested on
29
29
superhub_username = "admin" ; # Username goes here, usually this doesn't require changing
30
30
superhub_password = "" ; # Password goes here, can be pre-filled or left blank
31
31
superhub_cookie_header = "" ; # This is where the session cookie is stored, don't modify. A new cookie is generated with each request.
You can’t perform that action at this time.
0 commit comments