PHP_SMART_HOME_V3/app/api/UserApi.php

10 lines
165 B
PHP
Raw Normal View History

2020-05-28 16:30:11 +00:00
<?php
class WidgetApi extends ApiController{
public function check($subDeviceId){
//$this->requireAuth();
$response = null;
$this->response($response);
}
}