mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Adds draft schema document and initial logic to validate config against schema
This commit is contained in:
parent
1017464980
commit
aa64cc917c
6 changed files with 849 additions and 7 deletions
|
|
@ -10,7 +10,9 @@ using PepperDash.Essentials.Core.Config;
|
|||
namespace PepperDash.Essentials.Core.Devices
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// This class should be inherited from when the configuration can be modified at runtime from another source other than the configuration file.
|
||||
/// It contains the necessary properties, methods and events to allot the initial device configuration to be overridden and then notifies the
|
||||
/// ConfigWriter to write out the new values to a local file to be read on next boot.
|
||||
/// </summary>
|
||||
public abstract class ReconfigurableDevice : Device
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue