From 84520b9b9e341a6584e336921b4464c0fc7226b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Fri, 9 Nov 2018 16:09:19 +0100 Subject: [PATCH] Add unit --- src/main/resources/queryrest.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/queryrest.properties b/src/main/resources/queryrest.properties index 4e87e21..e846609 100644 --- a/src/main/resources/queryrest.properties +++ b/src/main/resources/queryrest.properties @@ -6,8 +6,8 @@ queryrest.response.fields.event.query=channel,backend,pulseId,globalSeconds,iocS queryrest.response.fields.event.query.aggregations=min,mean,max # defines the fields that are included in the response of a config query -queryrest.response.fields.config.query=name,backend,pulseId,globalSeconds,type,shape,source -queryrest.response.fields.config.historic=name,backend,type,shape,source,description +queryrest.response.fields.config.query=name,backend,pulseId,globalSeconds,type,shape,source,unit +queryrest.response.fields.config.historic=name,backend,type,shape,source,description,unit # defines if the writer is a local writer (can write data to filesystem) filestorage.writer.local=false