Add server api definition
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MusicCast.Net.Api.Server.Models;
|
||||
|
||||
public class GetNetworkStandbyResponse
|
||||
{
|
||||
public int response_code { get; set; }
|
||||
public string network_standby { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user