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

Test push

parent 4624bdcd
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
from enum import Enum from enum import Enum
class DeviceTypeEnum(Enum): class DeviceTypeEnum(Enum):
# Emulated device types # Emulated device types
EMULATED_DATACENTER = 'emu-datacenter' EMULATED_DATACENTER = 'emu-datacenter'
EMULATED_MICROVAWE_RADIO_SYSTEM = 'emu-microwave-radio-system' EMULATED_MICROVAWE_RADIO_SYSTEM = 'emu-microwave-radio-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