提交 8d1a0b9d 编写于 作者: nengyuangzhang's avatar nengyuangzhang

Merge branch 'develop'

...@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ...@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [Unreleased]
### Added ### Added
- - added new protocols dtu-rtu, dtu-tcp and dtu-mqtt
### Changed ### Changed
- updated Distribution System in myems-web - updated Distribution System in myems-web
### Fixed ### Fixed
......
...@@ -47,6 +47,9 @@ app.controller('DataSourceController', function( ...@@ -47,6 +47,9 @@ app.controller('DataSourceController', function(
{"id":"coap", "name": "CoAP"}, {"id":"coap", "name": "CoAP"},
{"id":"controllogix", "name": "ControlLogix"}, {"id":"controllogix", "name": "ControlLogix"},
{"id":"dlt645", "name": "DL/T645"}, {"id":"dlt645", "name": "DL/T645"},
{"id":"dtu-rtu", "name": "DTU-RTU"},
{"id":"dtu-tcp", "name": "DTU-TCP"},
{"id":"dtu-mqtt", "name": "DTU-MQTT"},
{"id":"elexon-bmrs", "name": "Elexon BMRS"}, {"id":"elexon-bmrs", "name": "Elexon BMRS"},
{"id":"iec104", "name": "IEC104"}, {"id":"iec104", "name": "IEC104"},
{"id":"influxdb", "name": "InfluxDB"}, {"id":"influxdb", "name": "InfluxDB"},
......
...@@ -105,6 +105,9 @@ class DataSourceCollection: ...@@ -105,6 +105,9 @@ class DataSourceCollection:
'coap', 'coap',
'controllogix', 'controllogix',
'dlt645', 'dlt645',
'dtu-rtu',
'dtu-tcp',
'dtu-mqtt',
'elexon-bmrs', 'elexon-bmrs',
'iec104', 'iec104',
'influxdb', 'influxdb',
...@@ -334,6 +337,9 @@ class DataSourceItem: ...@@ -334,6 +337,9 @@ class DataSourceItem:
'coap', 'coap',
'controllogix', 'controllogix',
'dlt645', 'dlt645',
'dtu-rtu',
'dtu-tcp',
'dtu-mqtt',
'elexon-bmrs', 'elexon-bmrs',
'iec104', 'iec104',
'influxdb', 'influxdb',
...@@ -620,6 +626,9 @@ class DataSourceImport: ...@@ -620,6 +626,9 @@ class DataSourceImport:
'coap', 'coap',
'controllogix', 'controllogix',
'dlt645', 'dlt645',
'dtu-rtu',
'dtu-tcp',
'dtu-mqtt',
'elexon-bmrs', 'elexon-bmrs',
'iec104', 'iec104',
'influxdb', 'influxdb',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册