runtime/WampClient.py
changeset 2264 cbdac78eb93c
parent 2262 4195545e2d17
child 2265 2de61e2fbf14
equal deleted inserted replaced
2263:5227f54f6369 2264:cbdac78eb93c
    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", {}),