change ip

This commit is contained in:
proddy
2025-11-29 15:36:24 +01:00
parent da7a06646a
commit 8ca9f7ee30

View File

@@ -29,7 +29,7 @@ async function testAPI(ip = "ems-esp.local", apiPath = "system") {
}
// Run the test
testAPI("192.168.1.223", "system")
testAPI("192.168.1.65", "system")
.then(() => {
console.log('Test completed successfully');
process.exit(0);