From 8f4feaed14fabb8c6ca93ac709c838160700c2c3 Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Tue, 27 Sep 2022 10:31:41 +0200 Subject: [PATCH] L2SS-982 updated README for adding new devices --- tangostationcontrol/tangostationcontrol/devices/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tangostationcontrol/tangostationcontrol/devices/README.md b/tangostationcontrol/tangostationcontrol/devices/README.md index d7c5a64a9..c99fb4796 100644 --- a/tangostationcontrol/tangostationcontrol/devices/README.md +++ b/tangostationcontrol/tangostationcontrol/devices/README.md @@ -18,3 +18,4 @@ If a new device is added, it will (likely) need to be referenced in several plac - Add to `tangostationcontrol/docs/source/devices/` to mention the device in the end-user documentation. - Adjust `tangostationcontrol/docs/source/index.rst` to include the newly created file in `docs/source/devices/`. - Adjust `docker-compose/tango-prometheus-exporter/lofar2-policy.json` to include this device in the prometheus exporter +- Adjust `tangostationcontrol/tangostationcontrol/devices/docker_device.py` to have the device container available as an R and RW attribute. \ No newline at end of file -- GitLab