This is superb and initial testing it works! Im going to leave it overnight for the proper test but looks like a great solution.
Import-Module UniversalDashboard.Helmet
New-UdHelmet -Content {
New-UDHTMLTag -Tag "meta" -Attributes @{
'http-equiv' = 'refresh'
'content' = '600'
}
}