Adding feature for enum and struct generations
[iot2.git] / config / iotpolicy / lightbulbpolicy.pol
index 3d131b6a3ddae2d20d1ba0d90604364bece5b1c2..b8796266fa49c58423c4f840935d1015b94b9a3f 100644 (file)
@@ -24,7 +24,8 @@ public interface LightBulb {
 
                APPLE,
                ORANGE,
-               GRAPE
+               GRAPE,
+               MANGO
        }
 }