mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-07 08:45:06 +00:00
feat: Enhance IEssentialsRoomFusionController with additional properties and logging
This commit is contained in:
@@ -25,7 +25,7 @@ namespace PepperDash.Essentials.Core.Fusion
|
||||
/// Sends a help request
|
||||
/// </summary>
|
||||
/// <param name="isHtml"></param>
|
||||
void SendHelpRequest(bool isHtml);
|
||||
void SendHelpRequest();
|
||||
|
||||
/// <summary>
|
||||
/// Clears the current help request status
|
||||
@@ -35,6 +35,6 @@ namespace PepperDash.Essentials.Core.Fusion
|
||||
/// <summary>
|
||||
/// Toggles between sending and cancelling a help request
|
||||
/// </summary>
|
||||
void ToggleHelpRequest(bool isHtml);
|
||||
void ToggleHelpRequest();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user