eThingCaps Enumeration
Namespace:
nsCDEngine.ViewModels
Assembly: C-DEngine (in C-DEngine.dll)
Assembly: C-DEngine (in C-DEngine.dll)
Members
Member name | Description | |
---|---|---|
Internal | Internal Plugins - cannot be stopped or isolated and will be loaded first | |
UpgradeOnly | ||
NMIControls | Plugin contains NMI controls that need to be loaded before other plugins that might depend on these controls | |
SkinProvider | Skin provider plugins are used by the NMI to present styles and important Javascript addons | |
HardwareAccess | ||
EnergyMeter | ||
ComputerHealth | ||
Host | ||
BaseEngine | ||
FileServices | ||
ProtocolTransformer | ||
InputDevices | ||
CameraSource | ||
RulesEngine | ||
DistributedStorage | ||
NMIEngine | ||
MustBePresent | ||
DoNotIsolate | ||
SensorContainer | Thing (or some things of this engine) contains properties that conform to the contracts for sensor values. | |
SensorProvider | Thing (or at least some things of this engine) can write sensor values into other things/properties; conforms to the sensor provider contract. | |
SensorConsumer | Thing (or at least some things of this engine) can read sensor values from other things/properties and send them to other systems; conforms to the sensor consumer contract. | |
SensorProcessor | Thing (or at least some things of this engine) can read sensor values from other things/properties and write them to another thing/property; conforms to the sensor consumer and sensor provider contracts. | |
ConfigManagement | Thing (or at least some things of this engine) can export and import their configuration/settings; conforms to the configuration management contract. | |
LoggerEngine | Contains support for ICDELoggerEngine to provide logging support |