RegisterHelpLink

hs.RegisterHelpLink(link As String, link_text As String, plugin_name As String, Optional sequence As Integer)

 

(Applies to HomeSeer HS2 versions after 2.2.0.0)

 

This call registers a help link resource with HomeSeer so that it will appear on the help (/help) page of HomeSeer.  This function can be used by both plug-ins and scripts, and it does not require an object reference as RegisterLinkEx and RegisterConfigLink do.

 

Here are the parameters for this procedure call:

 

Example:

 

hs.RegisterHelpLink("/MyApplication/MyHelpFile.htm","Help For Cool App", "My Cool Application")