esp32-wasm-base icon indicating copy to clipboard operation
esp32-wasm-base copied to clipboard

Configuration Manager

Open ryankurte opened this issue 5 years ago • 0 comments

This is designed to abstract all device configuration, allowing this to be set via cli and http api. All modules should refer to config from this (and subscribe to the relevant config change events if required.

Implementation should support arbitrary length (?) options so certificates and keys can be set via this interface.

  • [ ] Manager
    • [ ] Set
    • [ ] Clear
    • [ ] List
  • [ ] CLI
    • [ ] Set
    • [ ] Get
    • [ ] Clear
    • [ ] List
  • [ ] HTTP API
    • [ ] Set
    • [ ] Get
    • [ ] Clear
    • [ ] List

See modules/config for work in progress.

ryankurte avatar Jul 12 '20 06:07 ryankurte