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

Method sendHAURL

Code/Arduino_libraries/HARestAPI/src/HARestAPI.cpp:344–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344bool HARestAPI::sendHAURL(String URL)
345{
346 String Message = "{\"entity_id\":\"" + _component + "\"}";
347 return sendPostHA(URL, Message);
348}
349
350bool HARestAPI::sendHALight(bool LightStatus)
351{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected