TwiceAsNice
2019-02-18
|
Namespaces | |
jumo | |
Variables | |
jumo.app = NiceApplication.Application(sys.argv) | |
string | jumo.ext = "JUMO.DEV1.VAR.TEMPERATURE.EXTERN" |
string | jumo.low = "JUMO.DEV1.VAR.TEMPERATURE.LOW" |
string | jumo.mid = "JUMO.DEV1.VAR.TEMPERATURE.MID" |
string | jumo.top = "JUMO.DEV1.VAR.TEMPERATURE.TOP" |
string | jumo.heat = "JUMO.DEV1.VAR.OUTPUT" |
jumo.extVal = Nice.get(ext)[0] | |
jumo.lowVal = Nice.get(low)[0] | |
jumo.midVal = Nice.get(mid)[0] | |
jumo.topVal = Nice.get(top)[0] | |
jumo.heatVal = Nice.get(heat)[0] | |