amazfitbiptools/WatchFace.Parser/Elements/WeatherElements/AirPollution.cs

11 lines
231 B
C#
Raw Normal View History

using WatchFace.Elements.BasicElements;
using WatchFace.Utils;
namespace WatchFace.Elements.WeatherElements
{
public class AirPollution
{
[RawParameter(Id = 2)]
public ImageSet Icon { get; set; }
}
}