Commit 4cee07f1 authored by Marshall Pierce's avatar Marshall Pierce
Browse files

add a little bit more documentation on limits

parent fa6607e7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1249,6 +1249,7 @@ command {
      type: STATISTICS
      type: TEMPERATURES
      type: UTILIZATIONS
      type: LIMITS
      
      // Many utilization messages may be returned
      utilization {
@@ -1337,6 +1338,12 @@ command {
      }
      // bytes representing recent Kinetic Device log messages
      messages: "..."
      
      // limits that the device will enforce
      limits {
        maxKeySize = 4096;
        ...
      }
    }
  }
  status {