| 342 | } |
| 343 | |
| 344 | bool HARestAPI::sendHAURL(String URL) |
| 345 | { |
| 346 | String Message = "{\"entity_id\":\"" + _component + "\"}"; |
| 347 | return sendPostHA(URL, Message); |
| 348 | } |
| 349 | |
| 350 | bool HARestAPI::sendHALight(bool LightStatus) |
| 351 | { |
nothing calls this directly
no outgoing calls
no test coverage detected