Skip to content
Snippets Groups Projects
Commit 4624bdcd authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Added comments in Device types

parent eab2eee7
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -15,6 +15,7 @@
from enum import Enum
class DeviceTypeEnum(Enum):
# Emulated device types
EMULATED_DATACENTER = 'emu-datacenter'
EMULATED_MICROVAWE_RADIO_SYSTEM = 'emu-microwave-radio-system'
EMULATED_OPEN_LINE_SYSTEM = 'emu-open-line-system'
......@@ -24,6 +25,7 @@ class DeviceTypeEnum(Enum):
EMULATED_PACKET_ROUTER = 'emu-packet-router'
EMULATED_PACKET_SWITCH = 'emu-packet-switch'
# Real device types
DATACENTER = 'datacenter'
MICROVAWE_RADIO_SYSTEM = 'microwave-radio-system'
OPEN_LINE_SYSTEM = 'open-line-system'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment