Skip to content

Latest commit

 

History

68 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Room Control Mobile App

WARNING: Under development... WIP!

Allows to control a room's lights, set up alarms, play music and take pictures of people who enter the room. Connects to the Room Control Raspberry Pi.

Built with Ionic.

Set up for development

$ npm install ionic gulp bower -g
$ npm install
$ bower install
$ ionic serve

Screenshots

Room Control App screens

Data saved to the device local storage

settings: {
  serverip: ip,
  notify: boolean,
  sendpic: boolean
}

device: {
  id: hexadecimal,
  clientsecret: base-64,
  activeSpotify: boolean
}

light: {
  intensity: int,
  status: boolean,
  color: hexadecimal
}

alarm: {
  hour: int (epochs),
  sound: int (id),
  light: int (id),
  active: boolean
}

music: {
  playlist: int (id),
  track: int (id),
  volume: int 
}

About

Room control app built with Ionic

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages