From 03774c4e3033235d7fab446c6a6d8a9cf3ce4803 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 29 Oct 2015 10:16:46 +0100 Subject: Move status into csta --- csta.erl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'csta.erl') diff --git a/csta.erl b/csta.erl index 7eefbb2..6aa904a 100644 --- a/csta.erl +++ b/csta.erl @@ -1,6 +1,6 @@ -module(csta). --export([lines/1, decode/1]). +-export([lines/1, decode/1, status/0]). -include("CSTA-escape-service.hrl"). @@ -18,3 +18,6 @@ lines(Device) -> privateData = {private, {kmeSystemData, {getSystemData, {request, {deviceList, {category, {standardDevice, Device}}}}}}}}). + +status() -> + 'CSTA-system-status':encode('SystemStatusRes', {noData, []}). -- cgit v1.2.3