diff dbdefs.inc.php @ 1041:f188caaedf0f

Implement force reloading of show screen web-page.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 20 Nov 2015 10:48:18 +0200
parents 8fecb417e6a9
children 48e16e856646
line wrap: on
line diff
--- a/dbdefs.inc.php	Fri Nov 20 10:39:50 2015 +0200
+++ b/dbdefs.inc.php	Fri Nov 20 10:48:18 2015 +0200
@@ -387,6 +387,9 @@
   "rotateListIndex"   => array(VT_INT, 0, "Current index in rotation list"),
 
   "lastUpdate"        => array(VT_INT, 0, "Timestamp of last slide update"),
+
+  "screenCmd"         => array(VT_STR, "", "Off-channel showscreen command"),
+  "screenCmdSet"      => array(VT_BOOL, false, "Off-channel showscreen command has been set"),
 );