{"id":27695113,"url":"https://github.com/outadoc/freeboxapi-js","last_synced_at":"2025-04-25T14:16:13.359Z","repository":{"id":2572723,"uuid":"3552918","full_name":"outadoc/FreeboxAPI-JS","owner":"outadoc","description":"A simple JS API for simplifying the use of the Freebox remote API","archived":false,"fork":false,"pushed_at":"2012-02-26T15:54:30.000Z","size":92,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-25T14:16:04.575Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://dev.outadoc.fr","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/outadoc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-26T15:54:00.000Z","updated_at":"2021-10-14T21:50:39.000Z","dependencies_parsed_at":"2022-08-29T02:51:45.843Z","dependency_job_id":null,"html_url":"https://github.com/outadoc/FreeboxAPI-JS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outadoc%2FFreeboxAPI-JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outadoc%2FFreeboxAPI-JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outadoc%2FFreeboxAPI-JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outadoc%2FFreeboxAPI-JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outadoc","download_url":"https://codeload.github.com/outadoc/FreeboxAPI-JS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250831518,"owners_count":21494380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-25T14:16:10.574Z","updated_at":"2025-04-25T14:16:13.350Z","avatar_url":"https://github.com/outadoc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Présentation\nUne API JavaScript basique pour contrôler la Freebox de Free.  \nCette API utilise l'API télécommande officielle qui repose sur des requêtes GET.\n\n## Exemples\n\t\n#### Instanciation d'une Freebox\n\tvar freebox_1 = new Freebox(1, 12345678);\n\t//1 = identifiant du boitier, 12345678 = code télécommande de la Freebox\n\n#### Accesseurs pour les identifiants\n\tfreebox_1.setCode(87654321);\n\tvar freebox_hd = freebox_1.getHd();\n\n#### Appel d'une touche de la télécommande\n\tfreebox_1.callKey(FreeboxKey.FREE, false);\n\t//FreeboxKey.FREE = bouton \"Free\" de la télécommande, false(/true) = appui long ?\n\n#### Appel simplifié d'une chaîne\n\tfreebox_1.callChannel(18);\n\t//on zappe sur Gulli\n\t\n## Liste des boutons disponibles\nNUM_ONE : 1  \nNUM_TWO : 2  \nNUM_THREE : 3  \nNUM_FOUR : 4  \nNUM_FIVE : 5  \nNUM_SIX : 6  \nNUM_SEVEN : 7  \nNUM_EIGHT : 8  \nNUM_NINE : 9  \nNUM_ZERO : 0  \n\nRED : Bouton rouge (B)  \nYELLOW : Bouton jaune (Y)  \nBLUE : Bouton bleu (B)  \nGREEN : Bouton vert (A)\n\nDIR_UP : Haut  \nDIR_DOWN : Bas  \nDIR_LEFT : Gauche  \nDIR_RIGHT : Droite  \n\nVOL_INC : Augmenter le volume  \nVOL_DEC : Baisser le volume  \n\nPRGM_INC : Passer à la chaîne suivante  \nPRGM_DEC : Passer à la chaîne précédente  \n\nOK : OK  \nBACK : Retour  \nSWAP : Revenir à la dernière chaîne visionnée  \nPOWER : On/Off  \nFREE : Free  \nMUTE : Muet  \n\nLIST : Liste des chaînes  \nMAIL : Messages vocaux  \nAUX : Auxilliaires  \nPIP : Picture in Picture  \nEPG : Programme TV  \n\nPLAYER_RECORD : Enregistrer  \nPLAYER_PREV : Précédent  \nPLAYER_BACKWARD : Retour rapide  \nPLAYER_PLAY : Lecture/pause  \nPLAYER_STOP : Stop  \nPLAYER_FORWARD : Avance rapide  \nPLAYER_NEXT : Suivant","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutadoc%2Ffreeboxapi-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutadoc%2Ffreeboxapi-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutadoc%2Ffreeboxapi-js/lists"}