Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-25modified handleResponse() so 404 errors are optional, but all other errors st...2.7.3-devJeffB42
2021-04-18added EXPERIMENTAL_UPDATE_FREQUENCYJeffB42
2021-04-18added more logging to doRequest() and handleResponse()JeffB42
2021-04-18added more logging to doRequest() and handleResponse()JeffB42
2021-04-18added guard against RawConfirm being nil or emptyJeffB42
2021-04-18added guard against RawConfirm being nil or emptyJeffB42
2021-04-18moved SystemExecuteCommandRequest into its own fileJeffB42
2021-04-18added limits on number of custom actions and temperature presets that are addedJeffB42
2021-04-17added 'Are you sure you want to proceed' text to match what one sees in OctoS...JeffB42
2021-04-17added 'yellow bar' to scripts which display a confirmationJeffB42
2021-04-17added wiki section to the readme fileJeffB42
2021-04-17added logging of the panel's name when the panel changesJeffB42
2021-04-17added name parameter and removed parentPanel parameterJeffB42
2021-04-17added name parameter and removed parentPanel parameterJeffB42
2021-04-17added name parameter and removed parentPanel parameterJeffB42
2021-04-17added name parameter and removed parentPanel parameterJeffB42
2021-04-17added Name() to IPanel, removed parentPanel which is no longer usedJeffB42
2021-04-17added Name() to IPanel, removed parentPanel which is no longer usedJeffB42
2021-04-17added call to DumpSystemInformation()JeffB42
2021-04-17moved var OctoScreenVersion into environment.goJeffB42
2021-04-17updated buld version to 2.7.3JeffB42
2021-04-17updated buld version to 2.7.3JeffB42
2021-04-14updated road mapJeffB42
2021-04-13fixed spelling typosJeffB42
2021-04-10Merge pull request #290 from Z-Bolt/2.7.2-devv2.7.2JeffB42
2021-04-10bumped background tread to 20, added some additional logging2.7.2-devJeffB42
2021-04-10bumped WatchdogSec up to 40JeffB42
2021-04-08added 'isRequired' parameter to doJsonRequest() and doRequest(), renamed 'b' ...JeffB42
2021-04-04added new environment variable, DISPLAY_CURSORJeffB42
2021-04-04bumped the version to 2.7.2JeffB42
2021-04-04fixed typo (changed 'error' to 'err')JeffB42
2021-04-04added code to force the cursor to be shownJeffB42
2021-04-03Merge pull request #286 from Z-Bolt/2.7.1-devv2.7.1JeffB42
2021-04-03updated the cmd.Confirm condition to include a prompt2.7.1-devJeffB42
2021-04-03bumped version to 2.7.1JeffB42
2021-04-03changed log message to use LogError()JeffB42
2021-03-30changed order in which loadSettings() is calledJeffB42
2021-03-30reverted call to Sleep()JeffB42
2021-03-28added SelectTool(), also refacted code into functions with a similar formatJeffB42
2021-03-28changed the trottle from 5 sec to 2 sec, and updated the commentJeffB42
2021-03-28updated version number to 2.7.1JeffB42
2021-03-28added a pause of 5 seconds in OctoScreenSettingsRequest.Do() to prevent plug-...JeffB42
2021-03-28added aditional logging to doRequest()JeffB42
2021-03-27Merge pull request #272 from Z-Bolt/2.7.0-devv2.7.0v2.6.1v2.6.0JeffB42
2021-03-27cleaned up CommandButton.handleClicked() and ControlButton.handleClicked()2.7.0-devJeffB42
2021-03-27cleaned up CommandButton.handleClicked() and ControlButton.handleClicked()JeffB42
2021-03-27Merge pull request #263 from thebeline/BF/CommandsJeffB42
2021-03-27Merge pull request #265 from thebeline/BF/SSIDPasswordSpaceJeffB42
2021-03-24Add SPACE and define keyboard buttons visually.Michael J Mulligan
2021-03-24Fixed Command/Control Button Confirm dialog calling.Michael J Mulligan