diff --git a/scripts/openwebnet-discovery.nse b/scripts/openwebnet-discovery.nse index 477b924e1..47e132fe5 100644 --- a/scripts/openwebnet-discovery.nse +++ b/scripts/openwebnet-discovery.nse @@ -184,7 +184,7 @@ local function format_dimensions(res) if res["Date and Time"] then local params = { - "hour", "min", "sec", "msec", "dayOfWeek", "year", "month", "day" + "hour", "min", "sec", "msec", "dayOfWeek", "day", "month", "year" } local values = {}