Fixed compiler for Java code generation (not heavily tested yet, but fixes include...
[iot2.git] / benchmarks / interfaces / ZoneState.java
1 package iotcode.interfaces;
2
3 public class ZoneState {
4         public static int zoneNumber;
5         public static boolean onOffState;
6         public static int duration;
7 }
8