/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ /** * enertex KNXnet/IP-Router * * @param {id} unique id for this widget * @param {text=} the ip of the KNXnet/IP-Router * @param {text=} the password of the KNXnet/IP-Router * * @info works with firmware 1.025, 1.029 */ {% macro iprouter(id, server, password) %} {% set uid = uid(page, id) %}