mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Insert battery events to the database with soft durability.
This commit is contained in:
parent
cb519dbade
commit
66006db685
1 changed files with 12 additions and 9 deletions
|
@ -137,6 +137,9 @@ dbapi.setDeviceBattery = function(serial, battery) {
|
|||
, temp: battery.temp
|
||||
, voltage: battery.voltage
|
||||
}
|
||||
}
|
||||
, {
|
||||
durability: 'soft'
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue