Changing pppoe through GenieACS

Good morning gentlemen, I need to enable a way to change the pppoe and number of devices on the wi-fi connected, could someone help me by informing me the parameters to be created?.
Thanks

This vary from one device to another to kick start your quest, please see below

declare(“InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection..”, {path: now}); //Refresh the node…
declare(“InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection..Name", {value: now}, {value: “TR69-Internet”});
declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.X_HW_Service.
.ServiceType”, {value: now}, {value: “INTERNET,VOIP,OTHER”});
declare(“InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection..ConnectionType", {value: now}, {value: “IP_Routed”});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.
.DNSEnabled”, {value: now}, {value: true});
declare(“InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection..DNSOverrideAllowed", {value: now}, {value: true});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.
.NATEnabled”, {value: now}, {value: true});
declare(“InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection..X_HW_NatType", {value: now}, {value: “1”});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.
.X_HW_VLAN”, {value: now}, {value: “0”})
declare(“InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.X_HW_LANBIND.Lan1Enable”, {value: now}, {value: 1})
declare(“InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.X_HW_LANBIND.Lan2Enable”, {value: now}, {value: 0})
declare(“InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.X_HW_LANBIND.Lan3Enable”, {value: now}, {value: 0})
declare(“InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.X_HW_LANBIND.Lan4Enable”, {value: now}, {value: 0})
declare(“InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection..DNSServers", {value: now}, {value: “1.1.1.1”});
declare("InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.
.Enable”, {value: now}, {value: true});
declare(“InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.*.PPPoEServiceName”, {value: now}, {value: “”});