beremiz
Clone
Summary
Browse
Changes
Graph
use translatable descriptions for stadard and additional IEC function
2017-01-11, Andrey Skvortsov
be3f68731798
use translatable descriptions for stadard and additional IEC function
blocks from xml files instead of hardcoded in python
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