beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: min and max limit for widgets can be set with assigned variables
15 months ago, Edouard Tisserant
36aab384c387
SVGHMI: min and max limit for widgets can be set with assigned variables
This is a valid Widget declaration using new feature:
HMI:Input@/TARGETPRESSURE,0,max_pressure@max_pressure=hmi_local_max_setting
tests/projects/svghmi is updated accordingly.
# mqtt/__init__.py
from __future__ import absolute_import
from .client import MQTTClient
from .library import MQTTLibrary