Allow fractional ms to be specified for HW PWM in switch period setting. still defaul...
[clinton/Smoothieware.git] / src / modules / tools / temperatureswitch / TemperatureSwitch.h
index 873c26f..59b50e3 100755 (executable)
@@ -73,7 +73,8 @@ class TemperatureSwitch : public Module
             bool inverted:1;
             bool lower:1;
             bool armed:1;
-            bool one_shot:1;
+            bool can_arm:1;
+            bool edge:1;
             TRIGGER_TYPE trigger:2;
         };
 };