blob: 7792d04975b9c2d0ffe2a97916f42be9e104a88f [file] [log] [blame]
#pragma once
enum class FanSpeedDirection
{
DOWN,
UP,
NEUTRAL, /* not sure this will ever happen, but for completeness. */
};