Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IConfigurablePage.cs
1namespace Waher.IoTGateway
2{
6 public interface IConfigurablePage
7 {
11 string Title { get; }
12
16 string ConfigurationPage { get; }
17
21 string[] Privileges { get; }
22 }
23}
Configuration page for a configurable module.
string ConfigurationPage
Local URL to configuration page.
string[] Privileges
Privileges required to access the configuration page.
string Title
Title of configuration command.