issues
search
Argonne-National-Laboratory
/
node-red-contrib-oadr-ven
OpenADR virtual end node for Node-Red
Other
9
stars
6
forks
source link
Develop
#15
Closed
bnystrom
closed
3 years ago
bnystrom
commented
3 years ago
Add basic authentication
Fix ordering of params to match xsd
Pass VEN ID if present in properties dialog for oadrCreatePartyRegistration
Don't wipe VEN ID on oadrCanclePartyRegistration and reuse what is in property dialog
Bump 3rd party libs
Load UUID per their new spec using const {u4: uuid} = require('uuid')
Use Debug library for debugging. Enable via DEBUG=anl:oadr
Better use of Node Red "done"
Fix validation of port
Switch from Request to Axios for http request/REST calls