mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
change ip
This commit is contained in:
@@ -29,7 +29,7 @@ async function testAPI(ip = "ems-esp.local", apiPath = "system") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Run the test
|
// Run the test
|
||||||
testAPI("192.168.1.223", "system")
|
testAPI("192.168.1.65", "system")
|
||||||
.then(() => {
|
.then(() => {
|
||||||
console.log('Test completed successfully');
|
console.log('Test completed successfully');
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user