Updated Readme / Added EggTimer Support (#25)

* added setCircuitRuntimeById function
This commit is contained in:
Bruce Sheplan
2020-06-06 18:55:07 -05:00
committed by Parnic
parent 9c72e7b61d
commit c1ceacbd98
4 changed files with 94 additions and 0 deletions

View File

@ -19,3 +19,4 @@ exports.SLGetScheduleData = require('./SLGetScheduleData.js').SLGetScheduleData;
exports.SLAddNewScheduleEvent = require('./SLAddNewScheduleEvent.js').SLAddNewScheduleEvent;
exports.SLDeleteScheduleEventById = require('./SLDeleteScheduleEventById.js').SLDeleteScheduleEventById;
exports.SLSetScheduleEventById = require('./SLSetScheduleEventById.js').SLSetScheduleEventById;
exports.SLSetCircuitRuntimeById = require('./SLSetCircuitRuntimeById.js').SLSetCircuitRuntimeById;