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

15 lines
199 B
PHP

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