# File lib/rubyipmi/ipmitool/commands/power.rb, line 53
    def status
      value = command("status")
      if value
        @result.match(/(off|on)/).to_s
      end
    end