<?php

namespace App\Model;

class Pwm
{
    const ENABLE_FULL_SPEED = 0;
    const ENABLE_MANUAL = 1;
    const ENABLE_MIN_AUTOMATIC = 2;
}