@@ -91,7 +91,7 @@ your log file.
91
91
92
92
# ## default_hold_power:
93
93
94
- Single value, type : float(0,1). Defaults to empty.
94
+ Single value, type : ` float(0,1)` . Defaults to empty.
95
95
96
96
This setting lets you control how much power is sent to the coil when
97
97
it's "held" in the on position. This is an float value from 0-1 (i.e.
@@ -123,7 +123,7 @@ weak, but set low for safety purposes.
123
123
124
124
# ## default_pulse_power:
125
125
126
- Single value, type : float(0,1). Defaults to empty.
126
+ Single value, type : ` float(0,1)` . Defaults to empty.
127
127
128
128
The power factor which controls how much power is applied during the
129
129
initial pulse phase of the coil's activation. (Note that not all
@@ -176,7 +176,7 @@ Single value, type: `time string (secs)`
176
176
177
177
# ## max_hold_power:
178
178
179
- Single value, type : float(0,1). Defaults to empty.
179
+ Single value, type : ` float(0,1)` . Defaults to empty.
180
180
181
181
This controlls the maximum allowed hold power for this this coil. While
182
182
*default_hold_power* sets the default for all enable calls on the coil
@@ -193,7 +193,7 @@ error if any code tries to pulse the coil for more than `max_pulse_ms`.
193
193
194
194
# ## max_pulse_power:
195
195
196
- Single value, type : float(0,1). Default: `1.0`
196
+ Single value, type : ` float(0,1)` . Default: `1.0`
197
197
198
198
Set the maxium pulse power. If pulse is called on the coil without any
199
199
parameters *default_pulse_power* is used.
@@ -212,14 +212,14 @@ details.
212
212
213
213
# ## platform_settings:
214
214
215
- Single value, type : dict. Defaults to empty.
215
+ Single value, type : ` dict` . Defaults to empty.
216
216
217
217
Dict of platform specific settings. Consult your platform documentation
218
218
for those settings.
219
219
220
220
# ## psu:
221
221
222
- Single value, type : string name of a [psus:](psus.md) device. Default: `default`
222
+ Single value, type : ` string` name of a [psus:](psus.md) device. Default: `default`
223
223
224
224
Specify to which [power supply unit](psus.md) this coil is connected. This is used for power management.
225
225
In some cases, MPF can deliberately delay coil pulses to prevent too
0 commit comments