# File lib/rubyipmi/freeipmi/commands/power.rb, line 52
    def status
      value = command("stat")
      if value
        @result.split(":").last.chomp.strip
      end
    end