Add field for power pulse

This commit is contained in:
Ben V. Brown
2020-05-22 23:56:40 +10:00
parent 76721d5f0d
commit 65e804e54e
27 changed files with 207 additions and 2 deletions

View File

@@ -282,6 +282,11 @@ var def =
"id": "TempChangeLongStep",
"maxLen": 6,
"maxLen2": 16
},
{
"id": "PowerPulsePower",
"maxLen": 6,
"maxLen2": 16
}
]
}