added excel->json recorder source generation script
This commit is contained in:
@@ -6,13 +6,13 @@ REQUIRES_USER = False
|
||||
REQUIRES_PW = True
|
||||
|
||||
# HOST = "localhost"
|
||||
HOST = "129.13.51.102" # Audimax SMP 351
|
||||
# HOST = "129.13.51.102" # Audimax SMP 351
|
||||
# HOST = "129.13.51.106" # Tulla SMP 351
|
||||
# HOST = "172.22.246.207" # Test SMP MZ
|
||||
HOST = "172.22.246.207" # Test SMP MZ
|
||||
|
||||
USER = "admin"
|
||||
PW = "123mzsmp"
|
||||
PW = "audimaxsmp"
|
||||
#PW = "audimaxsmp"
|
||||
|
||||
|
||||
class SMP(TelnetAdapter, RecorderAdapter):
|
||||
@@ -701,6 +701,9 @@ class SMP(TelnetAdapter, RecorderAdapter):
|
||||
some advanced options skipped
|
||||
"""
|
||||
|
||||
def is_recording(self) -> bool:
|
||||
pass
|
||||
|
||||
def get_input_hdcp_status(self, input_number: int):
|
||||
"""
|
||||
returns:
|
||||
|
||||
Reference in New Issue
Block a user