projects
/
iot2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixing MySQL query parsing bug for IoTRelation; adjusting MySQL queries for new inter...
[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