Commit 6bc5f7575da47a91d78436dfaa625069f0418910

Authored by Andrii Shvaika
1 parent 09b6b06a

Composite Operations parameter

@@ -27,6 +27,6 @@ public class OtherConfiguration { @@ -27,6 +27,6 @@ public class OtherConfiguration {
27 private PowerMode powerMode; 27 private PowerMode powerMode;
28 private String fwUpdateResource; 28 private String fwUpdateResource;
29 private String swUpdateResource; 29 private String swUpdateResource;
30 - private boolean composite; 30 + private boolean compositeOperationsSupport;
31 31
32 } 32 }