Files
lightswitch/libs/ota-http-client/mjs_fs/api_ota.js
2018-10-28 12:12:24 +01:00

7 lines
278 B
JavaScript

let OTA = {
// ## **`OTA.evdataOtaStatusMsg(evdata)`**
// Getter function for the `evdata` given to the event callback for the event
// `Event.OTA_STATUS`, see `Event.addHandler()` in `api_events.js`.
evdataOtaStatusMsg: ffi('char *mgos_ota_status_get_msg(void *)'),
};