summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/inc/machine.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics/inc/machine.inc.php')
-rw-r--r--modules-available/statistics/inc/machine.inc.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules-available/statistics/inc/machine.inc.php b/modules-available/statistics/inc/machine.inc.php
index 8cb5e884..8605749b 100644
--- a/modules-available/statistics/inc/machine.inc.php
+++ b/modules-available/statistics/inc/machine.inc.php
@@ -51,6 +51,11 @@ class Machine
public $logintime;
/**
+ * @var string state of machine (OFFLINE, IDLE, OCCUPIED, STANDBY)
+ */
+ public $state;
+
+ /**
* @var string json data of position inside room (if any), null/empty otherwise
*/
public $position;