4#ifndef SRC_SUPLA_NETWORK_HTML_DIV_H_
5#define SRC_SUPLA_NETWORK_HTML_DIV_H_
7#include <supla/network/html_element.h>
24 explicit DivBegin(
const char *className =
nullptr,
25 const char *idName =
nullptr);
30 char *className =
nullptr;
31 char *idName =
nullptr;
Definition SuplaDevice.h:167
Definition html_element.h:22
Definition web_sender.h:160