adafruit / Wippersnapper_Protobuf

Protocol buffer messages for Adafruit.io WipperSnapper Beta
MIT License
0 stars 2 forks source link

Add an option for turning on a digital output pin for a user-specified duration in seconds #83

Closed brentru closed 2 years ago

brentru commented 2 years ago

Add an option for turning on a digital output pin for a user-specified duration in seconds

Useful projects for this issue: Plant watering (only turn on a pump for 2 seconds), IoT projects which physically display notifications (If I get an email, briefly turn on a light. Discord event alerts. Webhook->WipperSnapper), briefly turning on/off solenoids.

We may want to consider this as a different component, or an "advanced option" for the digital output generic component.

brentru commented 2 years ago

This will be handled by an upcoming Action (Timer Action) instead of within the WipperSnapper messaging API.