This commit is contained in:
2024-06-18 22:11:59 +09:00
parent 55e07cc485
commit 8048353f57
2 changed files with 19 additions and 22 deletions

View File

@@ -303,6 +303,14 @@ data:extend({
default_value = 5,
allowed_values = {1, 2, 3, 4, 5},
order = 'H1'
}, {
type = 'int-setting',
name = 'PHI-PB-CMMS',
setting_type = 'startup',
default_value = 2,
minimum_value = 1,
maximum_value = 10,
order = 'I1'
}
}
)