Add server api definition
This commit is contained in:
10
MusicCast.Net.Api.Server/Models/GetFuncStatusResponse.cs
Normal file
10
MusicCast.Net.Api.Server/Models/GetFuncStatusResponse.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MusicCast.Net.Api.Server.Models;
|
||||
|
||||
public class GetFuncStatusResponse
|
||||
{
|
||||
public int response_code { get; set; }
|
||||
public bool auto_power_standby { get; set; }
|
||||
public bool speaker_a { get; set; }
|
||||
public bool speaker_b { get; set; }
|
||||
public bool headphone { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user