Merge branch 'master' into targetV4.1.0

This commit is contained in:
BWS Systems
2017-01-27 15:30:05 -06:00
committed by GitHub
3 changed files with 11 additions and 21 deletions

View File

@@ -47,6 +47,7 @@ public class HTTPHome implements Home {
String anUrl = BrightnessDecode.calculateReplaceIntensityValue(anItem.getItem().getAsString(),
intensity, targetBri, targetBriInc, false);
anUrl = TimeDecode.replaceTimeValue(anUrl);
String aBody = null;
if(anItem.getHttpBody()!= null && !anItem.getHttpBody().isEmpty()) {