Skip to content

Instantly share code, notes, and snippets.

@xNok
Created September 13, 2021 00:51
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 xNok/0876a76edb3f753c4cc924e60596b660 to your computer and use it in GitHub Desktop.
Save xNok/0876a76edb3f753c4cc924e60596b660 to your computer and use it in GitHub Desktop.
type ThermostatSetting struct {
user string
max float64 //temperature
avg float64 //temperature
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment