Current section
Files
Jump to
Current section
Files
lib/generate/set_parameter_attributes_response.ex
defimpl CWMP.Protocol.Generate, for: CWMP.Protocol.Messages.SetParameterAttributesResponse do
import XmlBuilder
def generate(_req) do
element("cwmp:SetParameterAttributesResponse", nil)
end
end