Push data implementation
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
64 } 65 loraserver.JwtToKen = loginResp.Jwt 66 67 //TODO : create organization before the app for the test to be totally stateless 44 68 asApp := AsApp{ 45 Name: "stress-app", 46 Description: "stress-app", 69 Name: "stress-app", 70 Description: "stress-app", 71 Rx1DROffset: 0, 72 Rx2DR: 0, 73 RxDelay: 0, 74 RxWindow: "RX1", 75 IsABP: loraserver.Abp, 76 AdrInterval: 0, 77 OrganizationId: "1", This organization id should be replaced with the one of the dynamiccaly created organization. please refer to #1 (closed)
Edited by Imad Wakidi
mentioned in commit 43f29ead
Please register or sign in to reply