it("#getVoltageTripPoints calls #command with params", function() {
      core.getVoltageTripPoints(callback);
      expect(core.command).to.be.calledOnce;
      expect(core.command).to.be.calledWith(0x00, 0x23, null, callback);
    });