mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Return tan to API requests whenever possible (#1002)
* Return tan to API requests whenever possible * Set default tan to value 0 Co-authored-by: Paulchen Panther <16664240+Paulchen-Panther@users.noreply.github.com>
This commit is contained in:
@@ -280,7 +280,7 @@ private:
|
||||
///
|
||||
/// Handle an incoming JSON message of unknown type
|
||||
///
|
||||
void handleNotImplemented();
|
||||
void handleNotImplemented(const QString &command, int tan);
|
||||
|
||||
///
|
||||
/// Send a standard reply indicating success
|
||||
|
Reference in New Issue
Block a user