Skip to content

Commit

Permalink
Merge pull request #23 from samsp99/patch-1
Browse files Browse the repository at this point in the history
Clarified where the hashcode comes from.
  • Loading branch information
exiva authored Nov 30, 2019
2 parents cf9d94c + b89902f commit ce17d1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ You can string together long remote actions by adding to the `keylist` array.
| PUT `current_input` | From `name_input` |
| ------------------- | ------------------- |
| VALUE | ITEMS[x].NAME |
| HASHVAL | ITEMS[x].HASHVAL |
| HASHVAL | Current HashValue from a "get" of current_input |

Note: The hashvalue is from the current input, not the list of inputs.

#### cURL Example
`curl -k -H "Content-Type: application/json" -H "AUTH: 123A456B" -X PUT -d '{"REQUEST": "MODIFY","VALUE": "HDMI-1","HASHVAL": 1384176329}' https://myVizioTV:9000/menu_native/dynamic/tv_settings/devices/current_input`
Expand Down

0 comments on commit ce17d1d

Please sign in to comment.