mirror of
https://github.com/beestat/app.git
synced 2025-05-24 02:14:03 -04:00
9 lines
135 B
PHP
9 lines
135 B
PHP
<?php
|
|
|
|
/**
|
|
* Log for these external API calls.
|
|
*
|
|
* @author Jon Ziebell
|
|
*/
|
|
class ecobee_api_log extends external_api_log {}
|