Add server api definition
This commit is contained in:
11
MusicCast.Net.Api.Server/Models/GetYpaoConfigResponse.cs
Normal file
11
MusicCast.Net.Api.Server/Models/GetYpaoConfigResponse.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace MusicCast.Net.Api.Server.Models;
|
||||
|
||||
public class GetYpaoConfigResponse
|
||||
{
|
||||
public int response_code { get; set; }
|
||||
public string ypao_status { get; set; }
|
||||
public bool ypao_setting { get; set; }
|
||||
public string ypao_speaker_unit { get; set; }
|
||||
public bool ypao_volume { get; set; }
|
||||
public int disable_flags { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user