-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_history
1 lines (1 loc) · 3.59 KB
/
_history
1
{"entries":[{"timestamp":1731177645181,"editorVersion":"7.0.51","changes":[{"type":"edited","filename":"main.blocks","patch":[{"diffs":[[0,"http"],[-1,"s"],[0,"://"],[-1,"developers.google.com/blockly/xml\"><variables></variables><block type=\"device_forever\" id=\"+!6W[zLfcC8*N2e_s;;U\" x=\"0\" y=\"0\"><statement name=\"HANDLER\"><block type=\"controls_if\" id=\"[~b,;oFy9+$.C31#]B3y\"><mutation else=\"1\"></mutation><value name=\"IF0\"><shadow type=\"logic_boolean\" id=\"1!3a+rdYu.D#^=)D2IPM\"><field name=\"BOOL\">TRUE</field></shadow><block type=\"logic_compare\" id=\"=%N_TY@cN7|eNtm4WtsA\"><field name=\"OP\">GT</field><value name=\"A\"><shadow type=\"math_number\" id=\"H_N?*Jb9O$1hY?fQgQGK\"><field name=\"NUM\">0</field></shadow><block type=\"device_get_sound_level\" id=\"%^R+alD$?hm_YJJj%u5C\"></block></value><value name=\"B\"><shadow type=\"math_number\" id=\"y[US18X8aQ3^x?YQk8g#\"><field name=\"NUM\">80</field></shadow></value></block></value><statement name=\"DO0\"><block type=\"device_show_leds\" id=\"xUNHu?H^%,pWx[O1l(~{\"><field name=\"LEDS\">`\n . . # . . \n . # . # . \n # . # . # \n # . # . # \n # # # # #\n `</field><next><block type=\"device_pause\" id=\"UFf4B/KF[N~F~e9Q5{Ru\"><value name=\"pause\"><shadow type=\"timePicker\" id=\"T:Lt_qj4)7=lEhJ1u^4L\"><field name=\"ms\">500</field></shadow></value><next><block type=\"device_print_message\" id=\"mNq{=.E/oVH(dd)x,I:5\"><value name=\"text\"><shadow type=\"text\" id=\"C-DyxRlb/gUIx@4HW#Za\"><field name=\"TEXT\">danger</field></shadow></value></block></next></block></next></block></statement><statement name=\"ELSE\"><block type=\"device_print_message\" id=\"x+P^^WL]c?I]#GmseULJ\"><value name=\"text\"><shadow type=\"text\" id=\"e0r:=|uUI9efQCVM8h;?\"><field name=\"TEXT\">safe</field></shadow></value></block></statement></block></statement></block>"],[1,"www.w3.org/1999/xhtml\">\n <block type=\"pxt-on-start\"></block>\n <block type=\"device_forever\"></block>\n"],[0,"</xm"]],"start1":12,"start2":12,"length1":1617,"length2":113}]},{"type":"edited","filename":"main.ts","patch":[{"diffs":[[-1,"basic.forever(function () {\n if (input.soundLevel() > 80) {\n basic.showLeds(`\n . . # . .\n . # . # .\n # . # . #\n # . # . #\n # # # # #\n `)\n basic.pause(500)\n basic.showString(\"danger\")\n } else {\n basic.showString(\"safe\")\n }\n})"],[0,"\n"]],"start1":0,"start2":0,"length1":328,"length2":1}]},{"type":"edited","filename":"pxt.json","patch":[{"diffs":[[0,"\": \""],[-1,"Sound"],[1,"Light"],[0," lev"]],"start1":11,"start2":11,"length1":13,"length2":13},{"diffs":[[0," \""],[-1,"testFiles\": [\n \"test.ts\"\n ],\n \"preferredEditor\": \"blocksprj\""],[1,"additionalFilePaths\": []"],[0,"\n}\n"]],"start1":235,"start2":235,"length1":80,"length2":31}]},{"type":"added","filename":"test.ts","value":"// tests go here; this will not be compiled when this package is used as an extension.\n"}]}],"snapshots":[{"timestamp":1731177645180,"editorVersion":"7.0.51","text":{"main.blocks":"<xml xmlns=\"http://www.w3.org/1999/xhtml\">\n <block type=\"pxt-on-start\"></block>\n <block type=\"device_forever\"></block>\n</xml>","main.ts":"\n","README.md":"","pxt.json":"{\n \"name\": \"Light level\",\n \"description\": \"\",\n \"dependencies\": {\n \"core\": \"*\",\n \"radio\": \"*\",\n \"microphone\": \"*\"\n },\n \"files\": [\n \"main.blocks\",\n \"main.ts\",\n \"README.md\"\n ],\n \"additionalFilePaths\": []\n}\n"}}],"shares":[],"lastSaveTime":1731178136944}