From 9665d5d9b8f0ef5180e7fce49f8ba630a9683c7a Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Tue, 19 Sep 2023 18:11:14 +0200 Subject: [PATCH] L2SS-1173: add cdb entry --- CDB/stations/cs001.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CDB/stations/cs001.json b/CDB/stations/cs001.json index 36e780665..7bfaa0816 100644 --- a/CDB/stations/cs001.json +++ b/CDB/stations/cs001.json @@ -7,6 +7,7 @@ "properties": { "Power_Children": [ "STAT/EC/1", + "STAT/EC2/1", "STAT/TemperatureManager/1", "STAT/Boot/1", "STAT/AntennaField/LBA", @@ -18,6 +19,7 @@ ], "Control_Children": [ "STAT/EC/1", + "STAT/EC2/1", "STAT/CCD/1", "STAT/PSOC/1", "STAT/PCON/1", @@ -137,6 +139,16 @@ } } }, + "EC2": { + "STAT": { + "EC2": { + "STAT/EC2/1": { + "properties": { + } + } + } + } + }, "Beamlet": { "STAT": { "Beamlet": { -- GitLab