script monitoring? #2047
RobertMiller-KR2
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Duh found the Console and test function |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to monitor the status of scripts? I am trying to read and write data using the ODBC diver to a MySQL server. I have the connection working and am testing using the sample scrips but I am not getting any results.
My script is as follows...
let device = $getDevice('MySQL', true);
let result = await device.pool.query('Select * From coffeemaster.recipe_table');
$setTag($GetTagid('Recipe_array'), JSON.stringify(result));
I have a button that fires the scrip but I am not seeing the tag change at all.
Beta Was this translation helpful? Give feedback.
All reactions