beremiz
Clone
Summary
Browse
Changes
Graph
Fixed pulling of PLC status and log count
2013-03-21, Laurent Bessard
72ee7f3e3cf3
Fixed pulling of PLC status and log count
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param