2022-01-13 05:24:03 +01:00
|
|
|
/// @description init
|
2022-12-18 03:20:38 +01:00
|
|
|
if (ds_map_find_value(async_load, "id") == note_get) {
|
2022-01-13 05:24:03 +01:00
|
|
|
if (ds_map_find_value(async_load, "status") == 0) {
|
|
|
|
note = ds_map_find_value(async_load, "result");
|
|
|
|
alarm[0] = 1;
|
|
|
|
}
|
|
|
|
}
|