Open arthurkehrwald opened 4 weeks ago
I've just merged some fixes into the dev branch (and release 0.57.4.dev1) that improve the BCP communications, back ported from the work on the Godot BCP client in MPF 0.80.
Settings are now sent in batches based on setting type, and yes your documentation outline above looks correct.
I would like to be able to parse and write documentation for the
settings
BCP command., but I don't fully understand the structure of thesettings
parameter. Here is an example:It's an array of arrays, with each sub-array representing an option in the settings. In the example above, there are two options: "brightness" and "flipper_power". Each of these options has seven elements, but I don't know their purpose. Here are my guesses, based on the documentation for the
setttings
config key.string
string
int
string
string
tostring
dictionarystring
Is this correct?