1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00
beestat/api/nest_thermostat.php
2019-05-22 21:22:24 -04:00

15 lines
203 B
PHP

<?php
/**
* Just a placeholder for now.
*
* @author Jon Ziebell
*/
class nest_thermostat extends cora\crud {
public static $converged = [];
public static $user_locked = true;
}