This commit is contained in:
Jude Melton-Houghton
2023-12-26 03:04:11 -07:00
committed by GitHub
17 changed files with 155 additions and 118 deletions

View File

@ -98,10 +98,12 @@ local off_state = {
receptor =
{
state = mesecon.state.off,
rule_node_nocopy = true,
rules = delayer_get_output_rules
},
effector =
{
rule_node_nocopy = true,
rules = delayer_get_input_rules,
action_on = delayer_activate
}