remote var comment

This commit is contained in:
Siwat Sirichai 2024-02-10 14:26:41 +07:00
parent a2e1da279c
commit 8232bce927
2 changed files with 78 additions and 2 deletions

View file

@ -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: