Exemplo n.º 1
0
 public async Task <ActionResult <bool> > AlertLightAsync(long id)
 {
     return(await _hueConnector.AlertLightAsync(id));
 }