/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Frank Berlenz * @copyright 2013 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ /** * heating with PWM control * * @param unique id for this widget * @param the knx gad (groupaddress) for switching * @param the knx gad (groupaddress) for dimming * @param the minimum value if the slider is moved to total left (optional, default 0) * @param the maximum value if the slider is moved to total right (optional, default 255) * @param step between two values (optional, default 5) */ {% macro heating(id, gad_status, gad_value, min, max, step) %} {% import "basic.html" as basic %} /** Design */