summaryrefslogtreecommitdiff
path: root/status.erl
diff options
context:
space:
mode:
Diffstat (limited to 'status.erl')
-rw-r--r--status.erl5
1 files changed, 5 insertions, 0 deletions
diff --git a/status.erl b/status.erl
new file mode 100644
index 0000000..8cd01dd
--- /dev/null
+++ b/status.erl
@@ -0,0 +1,5 @@
+-module(status).
+-export([status/0]).
+
+status() ->
+ 'CSTA-system-status':encode('SystemStatusRes', {noData, []}).