integration_kit

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
integration_kit [2020/08/27 09:54] – [Local based integration] ingridintegration_kit [2021/01/04 20:06] thinknxeditor
Line 42: Line 42:
 ==== Local based integration ==== ==== Local based integration ====
  
-The communication between third party service and the server is direct and don’t require any internet connection. The third party app can directly authenticate with Thinknx server. Authentication can be Simple Auth or Digest Auth, by simply appending //&auth=basic// or //&auth=digest// to the API request as seen in the example below.  The server will respond to its IP at port 5051.+The communication between third party service and the server is direct and don’t require any internet connection. The third party app can directly authenticate with Thinknx server. By appending //&auth=basic// or //&auth=digest// to the API request as seen in the example below, the Authentication can be Simple Auth or Digest Auth. The server will respond to its IP at port 5051.
 All the API calls have the following form: All the API calls have the following form:
  
Line 331: Line 331:
 where “device_identifier” is the string that identifies the device to operate to \\  where “device_identifier” is the string that identifies the device to operate to \\ 
  
-**cmd=//[0 to 100]//** \\ +**val=//[0 to 100]//** \\ 
 where the number represents the desired height/position to set the for the device in percentage \\  where the number represents the desired height/position to set the for the device in percentage \\ 
  
Line 364: Line 364:
 <code>{ “error” : “impossible to execute”}</code> <code>{ “error” : “impossible to execute”}</code>
 </WRAP> | </WRAP> |
-^Example |**/api/V1/heightlevel?guid=1IzPszHWAEuvzxtXBMkzWQ&&cmd=50&fb**|+^Example |**/api/V1/heightlevel?guid=1IzPszHWAEuvzxtXBMkzWQ&&val=50&fb**|
  
 ---- ----
  • integration_kit.txt
  • Last modified: 2022/09/06 13:22
  • by wikiadmin