Network¶
/stm.cgi?dhc=A&ipa=B&mas=C&gaw=D&dns=E&dns2=F&mac=G&lkname=H&por=I&httpson=J¶
Configure the network settings.
GET /stm.cgi?dhc=A&ipa=B&mas=C&gaw=D&dns=E&dns2=F&mac=G&lkname=H&por=I&httpson=J
Adetermines whether DHCP is enabled, integer0-1Bis the IP address, stringCis the subnet mask, stringDis the default gateway, stringEis the primary DNS server, stringFis an additional DNS server, stringGis the MAC address, stringHis the LC host name, stringIis the port used by the HTTP server (website), integer-
Jdetermines whether HTTPS is enabled, integer0-1Added in HW 3.5+ SW 1.19
Example:
http://192.168.1.100/stm.cgi?dhc=0&ipa=192.168.2.101&mas=255.255.255.0&gaw=192.168.2.1&dns=8.8.8.8&dns2=194.204.152.34&mac=D8:80:39:93:7B:C3&lkname=LK3_controller&por=80&httpson=0