Use ipconfig command to show a specific interface:
For Wi-Fi connection
ipconfig getifaddr en0For Wired connection
| { | |
| init: function(elevators, floors) { | |
| const max_destinations = 2 | |
| const max_loadFactor = 0.5 | |
| for (let i = 0; i < elevators.length; i++) { | |
| elevators[i].on("idle", function() { | |
| for (let j = 0; j < floors.length; j++) { | |
| floors[j].on("down_button_pressed", function() { |
| Notes at end of file with some extra information and safety advice. | |
| Search in windows: 'cmd' and open command prompt as administrator. | |
| Microsoft Windows [Version 10.0.18362.657] | |
| (c) 2019 Microsoft Corporation. Todos os direitos reservados. | |
| C:\WINDOWS\system32>diskpart |