Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:d-sdk:4_units:20_get_hw_types [2018/04/25 21:36]
support@geliossoft.ru
en:d-sdk:4_units:20_get_hw_types [2021/07/07 13:28]
Line 1: Line 1:
-====== Supported Hardware Types ====== 
-The request is intended to obtain list of supported hardware types. 
- 
-=== Request Example === 
-<code php>&​svc=get_hw_types</​code>​ 
- 
-=== Server Response === 
-== Result: == 
-<code php>{ 
-    "​adm":​ "ADM (20121)",​ // "​parameter":"​value",​ where parameter - type of protocol, value - name of protocol type 
-    "​asc":​ "ASC (20116)",​ 
-    "​atrack":​ "​ATrack (20178)",​ 
-    "​amwell":​ "​Amwell (20244)",​ 
-    "​apel":​ "Apel (20191)",​ 
-    ... 
-}</​code>​