6. การใช้งาน Smart Bridge Python
Install แตกไฟล์ SmartBridgePython.zip นำไฟล์ด้านในทั้งหมดไปไว้ที่โฟลเดอร์โปรเจคของคุณที่มีไฟล์ .py ในโค๊ดที่จะใช้ DLL ให้ทำการ import SmartBridgePlugin_python37_x64 มีสามฟังชั่นที่ต้องเรียกใช้งานเป็นอันดับแรกคือ SetServer(string), SetPort(int) และ SetKey(string) Setup SetServer Set IP for connect to smart bridge server. string SetServer(string servername); Parameter servername– IP or URL for connect to Smart Bridge server. Returned value – Smart Bridge Server Address: servername…