Skip to content

Set multiple registers using json in POST request#692

Open
groupmsl wants to merge 4 commits intojohanmeijer:Alphafrom
groupmsl:setMultipleRegisters
Open

Set multiple registers using json in POST request#692
groupmsl wants to merge 4 commits intojohanmeijer:Alphafrom
groupmsl:setMultipleRegisters

Conversation

@groupmsl
Copy link

Added POST functionality which allows a json structure to set multiple registers. Can add more functionality to POST if wanted in future

Example json:

{
    "inverterId": "EGM3N7K06U",
    "startRegister": 1100,
    "values":
    [
        {
            "value": "0105",
            "type": "time"
		},
		 {
            "value": "0655",
            "type": "time"
		},
		 {
            "value": 1,
            "type": "dec"
		}
	]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant