Update DeviceAgentServiceImpl file with response time

pull/1/head
Akeela Azhar 1 year ago
parent 1334a3eae9
commit f4a954b147

@ -448,7 +448,7 @@ public class DeviceAgentServiceImpl implements DeviceAgentService {
// Save the response time to Google Spreadsheet
Sheets sheetsService = createSheetsService(); // Create Sheets service using loaded credentials
String spreadsheetId = "1OZCS5NRwwSum9ai3ra4lABtU0UGW-9yLYgZk-aQfxpw"; // Replace with the actual spreadsheet ID
String spreadsheetId = "1OZCS5NRwwSum9ai3ra4lABtU0UGW-9yLYgZk-aQfxpw";
// Create the values to be written
List<List<Object>> values = Collections.singletonList(

Loading…
Cancel
Save