Light.prototype.turnOff = function() {
  this.isOn = false;
  this.setLightState({on: false});
};