mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
fix variable name #234
This commit is contained in:
parent
edc4f103d2
commit
e7777b10c1
4 changed files with 4 additions and 4 deletions
|
|
@ -83,7 +83,7 @@ class ShadeConfigFile : public ConfigFile {
|
|||
static bool restore(SomfyShadeController *somfy, const char *filename, restore_options_t &opts);
|
||||
bool begin(const char *filename, bool readOnly = false);
|
||||
bool begin(bool readOnly = false);
|
||||
bool save(SomfyShadeController *sofmy);
|
||||
bool save(SomfyShadeController *somfy);
|
||||
bool backup(SomfyShadeController *somfy);
|
||||
bool loadFile(SomfyShadeController *somfy, const char *filename = "/shades.cfg");
|
||||
bool restoreFile(SomfyShadeController *somfy, const char *filename, restore_options_t &opts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue