Protect.prototype.start = function(callback) {
  this.connection.on("value", function(snapshoot) {
    this.protect = snapshoot.val().devices.smoke_co_alarms[this.deviceId];
    Utils.setupCommands(Commands, this.protect, this);
    this.emit("status", this.protect);