diff --git a/src/plugins/spark/features/Pid/index.ts b/src/plugins/spark/features/Pid/index.ts index 45411a730..c2adcb792 100644 --- a/src/plugins/spark/features/Pid/index.ts +++ b/src/plugins/spark/features/Pid/index.ts @@ -118,6 +118,13 @@ const plugin: Plugin = { component: 'LinkValEdit', generate: () => bloxLink(null, BlockIntfType.ActuatorAnalogInterface), }, + { + type, + key: 'boilMinOutput', + title: 'Boil mode minimum output', + component: 'NumberValEdit', + generate: () => 0, + }, { type, key: 'inputSetting',