Execution Check

This commit is contained in:
JonatanRek
2020-05-26 21:42:39 +02:00
parent ae0d5b86ad
commit aef5b5116d
2 changed files with 15 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ $router->get('/api/rooms/{roomId}/update', 'RoomsApi@update');
$router->get('/api/devices', 'DevicesApi@default');
$router->post('/api/widgets/{widgetId}/run', 'WidgetApi@run');
$router->post('/api/widgets/{widgetId}/check', 'WidgetApi@check');
$router->any('/api/HA/auth', 'Oauth');
$router->any('/api/HA', 'GoogleHomeApi@response');