polovik / notikeys

MIT License
1 stars 0 forks source link

Exit from the GUI with cleaning up #27

Closed polovik closed 8 years ago

polovik commented 8 years ago
  1. Postpone MainWindow closing for 1sec
  2. Display message on MainWindow "Disconnecting"
  3. Send command SHUTDOWN or HALT or STOP_CONFIGURING to device after 1 second:
  4. Close sockets (SERVER_SOCKET_NAME, Device::closeDevice)
polovik commented 8 years ago

Send command RESET instead of SHUTDOWN or HALT or STOP_CONFIGURING

polovik commented 8 years ago
  1. is done