V14.3.0 Beta: Multiple Variables In Sequences, Lua JSON fixes

v14.3.0 Beta Release - Feedback Solicited

Today we are announcing the beta release of FBOS v14.3.0. The most notable feature in this release is the ability to use multiple variables in a single sequence. This feature has been long-awaited and required a substantial overhaul of existing systems.

We look forward to your feedback!

How To Access New Variables From Lua

var1 = variable("parent")
var2 = variable("Location variable 2")
var3 = variable("Location variable 3")

Special Considerations

It is not possible to use more than one group per sequence.

About Beta Releases

If you have never tried a beta version before, you can read more about how to install a beta version of FBOS here: Beta Updates | FarmBot Software Development Documentation

Please let us know if you hit any issues with the beta release. If no issues are noted we will release this version in the coming days.

3 Likes

@Deisengard The latest beta release has the fix to the JSON issue you reported today. Please let me know if it is working for you. Also, keep in mind that Lua arrays are “1” indexed, not “0” indexed like many other languages.

1 Like

v14.3.0 is now generally available. Thanks to everyone that helped us beta test :tada:

2 Likes