<% --[[ blacklist.htm (Charging_points module) ]]-- local path = luci.dispatcher.context.requestpath local cl = path[1] local mUtl = require "luci.moreUtils" local sn = mUtl.get_serialnumber() %> <%+header%>

<%:Black List%>

<%:Here you can configure the charging points that will not be ruled by DLM master.%>
<%for k , sn in pairs (blacklist) do %> <%end%>
<%:Serialnumber%>
<%=sn%>

<%+footer%>