PlantLevel

enum PlantLevel : String

The various levels of the plant that can be changed

  • Undocumented

    Declaration

    Swift

    case growingSeason = "Growing Season"
  • Undocumented

    Declaration

    Swift

    case difficultyLevel = "Difficulty Level"
  • Undocumented

    Declaration

    Swift

    case dormantSeason = "Dormant Season"
  • Undocumented

    Declaration

    Swift

    case wateringLevel = "Watering Level"
  • Undocumented

    Declaration

    Swift

    case lightingLevel = "Lighting Level"