remote var comment
This commit is contained in:
parent
a2e1da279c
commit
8232bce927
2 changed files with 78 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
|||
#pragma once
|
||||
#include <ESPMegaIoT.hpp>
|
||||
/**
|
||||
* @brief A class that create a variable that exists on other devices and can be accessed remotely
|
||||
*
|
||||
* This class is used to create a variable that exists on other devices and can be accessed remotely.
|
||||
* Supports setting and getting values from the variable.
|
||||
* Also support value request.
|
||||
*/
|
||||
class RemoteVariable
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue