@@ -283,43 +283,44 @@ Returns information about hardware, software version and build configuration.
...
@@ -283,43 +283,44 @@ Returns information about hardware, software version and build configuration.
`node.info([group])`
`node.info([group])`
#### Parameters
#### Parameters
`group`group of information (optional, if ommited return legacy information). May be one of `"hw"`, `"sw_version"`, `"build_config"`.
`group`A designator for a group of properties. May be one of `"hw"`, `"sw_version"`, `"build_config"`. It is currently optional; if omitted the legacy structure is returned. However, not providing any value is deprecated.
#### Returns
#### Returns
if a `group` is given the return value will be a table containing the following elements:
If a `group` is given the return value will be a table containing the following elements: