Manuel83 / craftbeerpi3

Other
180 stars 169 forks source link

Idea :: Add a new step system parameter #238

Open victorsoliveira opened 4 years ago

victorsoliveira commented 4 years ago

Hi!

I'm integrating CBPI brewing step information with another services using a custom HTTPActor and i have an idea. In my project i need when entering a new step (of any type) the principal related actor turn of and turn on to force a http request step by step, instead of turn on at first step and just turn off at last step. So, we can create a new parameter to enable/disable this behavior.

Or, it's better create a new step plugin for MashIn, Mash, Chil and Boil types that i can configure another actor to make this service?

Thanks!