Skip to content

Commit

Permalink
Bug fix for setup ventilation provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner committed Oct 13, 2017
1 parent 5784212 commit 09f8c0a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -290,7 +290,7 @@ protected void addDemoApartmentVentilation(ServerAsset apartment,
new MetaItem(LABEL, Values.create("Ventilation auto")),
new MetaItem(RULE_STATE, Values.create(true)),
new MetaItem(PROTECTED, Values.create(true))
).addMeta(shouldBeLinked ? agentLinker.get() : null)
)
);
}

Expand Down

0 comments on commit 09f8c0a

Please sign in to comment.