Skip to content

Instantly share code, notes, and snippets.

@hervehobbes
Forked from alexandrevilain/api.md
Created November 13, 2021 10:43
Show Gist options
  • Save hervehobbes/12c134b2558c761d09700ea9703d5de6 to your computer and use it in GitHub Desktop.
Save hervehobbes/12c134b2558c761d09700ea9703d5de6 to your computer and use it in GitHub Desktop.
Livebox API

Source: https://communaute.orange.fr/t5/TV-par-ADSL-et-Fibre/API-pour-commander-le-decodeur-TV-depusi-une-tablette/td-p/43443/page/2

1. État du décodeur:

http://ip_livebox_tv:8080/remoteControl/cmd?operation=10

2. Envoyer une commande:

http://ip_livebox_tv:8080/remoteControl/cmd?operation=01&key=code_touche&mode=numéro_mode

numéro_mode :

0 : envoi unique de touche

1 : appui prolongé de touche

2 : relacher la touche après un appui prolongé

code_touche :

116 : ON/OFF

512 : 0

513 : 1

514 : 2

515 : 3

516 : 4

517 : 5

518 : 6

519 : 7

520 : 8

521 : 9

402 : CH+

403 : CH-

115 : VOL+

114 : VOL-

113 : MUTE

103 : UP

108 : DOWN

105 : LEFT

106 : RIGHT

352 : OK

158 : BACK

139 : MENU

164 : PLAY/PAUSE

168 : FBWD

159 : FFWD

167 : REC

393 : VOD

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