連接到 MCSLite
MCSLiteDevice(const String& device_id, const String& device_key, const String& server, int port);取得 MCSLite 伺服器的 IP 與 Port
http://172.23.6.42:3000/使用 MCSLiteDevice
Last updated
MCSLiteDevice(const String& device_id, const String& device_key, const String& server, int port);http://172.23.6.42:3000/Last updated
// Assign device id/key of your test device
// MCSDevice mcs("your_device_id", "your_device_key");
MCSLiteDevice mcs("your_device_id", "your_device_key", "172.23.6.42", 3000);