Add server api definition
This commit is contained in:
17
MusicCast.Net.Api.Server/Models/GetDeviceInfoResponse.cs
Normal file
17
MusicCast.Net.Api.Server/Models/GetDeviceInfoResponse.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace MusicCast.Net.Api.Server.Models;
|
||||
|
||||
public class GetDeviceInfoResponse
|
||||
{
|
||||
public int response_code { get; set; }
|
||||
public string model_name { get; set; }
|
||||
public string destination { get; set; }
|
||||
public string device_id { get; set; }
|
||||
public string system_id { get; set; }
|
||||
public int system_version { get; set; }
|
||||
public double api_version { get; set; }
|
||||
public int netmodule_generation { get; set; }
|
||||
public string netmodule_version { get; set; }
|
||||
public string netmodule_checksum { get; set; }
|
||||
public string operation_mode { get; set; }
|
||||
public string update_error_code { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user