Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nengyuanzhang committed Dec 2, 2023
2 parents 55377e6 + 44719b3 commit 77ce42f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- added charge time and discharge time settings to power conversion system of microgrid
- added nominal voltage to microgrid battery in database, myems-api and myems-admin
- added new supported protocol to datasource in myems-api
### Changed
-
### Fixed
Expand Down
10 changes: 6 additions & 4 deletions myems-api/core/datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def on_post(req, resp):
('bacnet-ip',
'cassandra',
'clickhouse',
'coap'
'coap',
'controllogix',
'dlt645',
'elexon-bmrs',
Expand All @@ -111,7 +111,8 @@ def on_post(req, resp):
'modbus-rtu',
'modbus-tcp',
'mongodb',
'mqtt-seg'
'mqtt-md4220',
'mqtt-seg',
'mqtt',
'mysql',
'opc-ua',
Expand Down Expand Up @@ -325,7 +326,7 @@ def on_put(req, resp, id_):
('bacnet-ip',
'cassandra',
'clickhouse',
'coap'
'coap',
'controllogix',
'dlt645',
'elexon-bmrs',
Expand All @@ -335,7 +336,8 @@ def on_put(req, resp, id_):
'modbus-rtu',
'modbus-tcp',
'mongodb',
'mqtt-seg'
'mqtt-md4220',
'mqtt-seg',
'mqtt',
'mysql',
'opc-ua',
Expand Down

0 comments on commit 77ce42f

Please sign in to comment.