runtime/WampClient.py
changeset 2286 f0a49a662870
parent 2260 74205edac761
child 2287 f09f31602ba6
equal deleted inserted replaced
2285:97b4fbca2b62 2286:f0a49a662870
    52 _WampSecret = None
    52 _WampSecret = None
    53 
    53 
    54 ExposedCalls = [
    54 ExposedCalls = [
    55     ("StartPLC", {}),
    55     ("StartPLC", {}),
    56     ("StopPLC", {}),
    56     ("StopPLC", {}),
    57     ("ForceReload", {}),
       
    58     ("GetPLCstatus", {}),
    57     ("GetPLCstatus", {}),
    59     ("NewPLC", {}),
    58     ("NewPLC", {}),
    60     ("MatchMD5", {}),
    59     ("MatchMD5", {}),
    61     ("SetTraceVariablesList", {}),
    60     ("SetTraceVariablesList", {}),
    62     ("GetTraceVariables", {}),
    61     ("GetTraceVariables", {}),