Open WilliamBerryiii opened 6 years ago
I'd like to propose that the noise section of the module twin and and cmd args should be modeled as an independent object ... looking something like:
{ "properties": { "desired": { "SendData": true, "Frequency": 1, "Amplitude": 1, "VerticalShift": 0, "SendInterval": 0.05, "WaveType": "Sine", "Noise": { "Start": 0.5, "Duration": 0.25, ... } } } }
Look at the current layout and see if its what you mean
Yes that looks good ... just need to update the models.
I'd like to propose that the noise section of the module twin and and cmd args should be modeled as an independent object ... looking something like: