Imported Upstream version 2.6.5
This commit is contained in:
parent
fefe62b2bd
commit
a1fa151fc7
201 changed files with 7974 additions and 709 deletions
|
|
@ -848,8 +848,6 @@ void upsdrv_initinfo(void)
|
|||
dstate_setinfo("ups.mfr.date", "%04d/%02d/%02d", ups.YearOfProd, ups.MonthOfProd, ups.DayOfProd) ;
|
||||
dstate_setinfo("battery.packs", "%d", ups.BatteryNumber) ;
|
||||
|
||||
dstate_setinfo("driver.version.internal", "%s", DRIVER_VERSION) ;
|
||||
|
||||
/* Register the available variables. */
|
||||
dstate_setinfo("ups.delay.start", "%d", ups.WakeUpDelay);
|
||||
dstate_setflags("ups.delay.start", ST_FLAG_RW | ST_FLAG_STRING);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue