You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This will logRECV: &SEND: message before encrypting and decrypting payload, and you can take a note of<actionType>,<actionOperationId>,<actionAttributesOrFields>,<stack>,<pStack> values after you perform specific actions in the UI.
You can see some values described in this document in the Example section and also inexample.js.
Optional list or a key value map of attributes. Writes usually need a map and reads, specifically reading lists requires fields as array. Not all operations require attributes, for such cases you can skip or use an empty array[] or object{}.
{error:0,// error code or 0 if successactions:[// actions array is in the same order as the actions to be performed{req:[1,"LTE_BANDINFO"],// original actions that got executedres:{// resulting object or an array if the request was ACT.GS or ACT.GLstack:"0,0,0,0,0,0",attributes:{// Attributes related to this particular requestLTE_RadioInterface:"8",LTE_ActiveBand:"122",LTE_ActiveChannel:"1699",},},},],}
About
TP-Link Router API (EU version) for NodeJs to control the router directly.