Ambilight avec Jeedom
Aller à la navigation
Aller à la recherche
curl -H "Content-Type: application/json" -X POST -d '{"key":"Digit1"}' http://192.168.0.40:1925/1/input/key
JointSpace API Documentation REST API Method: POST input/key Sends a key to the TV. URL http://ip-address:1925/1/input/key Format json HTTP Method POST Requires Authentication false Parameters none Upload data This resource accepts a JSON object with key/value pairs. It is allowed to send an object containing only the key/value pairs that need to be changed. See the JSON example for how t Keys key (string): One of the following: Standby Back Find RedColour GreenColour YellowColour BlueColour Home VolumeUp VolumeDown Mute Options Dot Digit0 Digit1 Digit2 Digit3 Digit4 Digit5 Digit6 Digit7 Digit8 Digit9 Info CursorUp CursorDown CursorLeft CursorRight Confirm Next Previous Adjust WatchTV Viewmode Teletext Subtitle ChannelStepUp ChannelStepDown Source AmbilightOnOff PlayPause Pause FastForward Stop Rewind Record Online JSON example { "key": "Home" }