separation of parameter types. numbers are highlighted in red now
[auerswald-callnotifier.git] / src / callnotifier / EDSS1 / Parameter / 2C.php
diff --git a/src/callnotifier/EDSS1/Parameter/2C.php b/src/callnotifier/EDSS1/Parameter/2C.php
new file mode 100644 (file)
index 0000000..06c2f4c
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+namespace callnotifier;
+
+/**
+ * Information element: Keypad
+ */
+class EDSS1_Parameter_2C extends EDSS1_Parameter
+{
+    public $title = 'Keypad';
+}
+
+?>