/// <summary> /// If the last sent command it TELLSTICK_DIM this returns the dimmed value /// </summary> /// <param name="deviceId">Id of device to query</param> /// <returns>The the value as a human readable string, for example "128" for 50%</returns> public static unsafe string tdLastSentValue(int deviceId) { return(getString(UnmanagedImport.tdLastSentValue(deviceId))); }