aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/interface.php')
-rw-r--r--plugin/interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/interface.php b/plugin/interface.php
index cc8c5ce..5728c07 100644
--- a/plugin/interface.php
+++ b/plugin/interface.php
@@ -18,7 +18,7 @@ require_once 'type/GenericIO.class.php';
18 18
19$obj = new Type_GenericIO($CONFIG, $_GET); 19$obj = new Type_GenericIO($CONFIG, $_GET);
20$obj->data_sources = array('rx', 'tx'); 20$obj->data_sources = array('rx', 'tx');
21$obj->ds_names = array( 21$obj->legend = array(
22 'rx' => 'Receive', 22 'rx' => 'Receive',
23 'tx' => 'Transmit', 23 'tx' => 'Transmit',
24); 24);