From 895f2d9af2f4b7abe0d72811731328b1ccbc8db9 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 27 Oct 2015 18:44:34 +0100 Subject: Ext/CO lines request --- csta.erl | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'csta.erl') diff --git a/csta.erl b/csta.erl index 57f622a..c47b78c 100644 --- a/csta.erl +++ b/csta.erl @@ -1,10 +1,17 @@ -module(csta). --export([co_lines/0]). +-export([co_lines/0, ext_lines/0]). -include("CSTA-escape-service.hrl"). co_lines() -> - {ok, CO} = kme:co_lines(), - 'CSTA-escape-service':encode('EscapeArgument', - #'EscapeArgument'{privateData = CO}). + 'CSTA-escape-service':encode('EscapeArgument', #'EscapeArgument'{ + privateData = {private, + {kmeSystemData, {getSystemData, {request, {deviceList, + {category, {standardDevice, networkInterface}}}}}}}}). + +ext_lines() -> + 'CSTA-escape-service':encode('EscapeArgument', #'EscapeArgument'{ + privateData = {private, + {kmeSystemData, {getSystemData, {request, {deviceList, + {category, {standardDevice, station}}}}}}}}). -- cgit v1.2.3