Displaying 2 results from an estimated 2 matches for "1192,12".
Did you mean:
119,12
2007 Jan 04
2
Re: [nut-Patches][303751] Checking UPS Temperature
...ERTEMP to OVERTEMP, so notify */
> +
> + do_notify(ups, NOTIFY_OVERTEMP);
> + setflag(&ups->status, ST_OVERTEMP);
> +}
> +//EW <<<<<<
> +
> /* cleanly close the connection to a given UPS */
> static void drop_connection(utype *ups)
> @@ -1163,4 +1192,12 @@
> }
>
> +//EW >>>>>>
> + /* UPSOVERTEMP <num> */
> + if (!strcmp(arg[0], "UPSOVERTEMP")) {
> + upsovertemp = atof(arg[1]);
> + return 1;
> + }
> +//EW <<<<<<
> +
> /* NOCOMMWARNTIME <num> */
&g...
2017 Mar 31
6
[PATCH 0/3] Fix some quoting issues.
Fix some quoting issues by introducing Unicode quotes.
Note this intentionally only affects end-user messages and documentation.
Rich.