General

Get device info

Communication Action Parameter Example
Request 0
IP/0CXQRB2XQ3KD7XB/nexgentec.fcgi?action=0
Reply {“version”: “1.0.0”, “api-version”: “N3”,“fpga-version”: “2.2.0-d51c0cc4-#1040”,
“serial”: “240818000117”,“type”: 1,“type-string”: “32140PWR”,“channel”: 32}

Get host name

Communication Action Parameter Example
Request 1
IP/0CXQRB2XQ3KD7XB/nexgentec.fcgi?action=1
Reply {“hostname”: “My Amp”}

Set host name

Communication Action Parameter Example
Request 2
IP/0CXQRB2XQ3KD7XB/nexgentec.fcgi?action=2&hostname=“MyAmp”
Reply {“hostname”: “MyAmp”}

Get IP configuration

Communication Action Parameter Example
Request 3
IP/0CXQRB2XQ3KD7XB/nexgentec.fcgi?action=3
Reply {“type”: “dhcp”,“ip”: “10.77.178.237”,“subnet”: “255.255.0.0”,“gateway”: “10.77.178.1”}

Set IP configuration

Communication Action Parameter Example
Request 4
type=static/dhcp/auto
ip=x.x.x.x
netmask=x.x.x.x
gateway=x.x.x.x
IP/0CXQRB2XQ3KD7XB/nexgentec.fcgi?action=4&type=static&ip=10.77.178.10&subnet=255.255.0.0&gateway=10.77.178.1
Reply {“type”: “dhcp”,“ip”: “10.77.178.237”,“subnet”: “255.255.0.0”,“gateway”: “10.77.178.1”}

Get mains voltage

Communication Action Parameter Example
Request 5
IP/0CXQRB2XQ3KD7XB/nexgentec.fcgi?action=5
Reply {“value”: 230}

Set mains voltage

Communication Action Parameter Example
Request 6
value=90-240V
IP/0CXQRB2XQ3KD7XB/nexgentec.fcgi?action=6&value=110
Reply {“value”: 110}