MCPcopy Create free account
hub / github.com/PricelessToolkit/MailBoxGuard / sendHA

Method sendHA

Code/Arduino_libraries/HARestAPI/src/HARestAPI.cpp:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314bool HARestAPI::sendHA(void)
315{
316 String Message = "{\"entity_id\":\"" + _component + "\"}";
317 return sendPostHA(_url, Message);
318}
319
320bool HARestAPI::sendHAComponent(String Component)
321{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected