* @returns {null|LuCI.network.Device}
* Returns a `Network.Device` instance representing the parent device or
* `null` when this device has no parent, as it is the case for e.g.
- * ordinary ethernet interfaces.
+ * ordinary Ethernet interfaces.
*/
getParent: function() {
if (this.dev.parent)
*
* @property {number} inactive
* The amount of milliseconds the peer has been inactive, e.g. due
- * to powersave.
+ * to power-saving.
*
* @property {number} connected_time
* The amount of milliseconds the peer is associated to this network.
* - `UNKNOWN`
*
* @property {number} [mesh local PS]
- * The local powersafe mode for the peer link, may be an empty
+ * The local power-save mode for the peer link, may be an empty
* string (`''`) or absent if not applicable or supported by
* the driver.
*
* - `UNKNOWN`
*
* @property {number} [mesh peer PS]
- * The remote powersafe mode for the peer link, may be an empty
+ * The remote power-save mode for the peer link, may be an empty
* string (`''`) or absent if not applicable or supported by
* the driver.
*
* - `UNKNOWN`
*
* @property {number} [mesh non-peer PS]
- * The powersafe mode for all non-peer neighbours, may be an empty
+ * The power-save mode for all non-peer neighbours, may be an empty
* string (`''`) or absent if not applicable or supported by the driver.
*
* The following modes are known:
},
/**
- * Get the primary logical interface this wireless network is attached to.
+ * Get the primary logical interface this network is attached to.
*
* @returns {null|LuCI.network.Protocol}
* Returns a `Network.Protocol` instance representing the logical
},
/**
- * Get the logical interfaces this wireless network is attached to.
+ * Get the logical interfaces this network is attached to.
*
* @returns {Array<LuCI.network.Protocol>}
* Returns an array of `Network.Protocol` instances representing the