mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 11:44:54 +00:00
feat: IMobileControlTouchpanelController
This commit is contained in:
@@ -106,4 +106,11 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|||||||
Action<string,string, JToken> Action { get; }
|
Action<string,string, JToken> Action { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public interface IMobileControlTouchpanelController
|
||||||
|
{
|
||||||
|
StringFeedback AppUrlFeedback { get; }
|
||||||
|
string DefaultRoomKey { get; }
|
||||||
|
string DeviceKey { get; }
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user