From b43614853b8ad3edeea9d7220461f828f8536969 Mon Sep 17 00:00:00 2001 From: Eva Lott Date: Thu, 31 Oct 2024 10:03:38 +0000 Subject: [PATCH] removed `"+id": "epics:nt/NTTable:1.0"` For full backwards compatibility. --- src/pandablocks_ioc/_tables.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pandablocks_ioc/_tables.py b/src/pandablocks_ioc/_tables.py index 0c90319f..8df8e2bd 100644 --- a/src/pandablocks_ioc/_tables.py +++ b/src/pandablocks_ioc/_tables.py @@ -94,7 +94,6 @@ def __init__( "Q:group", { self.pva_table_name: { - "+id": "epics:nt/NTTable:1.0", "labels": {"+type": "plain", "+channel": "VAL"}, } }, @@ -199,7 +198,6 @@ def __init__( "Q:group", { pva_table_name: { - "+id": "epics:nt/NTTable:1.0", "labels": {"+type": "plain", "+channel": "VAL"}, } },