finished color decode fixes and tests, updated deviceId counting, fixing min bright value

This commit is contained in:
BWS Systems
2019-10-02 15:21:35 -05:00
parent fe4df16e10
commit a3fd2ca722
5 changed files with 113 additions and 107 deletions

View File

@@ -75,6 +75,8 @@ public class DeviceRepository extends BackupHandler {
nextId = Integer.decode(list[i].getId());
}
}
nextId = nextId + 1;
}
}