# File lib/rubyipmi/freeipmi/commands/bmcconfig.rb, line 5
    def initialize(opts = ObservableHash.new)
      super("bmc-config", opts)
      @sections = []

    end