2024-11-07 02:00:54 -05:00
{
"actions" : [
] ,
"decoder" : 0 ,
"frameDetection" : 1 ,
2024-11-07 02:03:00 -05:00
"frameEnd" : ";" ,
2024-11-17 19:18:56 -05:00
"frameParser" : "/**\n * Splits a data frame into an array of elements using a comma separator.\n *\n * Use this function to break a string (like \"value1,value2,value3\") into\n * individual pieces, which can then be displayed or processed in your project.\n *\n * @param[in] frame A string containing the data frame.\n * Example: \"value1,value2,value3\"\n * @return An array of strings with the split elements.\n * Example: [\"value1\", \"value2\", \"value3\"]\n *\n * @note You can declare global variables outside this function if needed\n * for storing settings or keeping state between calls.\n */\nfunction parse(frame) {\n return frame.split(',');\n}\n" ,
2024-11-07 02:03:00 -05:00
"frameStart" : "$" ,
2024-11-07 02:00:54 -05:00
"groups" : [
{
"datasets" : [
{
"alarm" : 0 ,
"fft" : false ,
"fftSamples" : 1024 ,
"fftSamplingRate" : 100 ,
"graph" : true ,
"index" : 1 ,
"led" : false ,
"ledHigh" : 1 ,
"log" : false ,
"max" : 0 ,
"min" : 0 ,
"title" : "Accelerometer X" ,
"units" : "m/s²" ,
2024-11-17 19:18:56 -05:00
"value" : "--.--" ,
2024-11-07 02:00:54 -05:00
"widget" : "x"
} ,
{
"alarm" : 0 ,
"fft" : false ,
"fftSamples" : 1024 ,
"fftSamplingRate" : 100 ,
"graph" : true ,
"index" : 2 ,
"led" : false ,
"ledHigh" : 1 ,
"log" : false ,
"max" : 0 ,
"min" : 0 ,
"title" : "Accelerometer Y" ,
"units" : "m/s²" ,
2024-11-17 19:18:56 -05:00
"value" : "--.--" ,
2024-11-07 02:00:54 -05:00
"widget" : "y"
} ,
{
"alarm" : 0 ,
"fft" : false ,
"fftSamples" : 1024 ,
"fftSamplingRate" : 100 ,
"graph" : true ,
"index" : 3 ,
"led" : false ,
"ledHigh" : 1 ,
"log" : false ,
"max" : 0 ,
"min" : 0 ,
"title" : "Accelerometer Z" ,
"units" : "m/s²" ,
2024-11-17 19:18:56 -05:00
"value" : "--.--" ,
2024-11-07 02:00:54 -05:00
"widget" : "z"
}
] ,
"title" : "Accelerometer" ,
"widget" : "accelerometer"
} ,
{
"datasets" : [
{
"alarm" : 0 ,
"fft" : false ,
"fftSamples" : 1024 ,
"fftSamplingRate" : 100 ,
"graph" : true ,
"index" : 4 ,
"led" : false ,
"ledHigh" : 1 ,
"log" : false ,
"max" : 0 ,
"min" : 0 ,
"title" : "Gyro X" ,
"units" : "deg/s" ,
2024-11-17 19:18:56 -05:00
"value" : "--.--" ,
2024-11-07 02:00:54 -05:00
"widget" : "x"
} ,
{
"alarm" : 0 ,
"fft" : false ,
"fftSamples" : 1024 ,
"fftSamplingRate" : 100 ,
"graph" : true ,
"index" : 5 ,
"led" : false ,
"ledHigh" : 1 ,
"log" : false ,
"max" : 0 ,
"min" : 0 ,
"title" : "Gyro Y" ,
"units" : "deg/s" ,
2024-11-17 19:18:56 -05:00
"value" : "--.--" ,
2024-11-07 02:00:54 -05:00
"widget" : "y"
} ,
{
"alarm" : 0 ,
"fft" : false ,
"fftSamples" : 1024 ,
"fftSamplingRate" : 100 ,
"graph" : true ,
"index" : 6 ,
"led" : false ,
"ledHigh" : 1 ,
"log" : false ,
"max" : 0 ,
"min" : 0 ,
"title" : "Gyro Z" ,
"units" : "deg/s" ,
2024-11-17 19:18:56 -05:00
"value" : "--.--" ,
2024-11-07 02:00:54 -05:00
"widget" : "z"
}
] ,
"title" : "Gyroscope" ,
"widget" : "gyro"
} ,
{
"datasets" : [
{
"alarm" : 40 ,
"fft" : false ,
"fftSamples" : 1024 ,
"fftSamplingRate" : 100 ,
"graph" : false ,
"index" : 7 ,
"led" : false ,
"ledHigh" : 1 ,
"log" : false ,
"max" : 100 ,
"min" : 0 ,
"title" : "Temperature" ,
"units" : "℃" ,
2024-11-17 19:18:56 -05:00
"value" : "--.--" ,
2024-11-07 02:00:54 -05:00
"widget" : "bar"
}
] ,
"title" : "Temperature" ,
"widget" : ""
}
] ,
"mapTilerApiKey" : "" ,
"thunderforestApiKey" : "" ,
"title" : "MPU6050"
}