diablo, I've got a moderate feature request:
Is it possible that you add a bunch of commands in your CF_pluginData method to allow other plugins to read out the current data?
Such as:
Code:
switch(command.ToUpper())
{
case "CPUTEMP":
return cpuTemp.ToString();
case "SYSTEMP":
return sysTemp.ToString();
...
}
I'd like to be able to read them out from the LogoDashboard plugin and display it there.
<offtopic>
What about your Sudoku plugin? Wanna have that one listed in PluginBrowser?
</offtopic>