mirror of
https://github.com/beestat/app.git
synced 2025-05-23 18:04:14 -04:00
15 lines
199 B
PHP
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;
|
|
|
|
}
|