svghmi/svghmi.py
branchsvghmi
changeset 3159 1d7c3d13a4df
parent 3158 4171f7dd109a
child 3160 cecfd6bb4593
--- a/svghmi/svghmi.py	Fri Feb 19 12:03:42 2021 +0100
+++ b/svghmi/svghmi.py	Fri Feb 19 14:56:14 2021 +0100
@@ -722,3 +722,5 @@
         # TODO : move to library level for multiple hmi
         return [(name, iec_type, "") for name, iec_type in SPECIAL_NODES]
 
+    def GetIconName(self):
+        return "SVGHMI"