Disabled //restart , restored backwards compatibility for the backend on restart

This commit is contained in:
Alexander Nell
2020-04-26 09:47:33 +02:00
parent c04f39a056
commit 9dc455774f
4 changed files with 39 additions and 12 deletions

View File

@ -15,6 +15,8 @@ interface CommunicationMethods {
* - message
*/
const REBOOT_MANIA_CONTROL = "ManiaControl.Reboot";
/** @deprecated */
const RESTART_MANIA_CONTROL = "ManiaControl.Restart";
/** Update the ManiaControl Core */
const UPDATE_MANIA_CONTROL_CORE = "UpdateManager.CoreUpdate";