Remotely/Server/Models/RemoteControlMode.cs
2024-07-16 09:25:15 -07:00

9 lines
114 B
C#

namespace Remotely.Server.Models;
public enum RemoteControlMode
{
Unknown,
Unattended,
Attended
}