MCSLiteDevice

The MCSLiteDevice class creates device that can connect to specified MCS Lite server. Also, send and receive data from the specified test device on MCS Lite. Know more about MCS Lite.

MCSDevice()

Creates a device that can connect to MCSLite server.

Syntax

Parameters

device_id: The ID of the test device you created on MCS Lite.

device_key: The key of the test device you created on MCS Lite.

mcs_lite_server_IP: MCS Lite is an on-premises IOT cloud platform, so you have to provide the IP address of MCS Lite server.

mcs_server_port: MCS Lite uses port 3000 for the RESTful API communication by default.

Methods

MCSLiteDevice provides the same functions as MCSDevice, so please refer to the MCSDevice reference.

Last updated