beremiz
Clone
Summary
Browse
Changes
Graph
fix non-working logging at first connection to PLC after Beremiz launch
2016-09-09, Andrey Skvortsov
70fc5688741e
fix non-working logging at first connection to PLC after Beremiz launch
At the same time this helps to avoid exception described in 1484:d5efbb20927e.
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