# File lib/nanite/state.rb, line 58
    def []=(nanite, attributes)
      log_redis_error("[]=") do
        update_state(nanite, attributes[:status], attributes[:services], attributes[:tags])
      end
    end