Skip to content

Commit

Permalink
#6 - added documentation for EMSTag.MODE and EMSTag.REQ_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
jnk-cons committed Sep 29, 2023
1 parent d9feef5 commit b3cc04a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ build/

### VS Code ###
.vscode/

/api/src/test/kotlin/de/jnkconsulting/e3dc/easyrscp/api/generators/*
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ enum class EMSTag(
/**
* hex = "0x01000011", type = DataType.NONE
*
* Request tag. A data block with the tag [MODE] is supplied as a response
*
* You know what the tag means or want to improve the tag description? Create a [Ticket](https://github.com/jnk-cons/easy-rscp/issues/new?title=Documentation+improvement+for+EMSTag.REQ_MODE&labels=documentation&body=Documentation+update+for+enum+EMSTag.REQ_MODE:).
*
* Original E3DC Documentation:
Expand Down Expand Up @@ -620,6 +622,13 @@ enum class EMSTag(
/**
* hex = "0x01800011", type = DataType.UCHAR8
*
* Response tag to a [REQ_MODE] request.
*
* The answer can contain 3 values:
* - 1 -> IDLE -> Currently the battery is neither charged nor discharged
* - 2 -> DISCHARGE -> Currently the battery is discharged
* - 3 -> CHARGE -> Currently charging the battery
*
* You know what the tag means or want to improve the tag description? Create a [Ticket](https://github.com/jnk-cons/easy-rscp/issues/new?title=Documentation+improvement+for+EMSTag.MODE&labels=documentation&body=Documentation+update+for+enum+EMSTag.MODE:).
*
* Original E3DC Documentation:
Expand Down

0 comments on commit b3cc04a

Please sign in to comment.