Remotely/Server/Models/Messages/DeviceStateChangedMessage.cs
2023-08-04 12:50:58 -07:00

6 lines
136 B
C#

using Remotely.Shared.Entities;
namespace Remotely.Server.Models.Messages;
public record DeviceStateChangedMessage(Device Device);