mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
af5611e403
commit
2fac0ca926
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ using PepperDash.Core;
|
||||||
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Defines the contract for IMobileControlMessenger
|
/// Obsolete: messengers are subscription based by default; use IMobileControlMessenger instead.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Obsolete("This interface is obsolete and will be removed in a future version. All messengers are now subscription based.")]
|
[Obsolete("This interface is obsolete and will be removed in a future version. All messengers are now subscription based.")]
|
||||||
public interface IMobileControlMessengerWithSubscriptions : IMobileControlMessenger
|
public interface IMobileControlMessengerWithSubscriptions : IMobileControlMessenger
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue