Skip to content

aschelch/gladys-freebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Features Control your Freebox using Gladys

Screenshot

##Installation

# Go to the hooks directory
$ cd gladys/api/hooks

# Clone the repository
$ git clone https:/aschelch/gladys-freebox.git freebox
$ cd freebox

# Install NPM dependencies
$ npm install

# Set your remote code in the file
$ nano config/freebox.js

# Restart Gladys
$ sudo pm2 restart gladys

##Usage You can use the buttons on the dashboard or use the FreeboxService in your script.

SpeakService.say("Bonjour, j'allume la télé");
FreeboxService.power();

// Or
SpeakService.say("Je zap sur TF1");
FreeboxService.pressKey(1);

// Or
SpeakService.say("J'augmente le volume");
FreeboxService.increaseVolume();
FreeboxService.increaseVolume();

About

Control your Freebox using Gladys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published