mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
new: prefer temperature device (#285)
This commit is contained in:
@@ -239,6 +239,13 @@ class SettingStore extends PersistentStore {
|
||||
/// Auto refresh container status
|
||||
late final contaienrAutoRefresh = property('contaienrAutoRefresh', true);
|
||||
|
||||
/// eg:
|
||||
/// Available devices: ['iwlwifi','x86pkg_temp']
|
||||
/// Prefer list: ['x86pkg_temp','example']
|
||||
/// Result: use x86pkg_temp's temperature as the temperature
|
||||
late final preferTemperatureDevs =
|
||||
listProperty('preferTemperatureDevs', <String>[]);
|
||||
|
||||
// Never show these settings for users
|
||||
//
|
||||
// ------BEGIN------
|
||||
|
||||
Reference in New Issue
Block a user