System#

Functions#

get_system_info#

get_system_info(callback)

Returns an object with the same attributes as in the HTTP GET response.

For example:

Query.get_system_info(system => {
  const capacity = system.channel_capacity
})