public float GetBatteryCharge(FinchNodeType nodeType) { return(FinchCore.GetNodeCharge(nodeType)); }
/// <summary> /// Nodes batteries charge value of physical device (percents) /// </summary> /// <param name="node">Certain node</param> /// <returns>Charge of the battery of certain node (percents)</returns> public static ushort GetBatteryCharge(FinchNodeType node) { return(FinchCore.GetNodeCharge(node)); }