CloudConfigRK
|
CCloudConfig | Singleton class for managing cloud-based configuration |
CCloudConfigData | Structure containing both the data and a compile-time set number of bytes of space to reserve for configuration JSON data |
CCloudConfigDataHeader | Header for structure containing saved data used for retained memory, files, and EEPROM |
CCloudConfigStorage | Abstract base class of all storage methods |
CCloudConfigStorageData | Abstract base class of all storage methods that use a CloudConfigData structure |
CCloudConfigStorageEEPROM | Storage method to store data in the emulated EEPROM |
CCloudConfigStorageFile | Storage method to store data in the flash file system |
CCloudConfigStorageRetained | Storage method to store data in retained memory |
CCloudConfigStorageStatic | Storage method that doesn't use the cloud at all and instead has the configuration as a static string in code |
CCloudConfigUpdate | Abstract base class for updating cloud config data |
CCloudConfigUpdateFunction | Update configuration via Particle function call |
CCloudConfigUpdateSubscription | Update configuration via Particle event |
CCloudConfigUpdateWebhook | Update configuration from data retrieved from a webhook |