CHanges 26.12.2019 Correction and PowerOff add

This commit is contained in:
SputnikElf
2019-12-26 16:34:40 +01:00
parent ccd01c1ce2
commit aef4e3a571
14 changed files with 353 additions and 255 deletions

View File

@@ -315,6 +315,12 @@ private:
///
void handleInstanceCommand(const QJsonObject & message, const QString &command, const int tan);
/// Handle an incoming JSON instance message
///
/// @param message the incoming message
///
void handlePlatformCommand(const QJsonObject & message, const QString &command, const int tan);
///
/// Handle an incoming JSON message of unknown type
///
@@ -324,6 +330,7 @@ private:
/// Send a standard reply indicating success
///
void sendSuccessReply(const QString &command="", const int tan=0);
void sendSuccessInfoReply(const QString & info,const QString &command="", const int tan=0);
///
/// Send a standard reply indicating success with data