Skip to content

Instantly share code, notes, and snippets.

@chrismckelt
Created March 10, 2020 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismckelt/0299fe4f6f81f7bebdb2792cec935508 to your computer and use it in GitHub Desktop.
Save chrismckelt/0299fe4f6f81f7bebdb2792cec935508 to your computer and use it in GitHub Desktop.
Payload.cs
public class Payload
{
public DateTime TimeStamp { get; set; }
public bool IsAirConditionerOn { get; set; }
public double Temperature { get; set; }
public string TagKey { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment