7 lines
90 B
C#
7 lines
90 B
C#
namespace MusicCast.Net.Api.Server.Models;
|
|
|
|
public enum PowerState
|
|
{
|
|
on,
|
|
standby
|
|
} |