ad el adamo boiler
This commit is contained in:
parent
60e4082ad1
commit
ae0686c914
10 changed files with 80 additions and 22 deletions
|
@ -1,3 +1,4 @@
|
|||
require("gas-boiler/settings")
|
||||
data:extend({
|
||||
{
|
||||
type = "string-setting",
|
||||
|
@ -19,4 +20,10 @@ data:extend({
|
|||
default_value = "phenol",
|
||||
allowed_values = {"phenol", "no"},
|
||||
},
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "bzgas-boiler",
|
||||
setting_type = "startup",
|
||||
default_value = true,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue