Skip to content
Snippets Groups Projects
Commit 737d5ac9 authored by Manuel Krombholz's avatar Manuel Krombholz
Browse files

Add FrequencySetting for group in Marshalling test

parent c26be7ce
No related branches found
No related tags found
No related merge requests found
Pipeline #10897 passed
......@@ -121,6 +121,7 @@ aspect Printing {
.addIds("groups", getNumGroup(), getGroups())
.addIds("items", getNumItem(), getItems())
.addOptionalPrettyPrint(getAggregationFunction())
.addOptional("performance", hasFrequencySetting(), () -> getFrequencySetting().getID())
.build();
}
......
Mqtt: incoming="ppc2/" outgoing="oh2/in" host="localhost" ;
Item: id="iris1_item" label="Iris 1" state="121,88,68" topic="iris1_item/state" performance="ip1" ;
Group: id="my-group" items=["iris1_item"] ;
Group: id="my-group" items=["iris1_item"] performance="ip1" ;
ThingType: id="skywriter-hat" label="SkyWriterHAT" description="SkyWriterHAT Gesture Recognition" parameters=["brokername"] channelTypes=["flick-type"] ;
ChannelType: id="flick-type" itemType="String" label="Last Flick" description="Last Flick detected (and its direction)" category="Motion" readOnly ;
Parameter: id="brokername" type="text" required label="Broker Name" description="Name of the broker as defined in the <broker>.url in services/mqtt.cfg. See the MQTT Binding for more information on how to configure MQTT broker connections." context="service" default="mosquitto" ;
......
Item: id="iris1_item" label="Iris 1" state="121,88,68" topic="iris1_item/state" performance="ip1" ;
Group: id="my-group" items=["iris1_item"] ;
Group: id="my-group" items=["iris1_item"] performance="ip1" ;
ThingType: id="skywriter-hat" label="SkyWriterHAT" description="SkyWriterHAT Gesture Recognition" parameters=["brokername"] channelTypes=["flick-type"] ;
ChannelType: id="flick-type" label="Last Flick" description="Last Flick detected (and its direction)" itemType="String" category="Motion" readOnly ;
Parameter: id="brokername" label="Broker Name" description="Name of the broker as defined in the <broker>.url in services/mqtt.cfg. See the MQTT Binding for more information on how to configure MQTT broker connections." type="Text" context="service" default="mosquitto" required ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment