mirror of
https://github.com/sensebox/blockly-app
synced 2025-04-05 17:30:28 +02:00
Deploy sensebox/blockly-app to github.com/sensebox/blockly-app.git:gh-pages
This commit is contained in:
parent
768514cc7f
commit
ab0c524749
76 changed files with 443 additions and 465 deletions
|
@ -31,31 +31,9 @@ Ardublockly.TOOLBOX_XML =
|
||||||
' <block type="sensebox_button"></block>' +
|
' <block type="sensebox_button"></block>' +
|
||||||
' <block type="sensebox_poti"></block>' +
|
' <block type="sensebox_poti"></block>' +
|
||||||
' <block type="sensebox_gps_getValues"></block>' +
|
' <block type="sensebox_gps_getValues"></block>' +
|
||||||
' </category>' +
|
' </category>' +
|
||||||
' <sep></sep>' +
|
' <sep></sep>' +
|
||||||
' <category id="catSenseBox_Output" name="senseBox Output" colour="120">' +
|
' <category id="catSenseBox_Display" name="Display" colour="120">' +
|
||||||
' <block type="sensebox_led"></block>' +
|
|
||||||
' <block type="sensebox_piezo"></block>' +
|
|
||||||
' <block type="sensebox_rgb_led">' +
|
|
||||||
' <value name="RED">' +
|
|
||||||
' <block type="math_number">' +
|
|
||||||
' <field name="NUM">0</field>' +
|
|
||||||
' </block>' +
|
|
||||||
' </value>' +
|
|
||||||
' <value name="GREEN">' +
|
|
||||||
' <block type="math_number">' +
|
|
||||||
' <field name="NUM">0</field>' +
|
|
||||||
' </block>' +
|
|
||||||
' </value>' +
|
|
||||||
' <value name="BLUE">' +
|
|
||||||
' <block type="math_number">' +
|
|
||||||
' <field name="NUM">0</field>' +
|
|
||||||
' </block>' +
|
|
||||||
' </value>' +
|
|
||||||
' </block>' +
|
|
||||||
' <block type="sensebox_serial_print"></block>' +
|
|
||||||
' <block type="sensebox_interval_timer"></block>' +
|
|
||||||
' <category id="catsenseBoxDisplay" name="Display" colour="120">' +
|
|
||||||
' <block type="sensebox_display_beginDisplay"></block>' +
|
' <block type="sensebox_display_beginDisplay"></block>' +
|
||||||
' <block type="sensebox_display_show"></block>' +
|
' <block type="sensebox_display_show"></block>' +
|
||||||
' <block type="sensebox_display_clearDisplay"></block>' +
|
' <block type="sensebox_display_clearDisplay"></block>' +
|
||||||
|
@ -166,13 +144,40 @@ Ardublockly.TOOLBOX_XML =
|
||||||
' </block>' +
|
' </block>' +
|
||||||
' </category>' +
|
' </category>' +
|
||||||
' <sep></sep>' +
|
' <sep></sep>' +
|
||||||
' <category id="catsenseBoxOutput_Web" name=" web" colour="120">' +
|
' <category id="catSenseBox_Led" name="LED" colour="120">' +
|
||||||
|
' <block type="sensebox_led"></block>' +
|
||||||
|
' <block type="sensebox_rgb_led">' +
|
||||||
|
' <value name="RED">' +
|
||||||
|
' <block type="math_number">' +
|
||||||
|
' <field name="NUM">0</field>' +
|
||||||
|
' </block>' +
|
||||||
|
' </value>' +
|
||||||
|
' <value name="GREEN">' +
|
||||||
|
' <block type="math_number">' +
|
||||||
|
' <field name="NUM">0</field>' +
|
||||||
|
' </block>' +
|
||||||
|
' </value>' +
|
||||||
|
' <value name="BLUE">' +
|
||||||
|
' <block type="math_number">' +
|
||||||
|
' <field name="NUM">0</field>' +
|
||||||
|
' </block>' +
|
||||||
|
' </value>' +
|
||||||
|
' </block>' +
|
||||||
|
' </category>' +
|
||||||
|
' <sep></sep>' +
|
||||||
|
' <category id="catSenseBoxOutput_Web" name="Web" colour="120">' +
|
||||||
|
' <category id="catSenseBox_Wifi" name="Wifi" colour="120">' +
|
||||||
' <block type="sensebox_wifi"></block>' +
|
' <block type="sensebox_wifi"></block>' +
|
||||||
' <block type="sensebox_startap"></block>' +
|
' <block type="sensebox_startap"></block>' +
|
||||||
|
' </category>' +
|
||||||
|
' <sep></sep>' +
|
||||||
|
' <category id="catSenseBox_osem" name="openSenseMap" colour="120">' +
|
||||||
' <block type="sensebox_osem_connection"></block>' +
|
' <block type="sensebox_osem_connection"></block>' +
|
||||||
' <block type="sensebox_send_to_osem"></block>' +
|
' <block type="sensebox_send_to_osem"></block>' +
|
||||||
' <block type="sensebox_send_mobile_to_osem"></block>' +
|
' <block type="sensebox_send_mobile_to_osem"></block>' +
|
||||||
' <category id="catsenseBoxOutput_Webserver" name=" webserver" colour="120">' +
|
' </category>' +
|
||||||
|
' <sep></sep>' +
|
||||||
|
' <category id="catSenseBoxOutput_Webserver" name=" webserver" colour="120">' +
|
||||||
' <block type="sensebox_initialize_http_server"></block>' +
|
' <block type="sensebox_initialize_http_server"></block>' +
|
||||||
' <block type="sensebox_http_on_client_connect"></block>' +
|
' <block type="sensebox_http_on_client_connect"></block>' +
|
||||||
' <block type="sensebox_ip_address"></block>' +
|
' <block type="sensebox_ip_address"></block>' +
|
||||||
|
@ -188,12 +193,11 @@ Ardublockly.TOOLBOX_XML =
|
||||||
' </category>' +
|
' </category>' +
|
||||||
' </category>' +
|
' </category>' +
|
||||||
' <sep></sep>' +
|
' <sep></sep>' +
|
||||||
' <category id="catsenseBoxOutput_SD" name=" SD" colour="120">' +
|
' <category id="catSenseBoxOutput_SD" name=" SD" colour="120">' +
|
||||||
' <block type="sensebox_sd_create_file"></block>' +
|
' <block type="sensebox_sd_create_file"></block>' +
|
||||||
' <block type="sensebox_sd_open_file"></block>' +
|
' <block type="sensebox_sd_open_file"></block>' +
|
||||||
' <block type="sensebox_sd_write_file"></block>' +
|
' <block type="sensebox_sd_write_file"></block>' +
|
||||||
' </category>' +
|
' </category>' +
|
||||||
'</category>' +
|
|
||||||
' <sep></sep>' +
|
' <sep></sep>' +
|
||||||
' <category id="catLogic" name="Logic" colour="210">' +
|
' <category id="catLogic" name="Logic" colour="210">' +
|
||||||
' <block type="controls_if"></block>' +
|
' <block type="controls_if"></block>' +
|
||||||
|
@ -307,38 +311,6 @@ Ardublockly.TOOLBOX_XML =
|
||||||
' <block type="variables_set_type"></block>' +
|
' <block type="variables_set_type"></block>' +
|
||||||
' </category>' +
|
' </category>' +
|
||||||
' <sep></sep>' +
|
' <sep></sep>' +
|
||||||
' <category id="catInputOutput" name="Input/Output" colour="250">' +
|
|
||||||
' <block type="io_digitalwrite">' +
|
|
||||||
' <value name="STATE">' +
|
|
||||||
' <block type="io_highlow"></block>' +
|
|
||||||
' </value>' +
|
|
||||||
' </block>' +
|
|
||||||
' <block type="io_digitalread"></block>' +
|
|
||||||
' <block type="io_builtin_led">' +
|
|
||||||
' <value name="STATE">' +
|
|
||||||
' <block type="io_highlow"></block>' +
|
|
||||||
' </value>' +
|
|
||||||
' </block>' +
|
|
||||||
' <block type="io_analogwrite"></block>' +
|
|
||||||
' <block type="io_analogread"></block>' +
|
|
||||||
' <block type="io_highlow"></block>' +
|
|
||||||
' <block type="io_pulsein">' +
|
|
||||||
' <value name="PULSETYPE">' +
|
|
||||||
' <shadow type="io_highlow"></shadow>' +
|
|
||||||
' </value>' +
|
|
||||||
' </block>' +
|
|
||||||
' <block type="io_pulsetimeout">' +
|
|
||||||
' <value name="PULSETYPE">' +
|
|
||||||
' <shadow type="io_highlow"></shadow>' +
|
|
||||||
' </value>' +
|
|
||||||
' <value name="TIMEOUT">' +
|
|
||||||
' <shadow type="math_number">' +
|
|
||||||
' <field name="NUM">100</field>' +
|
|
||||||
' </shadow>' +
|
|
||||||
' </value>' +
|
|
||||||
' </block>' +
|
|
||||||
' </category>' +
|
|
||||||
' <sep></sep>' +
|
|
||||||
' <category id="catTime" name="Time" colour="140">' +
|
' <category id="catTime" name="Time" colour="140">' +
|
||||||
' <block type="time_delay">' +
|
' <block type="time_delay">' +
|
||||||
' <value name="DELAY_TIME_MILI">' +
|
' <value name="DELAY_TIME_MILI">' +
|
||||||
|
@ -357,12 +329,10 @@ Ardublockly.TOOLBOX_XML =
|
||||||
' <block type="time_millis"></block>' +
|
' <block type="time_millis"></block>' +
|
||||||
' <block type="time_micros"></block>' +
|
' <block type="time_micros"></block>' +
|
||||||
' <block type="infinite_loop"></block>' +
|
' <block type="infinite_loop"></block>' +
|
||||||
|
' <block type="sensebox_interval_timer"></block>' +
|
||||||
' </category>' +
|
' </category>' +
|
||||||
' <sep>gap="32"</sep>' +
|
|
||||||
' <category id="catAdvanced" name="Advanced" colour="230">' +
|
|
||||||
' <category id="catAudio" name="Audio" colour="250">' +
|
' <category id="catAudio" name="Audio" colour="250">' +
|
||||||
' <block type="io_tone">' +
|
' <block type="io_tone">' +
|
||||||
' <field name="TONEPIN">0</field>' +
|
|
||||||
' <value name="FREQUENCY">' +
|
' <value name="FREQUENCY">' +
|
||||||
' <shadow type="math_number">' +
|
' <shadow type="math_number">' +
|
||||||
' <field name="NUM">220</field>' +
|
' <field name="NUM">220</field>' +
|
||||||
|
@ -372,6 +342,35 @@ Ardublockly.TOOLBOX_XML =
|
||||||
' <block type="io_notone"></block>' +
|
' <block type="io_notone"></block>' +
|
||||||
' </category>' +
|
' </category>' +
|
||||||
' <sep></sep>' +
|
' <sep></sep>' +
|
||||||
|
' <sep>gap="32"</sep>' +
|
||||||
|
' <category id="catAdvanced" name="Advanced" colour="230">' +
|
||||||
|
' <category id="catInputOutput" name="Input/Output" colour="250">' +
|
||||||
|
' <block type="io_digitalwrite">' +
|
||||||
|
' <value name="STATE">' +
|
||||||
|
' <block type="io_highlow"></block>' +
|
||||||
|
' </value>' +
|
||||||
|
' </block>' +
|
||||||
|
' <block type="io_digitalread"></block>' +
|
||||||
|
' <block type="io_analogwrite"></block>' +
|
||||||
|
' <block type="io_analogread"></block>' +
|
||||||
|
' <block type="io_highlow"></block>' +
|
||||||
|
' <block type="io_pulsein">' +
|
||||||
|
' <value name="PULSETYPE">' +
|
||||||
|
' <shadow type="io_highlow"></shadow>' +
|
||||||
|
' </value>' +
|
||||||
|
' </block>' +
|
||||||
|
' <block type="io_pulsetimeout">' +
|
||||||
|
' <value name="PULSETYPE">' +
|
||||||
|
' <shadow type="io_highlow"></shadow>' +
|
||||||
|
' </value>' +
|
||||||
|
' <value name="TIMEOUT">' +
|
||||||
|
' <shadow type="math_number">' +
|
||||||
|
' <field name="NUM">100</field>' +
|
||||||
|
' </shadow>' +
|
||||||
|
' </value>' +
|
||||||
|
' </block>' +
|
||||||
|
' </category>' +
|
||||||
|
' <sep></sep>' +
|
||||||
' <category id="catMotors" name="Motors" colour="60">' +
|
' <category id="catMotors" name="Motors" colour="60">' +
|
||||||
' <block type="servo_write">' +
|
' <block type="servo_write">' +
|
||||||
' <value name="SERVO_ANGLE">' +
|
' <value name="SERVO_ANGLE">' +
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
<script src="../blockly/blockly_compressed.js"></script>
|
<script src="../blockly/blockly_compressed.js"></script>
|
||||||
<script src="../blockly/blocks_compressed.js"></script>
|
<script src="../blockly/blocks_compressed.js"></script>
|
||||||
<script src="../blockly/arduino_compressed.js"></script>
|
<script src="../blockly/arduino_compressed.js"></script>
|
||||||
<!-- To use the uncompressed version comment out the above and comment in the ones below-->
|
<!-- To use the uncompressed version comment out the above and comment in the ones below
|
||||||
<!--<script src="../blockly/blockly_uncompressed.js"></script>
|
<script src="../blockly/blockly_uncompressed.js"></script>
|
||||||
<script src="../blockly/blocks/logic.js"></script>
|
<script src="../blockly/blocks/logic.js"></script>
|
||||||
<script src="../blockly/blocks/loops.js"></script>
|
<script src="../blockly/blocks/loops.js"></script>
|
||||||
<script src="../blockly/blocks/math.js"></script>
|
<script src="../blockly/blocks/math.js"></script>
|
||||||
|
|
|
@ -102,12 +102,15 @@ Ardublockly.LOCALISED_TEXT = {
|
||||||
arduinoSourceCode: "Arduino Quellcode",
|
arduinoSourceCode: "Arduino Quellcode",
|
||||||
blocksXml: "XML Blöcke",
|
blocksXml: "XML Blöcke",
|
||||||
/* Toolbox Categories*/
|
/* Toolbox Categories*/
|
||||||
catSenseBox_Sensor:"senseBox Sensoren",
|
catSenseBox_Sensor:"Sensoren",
|
||||||
catSenseBox_Output:"senseBox Ausgabe",
|
catsenseBox_Output:"Ausgabe",
|
||||||
catsenseBoxDisplay:"Display",
|
catSenseBox_Display:"Display",
|
||||||
catsenseBoxOutput_SD:"SD",
|
catSenseBoxOutput_SD:"SD",
|
||||||
catsenseBoxOutput_Web:"Web",
|
catSenseBoxOutput_Web:"Web",
|
||||||
catsenseBoxOutput_Webserver:"Webserver",
|
catSenseBoxOutput_Webserver:"Webserver",
|
||||||
|
catSenseBox_Led: "LED",
|
||||||
|
catSenseBox_Wifi: "WiFi",
|
||||||
|
catSenseBox_osem: "openSenseMap",
|
||||||
catLogic: "Logik",
|
catLogic: "Logik",
|
||||||
catLoops: "Schleifen",
|
catLoops: "Schleifen",
|
||||||
catMath: "Mathematik",
|
catMath: "Mathematik",
|
||||||
|
|
|
@ -101,12 +101,15 @@ Ardublockly.LOCALISED_TEXT = {
|
||||||
arduinoSourceCode: "Arduino Source Code",
|
arduinoSourceCode: "Arduino Source Code",
|
||||||
blocksXml: "Blocks XML",
|
blocksXml: "Blocks XML",
|
||||||
/* Toolbox Categories*/
|
/* Toolbox Categories*/
|
||||||
catSenseBox_Sensor:"senseBox sensors",
|
catSenseBox_Sensor:"Sensors",
|
||||||
catSenseBox_Output:"senseBox output",
|
catSenseBox_Output:"senseBox output",
|
||||||
catsenseBoxDisplay:"Display",
|
catSenseBox_Display:"Display",
|
||||||
catsenseBoxOutput_SD:"SD",
|
catSenseBoxOutput_SD:"SD",
|
||||||
catsenseBoxOutput_Web:"Web",
|
catSenseBoxOutput_Web:"Web",
|
||||||
catsenseBoxOutput_Webserver:"Webserver",
|
catSenseBoxOutput_Webserver:"Webserver",
|
||||||
|
catSenseBox_Led: "LED",
|
||||||
|
catSenseBox_Wifi: "WiFi",
|
||||||
|
catSenseBox_osem: "openSenseMap",
|
||||||
catLogic: "Logic",
|
catLogic: "Logic",
|
||||||
catLoops: "Loops",
|
catLoops: "Loops",
|
||||||
catMath: "Math",
|
catMath: "Math",
|
||||||
|
|
|
@ -36,7 +36,7 @@ Blockly.Arduino.switch_case=function(a){var b=0,c=Blockly.Arduino.valueToCode(th
|
||||||
Blockly.Arduino.stepper_config=function(a){var b=Blockly.Arduino.PinTypes.STEPPER,c=a.getFieldValue("STEPPER_NAME"),d=a.getFieldValue("STEPPER_NUMBER_OF_PINS"),e=Blockly.Arduino.valueToCode(a,"STEPPER_STEPS",Blockly.Arduino.ORDER_ATOMIC)||"360",f=Blockly.Arduino.valueToCode(a,"STEPPER_SPEED",Blockly.Arduino.ORDER_ATOMIC)||"90",g=[a.getFieldValue("STEPPER_PIN1"),a.getFieldValue("STEPPER_PIN2")];"FOUR"===d&&(g.push(a.getFieldValue("STEPPER_PIN3")),g.push(a.getFieldValue("STEPPER_PIN4")));d="int "+c+
|
Blockly.Arduino.stepper_config=function(a){var b=Blockly.Arduino.PinTypes.STEPPER,c=a.getFieldValue("STEPPER_NAME"),d=a.getFieldValue("STEPPER_NUMBER_OF_PINS"),e=Blockly.Arduino.valueToCode(a,"STEPPER_STEPS",Blockly.Arduino.ORDER_ATOMIC)||"360",f=Blockly.Arduino.valueToCode(a,"STEPPER_SPEED",Blockly.Arduino.ORDER_ATOMIC)||"90",g=[a.getFieldValue("STEPPER_PIN1"),a.getFieldValue("STEPPER_PIN2")];"FOUR"===d&&(g.push(a.getFieldValue("STEPPER_PIN3")),g.push(a.getFieldValue("STEPPER_PIN4")));d="int "+c+
|
||||||
"["+g.length+"] = {";e="Stepper stepper_"+c+"("+e+", ";for(var h=0;h<g.length;h++)Blockly.Arduino.reservePin(a,g[h],b,"Stepper"),d+=g[h]+", ",e+=g[h]+", ";d=d.slice(0,-2)+"};";e=e.slice(0,-2)+");";Blockly.Arduino.addVariable(c,d,!0);c="stepper_"+c;Blockly.Arduino.addInclude("stepper","#include <Stepper.h>");Blockly.Arduino.addDeclaration(c,e);Blockly.Arduino.addSetup(c,c+".setSpeed("+f+");",!0);return""};
|
"["+g.length+"] = {";e="Stepper stepper_"+c+"("+e+", ";for(var h=0;h<g.length;h++)Blockly.Arduino.reservePin(a,g[h],b,"Stepper"),d+=g[h]+", ",e+=g[h]+", ";d=d.slice(0,-2)+"};";e=e.slice(0,-2)+");";Blockly.Arduino.addVariable(c,d,!0);c="stepper_"+c;Blockly.Arduino.addInclude("stepper","#include <Stepper.h>");Blockly.Arduino.addDeclaration(c,e);Blockly.Arduino.addSetup(c,c+".setSpeed("+f+");",!0);return""};
|
||||||
Blockly.Arduino.stepper_step=function(a){var b="stepper_"+a.getFieldValue("STEPPER_NAME");a=Blockly.Arduino.valueToCode(a,"STEPPER_STEPS",Blockly.Arduino.ORDER_ATOMIC)||"0";return b+".step("+a+");\n"};Blockly.Arduino.time={};Blockly.Arduino.time_delay=function(a){return"delay("+(Blockly.Arduino.valueToCode(a,"DELAY_TIME_MILI",Blockly.Arduino.ORDER_ATOMIC)||"0")+");\n"};Blockly.Arduino.time_delaymicros=function(a){return"delayMicroseconds("+(Blockly.Arduino.valueToCode(a,"DELAY_TIME_MICRO",Blockly.Arduino.ORDER_ATOMIC)||"0")+");\n"};Blockly.Arduino.time_millis=function(a){return["millis()",Blockly.Arduino.ORDER_ATOMIC]};Blockly.Arduino.time_micros=function(a){return["micros()",Blockly.Arduino.ORDER_ATOMIC]};
|
Blockly.Arduino.stepper_step=function(a){var b="stepper_"+a.getFieldValue("STEPPER_NAME");a=Blockly.Arduino.valueToCode(a,"STEPPER_STEPS",Blockly.Arduino.ORDER_ATOMIC)||"0";return b+".step("+a+");\n"};Blockly.Arduino.time={};Blockly.Arduino.time_delay=function(a){return"delay("+(Blockly.Arduino.valueToCode(a,"DELAY_TIME_MILI",Blockly.Arduino.ORDER_ATOMIC)||"0")+");\n"};Blockly.Arduino.time_delaymicros=function(a){return"delayMicroseconds("+(Blockly.Arduino.valueToCode(a,"DELAY_TIME_MICRO",Blockly.Arduino.ORDER_ATOMIC)||"0")+");\n"};Blockly.Arduino.time_millis=function(a){return["millis()",Blockly.Arduino.ORDER_ATOMIC]};Blockly.Arduino.time_micros=function(a){return["micros()",Blockly.Arduino.ORDER_ATOMIC]};
|
||||||
Blockly.Arduino.infinite_loop=function(a){return"while(true);\n"};Blockly.Arduino.servo={};Blockly.Arduino.servo_write=function(a){var b=a.getFieldValue("SERVO_PIN"),c=Blockly.Arduino.valueToCode(a,"SERVO_ANGLE",Blockly.Arduino.ORDER_ATOMIC)||"90",d="myServo"+b;Blockly.Arduino.reservePin(a,b,Blockly.Arduino.PinTypes.SERVO,"Servo Write");Blockly.Arduino.addInclude("servo","#include <Servo.h>");Blockly.Arduino.addDeclaration("servo_"+b,"Servo "+d+";");Blockly.Arduino.addSetup("servo_"+b,d+".attach("+b+");",!0);return d+".write("+c+");\n"};
|
Blockly.Arduino.infinite_loop=function(a){return"while(true);\n"};Blockly.Arduino.sensebox_interval_timer=function(a){var b=this.getFieldValue("interval");Blockly.Arduino.variables_.define_interval_variables="const long interval = "+b+";\nlong time_start = 0;\nlong time_actual = 0;";return"time_start = millis();\nif (time_start > time_actual + interval) {\n time_actual = millis();\n"+Blockly.Arduino.statementToCode(a,"DO")+"}\n"};Blockly.Arduino.servo={};Blockly.Arduino.servo_write=function(a){var b=a.getFieldValue("SERVO_PIN"),c=Blockly.Arduino.valueToCode(a,"SERVO_ANGLE",Blockly.Arduino.ORDER_ATOMIC)||"90",d="myServo"+b;Blockly.Arduino.reservePin(a,b,Blockly.Arduino.PinTypes.SERVO,"Servo Write");Blockly.Arduino.addInclude("servo","#include <Servo.h>");Blockly.Arduino.addDeclaration("servo_"+b,"Servo "+d+";");Blockly.Arduino.addSetup("servo_"+b,d+".attach("+b+");",!0);return d+".write("+c+");\n"};
|
||||||
Blockly.Arduino.servo_read=function(a){var b=a.getFieldValue("SERVO_PIN"),c="myServo"+b;Blockly.Arduino.reservePin(a,b,Blockly.Arduino.PinTypes.SERVO,"Servo Read");Blockly.Arduino.addInclude("servo","#include <Servo.h>");Blockly.Arduino.addDeclaration("servo_"+b,"Servo "+c+";");Blockly.Arduino.addSetup("servo_"+b,c+".attach("+b+");",!0);return[c+".read()",Blockly.Arduino.ORDER_ATOMIC]};Blockly.Arduino.lists={};Blockly.Arduino.lists_create_empty=Blockly.Arduino.noGeneratorCodeInline;Blockly.Arduino.lists_create_with=Blockly.Arduino.noGeneratorCodeInline;Blockly.Arduino.lists_repeat=Blockly.Arduino.noGeneratorCodeInline;Blockly.Arduino.lists_length=Blockly.Arduino.noGeneratorCodeInline;Blockly.Arduino.lists_isEmpty=Blockly.Arduino.noGeneratorCodeInline;Blockly.Arduino.lists_indexOf=Blockly.Arduino.noGeneratorCodeInline;Blockly.Arduino.lists_getIndex=Blockly.Arduino.noGeneratorCodeInline;
|
Blockly.Arduino.servo_read=function(a){var b=a.getFieldValue("SERVO_PIN"),c="myServo"+b;Blockly.Arduino.reservePin(a,b,Blockly.Arduino.PinTypes.SERVO,"Servo Read");Blockly.Arduino.addInclude("servo","#include <Servo.h>");Blockly.Arduino.addDeclaration("servo_"+b,"Servo "+c+";");Blockly.Arduino.addSetup("servo_"+b,c+".attach("+b+");",!0);return[c+".read()",Blockly.Arduino.ORDER_ATOMIC]};Blockly.Arduino.lists={};Blockly.Arduino.lists_create_empty=Blockly.Arduino.noGeneratorCodeInline;Blockly.Arduino.lists_create_with=Blockly.Arduino.noGeneratorCodeInline;Blockly.Arduino.lists_repeat=Blockly.Arduino.noGeneratorCodeInline;Blockly.Arduino.lists_length=Blockly.Arduino.noGeneratorCodeInline;Blockly.Arduino.lists_isEmpty=Blockly.Arduino.noGeneratorCodeInline;Blockly.Arduino.lists_indexOf=Blockly.Arduino.noGeneratorCodeInline;Blockly.Arduino.lists_getIndex=Blockly.Arduino.noGeneratorCodeInline;
|
||||||
Blockly.Arduino.lists_setIndex=Blockly.Arduino.noGeneratorCodeLine;Blockly.Arduino.procedures={};
|
Blockly.Arduino.lists_setIndex=Blockly.Arduino.noGeneratorCodeLine;Blockly.Arduino.procedures={};
|
||||||
Blockly.Arduino.procedures_defreturn=function(a){var b=Blockly.Arduino.variableDB_.getName(a.getFieldValue("NAME"),Blockly.Procedures.NAME_TYPE),c=Blockly.Arduino.statementToCode(a,"STACK");Blockly.Arduino.STATEMENT_PREFIX&&(c=Blockly.Arduino.prefixLines(Blockly.Arduino.STATEMENT_PREFIX.replace(/%1/g,"'"+a.id+"'"),Blockly.Arduino.INDENT)+c);Blockly.Arduino.INFINITE_LOOP_TRAP&&(c=Blockly.Arduino.INFINITE_LOOP_TRAP.replace(/%1/g,"'"+a.id+"'")+c);var d=Blockly.Arduino.valueToCode(a,"RETURN",Blockly.Arduino.ORDER_NONE)||
|
Blockly.Arduino.procedures_defreturn=function(a){var b=Blockly.Arduino.variableDB_.getName(a.getFieldValue("NAME"),Blockly.Procedures.NAME_TYPE),c=Blockly.Arduino.statementToCode(a,"STACK");Blockly.Arduino.STATEMENT_PREFIX&&(c=Blockly.Arduino.prefixLines(Blockly.Arduino.STATEMENT_PREFIX.replace(/%1/g,"'"+a.id+"'"),Blockly.Arduino.INDENT)+c);Blockly.Arduino.INFINITE_LOOP_TRAP&&(c=Blockly.Arduino.INFINITE_LOOP_TRAP.replace(/%1/g,"'"+a.id+"'")+c);var d=Blockly.Arduino.valueToCode(a,"RETURN",Blockly.Arduino.ORDER_NONE)||
|
||||||
|
@ -106,9 +106,8 @@ Blockly.Arduino.sensebox_send_to_osem=function(a){this.getFieldValue("BoxID");th
|
||||||
Blockly.Arduino.sensebox_send_mobile_to_osem=function(a){this.getFieldValue("BoxID");a=this.getFieldValue("SensorID")||"90909";var b=Blockly.Arduino.valueToCode(this,"Value",Blockly.Arduino.ORDER_ATOMIC)||'"Keine Eingabe"',c=Blockly.Arduino.valueToCode(this,"lat",Blockly.Arduino.ORDER_ATOMIC)||"0",d=Blockly.Arduino.valueToCode(this,"lng",Blockly.Arduino.ORDER_ATOMIC)||"0";return"osem.uploadMobileMeasurement("+b+',"'+a+'",'+c+","+d+");\n"};
|
Blockly.Arduino.sensebox_send_mobile_to_osem=function(a){this.getFieldValue("BoxID");a=this.getFieldValue("SensorID")||"90909";var b=Blockly.Arduino.valueToCode(this,"Value",Blockly.Arduino.ORDER_ATOMIC)||'"Keine Eingabe"',c=Blockly.Arduino.valueToCode(this,"lat",Blockly.Arduino.ORDER_ATOMIC)||"0",d=Blockly.Arduino.valueToCode(this,"lng",Blockly.Arduino.ORDER_ATOMIC)||"0";return"osem.uploadMobileMeasurement("+b+',"'+a+'",'+c+","+d+");\n"};
|
||||||
Blockly.Arduino.sensebox_shield_ethernet=function(a){Blockly.Arduino.definitions_.define_senseBox='#include "SenseBox.h"';Blockly.Arduino.definitions_.define_network='OpenSenseMap wifi("'+b+'");';Blockly.Arduino.setups_.sensebox_network="wifi.beginEthernet();";var b;this.getFieldValue("box_id");a="";for(b=1;5>=b;b++)if(Blockly.Arduino.valueToCode(this,"TEXT"+b,Blockly.Arduino.ORDER_ATOMIC)){var c=this.getFieldValue("ID"+b)||"90909",d=Blockly.Arduino.valueToCode(this,"TEXT"+b,Blockly.Arduino.ORDER_ATOMIC)||
|
Blockly.Arduino.sensebox_shield_ethernet=function(a){Blockly.Arduino.definitions_.define_senseBox='#include "SenseBox.h"';Blockly.Arduino.definitions_.define_network='OpenSenseMap wifi("'+b+'");';Blockly.Arduino.setups_.sensebox_network="wifi.beginEthernet();";var b;this.getFieldValue("box_id");a="";for(b=1;5>=b;b++)if(Blockly.Arduino.valueToCode(this,"TEXT"+b,Blockly.Arduino.ORDER_ATOMIC)){var c=this.getFieldValue("ID"+b)||"90909",d=Blockly.Arduino.valueToCode(this,"TEXT"+b,Blockly.Arduino.ORDER_ATOMIC)||
|
||||||
'"Keine Eingabe"';a+=" shield.uploadValue("+d+',"'+c+'");\n'}else a+="//kein Sensor an Port "+b+"\n";return a};Blockly.Arduino.sensebox_led=function(){var a=this.getFieldValue("PIN"),b=this.getFieldValue("STAT");Blockly.Arduino.setups_["setup_green_led_"+a]="pinMode("+a+", OUTPUT);";return"digitalWrite("+a+","+b+");\n"};
|
'"Keine Eingabe"';a+=" shield.uploadValue("+d+',"'+c+'");\n'}else a+="//kein Sensor an Port "+b+"\n";return a};Blockly.Arduino.sensebox_led=function(){var a=this.getFieldValue("PIN"),b=this.getFieldValue("STAT");Blockly.Arduino.setups_["setup_green_led_"+a]="pinMode("+a+", OUTPUT);";return"digitalWrite("+a+","+b+");\n"};
|
||||||
Blockly.Arduino.sensebox_button=function(){var a=this.getFieldValue("PIN"),b=this.getFieldValue("FUNCTION");Blockly.Arduino.includes_.library_senseBoxMCU='#include "SenseBoxMCU.h"';Blockly.Arduino.definitions_.define_button="Button button("+a+");";Blockly.Arduino.setups_.setup_button="button.begin();";a="";"isPressed"==b?a+="button.isPressed()":"Switch"==b?a+="button.getSwitch()":"wasPressed"==b&&(a+="button.wasPressed()");return[a,Blockly.Arduino.ORDER_ATOMIC]};
|
Blockly.Arduino.sensebox_button=function(){var a=this.getFieldValue("PIN"),b=this.getFieldValue("FUNCTION");Blockly.Arduino.includes_.library_senseBoxMCU='#include "SenseBoxMCU.h"';Blockly.Arduino.definitions_["define_button"+a]="Button button_"+a+"("+a+");";Blockly.Arduino.setups_["setup_button"+a]="button_"+a+".begin();";var c="";"isPressed"==b?c+="button_"+a+".isPressed()":"Switch"==b?c+="button_"+a+".getSwitch()":"wasPressed"==b&&(c+="button_"+a+".wasPressed()");return[c,Blockly.Arduino.ORDER_ATOMIC]};
|
||||||
Blockly.Arduino.sensebox_piezo=function(){var a=this.getFieldValue("PIN"),b=this.getFieldValue("STAT");Blockly.Arduino.setups_["setup_piezo_buzzer_"+a]="pinMode("+a+", OUTPUT);";return"digitalWrite("+a+","+b+");\n"};Blockly.Arduino.sensebox_poti=function(){var a=this.getFieldValue("PIN");Blockly.Arduino.setups_.setup_poti="pinMode("+a+", INPUT);";return["analogRead("+a+")",Blockly.Arduino.ORDER_ATOMIC]};
|
Blockly.Arduino.sensebox_poti=function(){var a=this.getFieldValue("PIN");Blockly.Arduino.setups_.setup_poti="pinMode("+a+", INPUT);";return["analogRead("+a+")",Blockly.Arduino.ORDER_ATOMIC]};Blockly.Arduino.sensebox_foto=function(){var a=this.getFieldValue("PIN");Blockly.Arduino.setups_.setup_foto="pinMode("+a+", INPUT);";return["analogRead("+a+")",Blockly.Arduino.ORDER_ATOMIC]};
|
||||||
Blockly.Arduino.sensebox_foto=function(){var a=this.getFieldValue("PIN");Blockly.Arduino.setups_.setup_foto="pinMode("+a+", INPUT);";return["analogRead("+a+")",Blockly.Arduino.ORDER_ATOMIC]};
|
|
||||||
Blockly.Arduino.sensebox_rgb_led=function(){var a=this.getFieldValue("PIN"),b=Blockly.Arduino.valueToCode(this,"RED",Blockly.Arduino.ORDER_ATOMIC)||"0",c=Blockly.Arduino.valueToCode(this,"GREEN",Blockly.Arduino.ORDER_ATOMIC)||"0",d=Blockly.Arduino.valueToCode(this,"BLUE",Blockly.Arduino.ORDER_ATOMIC)||"0";Blockly.Arduino.definitions_["define_rgb_led"+a]="#include <Adafruit_NeoPixel.h>\n Adafruit_NeoPixel rgb_led_"+a+" = Adafruit_NeoPixel(1,"+a+",NEO_RGB + NEO_KHZ800);\n";Blockly.Arduino.setups_["setup_rgb_led"+
|
Blockly.Arduino.sensebox_rgb_led=function(){var a=this.getFieldValue("PIN"),b=Blockly.Arduino.valueToCode(this,"RED",Blockly.Arduino.ORDER_ATOMIC)||"0",c=Blockly.Arduino.valueToCode(this,"GREEN",Blockly.Arduino.ORDER_ATOMIC)||"0",d=Blockly.Arduino.valueToCode(this,"BLUE",Blockly.Arduino.ORDER_ATOMIC)||"0";Blockly.Arduino.definitions_["define_rgb_led"+a]="#include <Adafruit_NeoPixel.h>\n Adafruit_NeoPixel rgb_led_"+a+" = Adafruit_NeoPixel(1,"+a+",NEO_RGB + NEO_KHZ800);\n";Blockly.Arduino.setups_["setup_rgb_led"+
|
||||||
a]="rgb_led_"+a+".begin();";return"rgb_led_"+a+".setPixelColor(0,rgb_led_"+a+".Color("+b+","+c+","+d+"));\n"+("rgb_led_"+a+".show();")};Blockly.Arduino.sensebox_serial_print=function(){Blockly.Arduino.setups_.sensebox_serial_print="//Setup Serial Print\n Serial.begin(9600);\n";var a=this.getFieldValue("LINEBREAK");a="TRUE"==a?"ln":"";var b=Blockly.Arduino.valueToCode(this,"TEXT",Blockly.Arduino.ORDER_ATOMIC)||'"Keine Eingabe"';return"Serial.print"+a+"("+b+");\n"};
|
a]="rgb_led_"+a+".begin();";return"rgb_led_"+a+".setPixelColor(0,rgb_led_"+a+".Color("+b+","+c+","+d+"));\n"+("rgb_led_"+a+".show();")};Blockly.Arduino.sensebox_serial_print=function(){Blockly.Arduino.setups_.sensebox_serial_print="//Setup Serial Print\n Serial.begin(9600);\n";var a=this.getFieldValue("LINEBREAK");a="TRUE"==a?"ln":"";var b=Blockly.Arduino.valueToCode(this,"TEXT",Blockly.Arduino.ORDER_ATOMIC)||'"Keine Eingabe"';return"Serial.print"+a+"("+b+");\n"};
|
||||||
Blockly.Arduino.sensebox_sd_create_file=function(a){a=this.getFieldValue("Filename");Blockly.Arduino.includes_.library_spi="#include <SPI.h>";Blockly.Arduino.includes_.library_sd="#include <SD.h>";Blockly.Arduino.codeFunctions_.define_sd="File dataFile"+a+";";Blockly.Arduino.setups_.sensebox_sd="SD.begin(28);";Blockly.Arduino.setups_["sensebox_sd"+a]="dataFile"+a+' = SD.open("'+a+'.txt", FILE_WRITE);\ndataFile'+a+".close();\n";return""};
|
Blockly.Arduino.sensebox_sd_create_file=function(a){a=this.getFieldValue("Filename");Blockly.Arduino.includes_.library_spi="#include <SPI.h>";Blockly.Arduino.includes_.library_sd="#include <SD.h>";Blockly.Arduino.codeFunctions_.define_sd="File dataFile"+a+";";Blockly.Arduino.setups_.sensebox_sd="SD.begin(28);";Blockly.Arduino.setups_["sensebox_sd"+a]="dataFile"+a+' = SD.open("'+a+'.txt", FILE_WRITE);\ndataFile'+a+".close();\n";return""};
|
||||||
|
@ -124,7 +123,6 @@ Blockly.Arduino.userFunctions_.define_plot_class="Plot DataPlot(&display);\n";Bl
|
||||||
m+";\n")+"DataPlot.addDataPoint(t,value);\n}\n"};Blockly.Arduino.sensebox_display_fillCircle=function(){var a=Blockly.Arduino.valueToCode(this,"X",Blockly.Arduino.ORDER_ATOMIC)||"0",b=Blockly.Arduino.valueToCode(this,"Y",Blockly.Arduino.ORDER_ATOMIC)||"0",c=Blockly.Arduino.valueToCode(this,"Radius",Blockly.Arduino.ORDER_ATOMIC)||"0";return"TRUE"==this.getFieldValue("FILL")?"display.fillCircle("+a+","+b+","+c+",1);\n":"display.drawCircle("+a+","+b+","+c+",1);\n"};
|
m+";\n")+"DataPlot.addDataPoint(t,value);\n}\n"};Blockly.Arduino.sensebox_display_fillCircle=function(){var a=Blockly.Arduino.valueToCode(this,"X",Blockly.Arduino.ORDER_ATOMIC)||"0",b=Blockly.Arduino.valueToCode(this,"Y",Blockly.Arduino.ORDER_ATOMIC)||"0",c=Blockly.Arduino.valueToCode(this,"Radius",Blockly.Arduino.ORDER_ATOMIC)||"0";return"TRUE"==this.getFieldValue("FILL")?"display.fillCircle("+a+","+b+","+c+",1);\n":"display.drawCircle("+a+","+b+","+c+",1);\n"};
|
||||||
Blockly.Arduino.sensebox_display_drawRectangle=function(){var a=Blockly.Arduino.valueToCode(this,"X",Blockly.Arduino.ORDER_ATOMIC)||"0",b=Blockly.Arduino.valueToCode(this,"Y",Blockly.Arduino.ORDER_ATOMIC)||"0",c=Blockly.Arduino.valueToCode(this,"width",Blockly.Arduino.ORDER_ATOMIC)||"0",d=Blockly.Arduino.valueToCode(this,"height",Blockly.Arduino.ORDER_ATOMIC)||"0";return"TRUE"==this.getFieldValue("FILL")?"display.fillRect("+a+","+b+","+c+","+d+",1);\n":"display.drawRect("+a+","+b+","+c+","+d+",1);\n"};
|
Blockly.Arduino.sensebox_display_drawRectangle=function(){var a=Blockly.Arduino.valueToCode(this,"X",Blockly.Arduino.ORDER_ATOMIC)||"0",b=Blockly.Arduino.valueToCode(this,"Y",Blockly.Arduino.ORDER_ATOMIC)||"0",c=Blockly.Arduino.valueToCode(this,"width",Blockly.Arduino.ORDER_ATOMIC)||"0",d=Blockly.Arduino.valueToCode(this,"height",Blockly.Arduino.ORDER_ATOMIC)||"0";return"TRUE"==this.getFieldValue("FILL")?"display.fillRect("+a+","+b+","+c+","+d+",1);\n":"display.drawRect("+a+","+b+","+c+","+d+",1);\n"};
|
||||||
Blockly.Arduino.sensebox_gps_getValues=function(){Blockly.Arduino.includes_.library_senseBoxMCU='#include "SenseBoxMCU.h"';Blockly.Arduino.userFunctions_.define_gps="GPS gps;";Blockly.Arduino.setups_.sensebox_gps_begin="gps.begin();";return["gps.get"+this.getFieldValue("Values")+"()",Blockly.Arduino.ORDER_ATOMIC]};
|
Blockly.Arduino.sensebox_gps_getValues=function(){Blockly.Arduino.includes_.library_senseBoxMCU='#include "SenseBoxMCU.h"';Blockly.Arduino.userFunctions_.define_gps="GPS gps;";Blockly.Arduino.setups_.sensebox_gps_begin="gps.begin();";return["gps.get"+this.getFieldValue("Values")+"()",Blockly.Arduino.ORDER_ATOMIC]};
|
||||||
Blockly.Arduino.sensebox_interval_timer=function(a){var b=this.getFieldValue("interval");Blockly.Arduino.variables_.define_interval_variables="const long interval = "+b+";\nlong time_start = 0;\nlong time_actual = 0;";return"time_start = millis();\nif (time_start > time_actual + interval) {\n time_actual = millis();\n"+Blockly.Arduino.statementToCode(a,"DO")+"}\n"};
|
|
||||||
Blockly.Arduino.sensebox_initialize_http_server=function(a){a=this.getFieldValue("Port");Blockly.Arduino.includes_.library_senseBoxMCU='#include "SenseBoxMCU.h"';Blockly.Arduino.codeFunctions_.define_wifi_server="WiFiServer server("+a+");";Blockly.Arduino.setups_.sensebox_wifi_server_beging="server.begin();";return""};
|
Blockly.Arduino.sensebox_initialize_http_server=function(a){a=this.getFieldValue("Port");Blockly.Arduino.includes_.library_senseBoxMCU='#include "SenseBoxMCU.h"';Blockly.Arduino.codeFunctions_.define_wifi_server="WiFiServer server("+a+");";Blockly.Arduino.setups_.sensebox_wifi_server_beging="server.begin();";return""};
|
||||||
Blockly.Arduino.sensebox_http_on_client_connect=function(a){a="WiFiClient client = server.available();\nif (client && client.available()) {\n String request_string = listenClient(client);\n Request request;\n if (parseRequestSafe(request_string, request)) {\n"+Blockly.Arduino.statementToCode(a,"ON_CONNECT")+" }\n";return a+" delay(1);\n client.stop();\n delay(1);\n}\n"};Blockly.Arduino.sensebox_http_method=function(a){return["request.method",Blockly.Arduino.ORDER_ATOMIC]};
|
Blockly.Arduino.sensebox_http_on_client_connect=function(a){a="WiFiClient client = server.available();\nif (client && client.available()) {\n String request_string = listenClient(client);\n Request request;\n if (parseRequestSafe(request_string, request)) {\n"+Blockly.Arduino.statementToCode(a,"ON_CONNECT")+" }\n";return a+" delay(1);\n client.stop();\n delay(1);\n}\n"};Blockly.Arduino.sensebox_http_method=function(a){return["request.method",Blockly.Arduino.ORDER_ATOMIC]};
|
||||||
Blockly.Arduino.sensebox_http_uri=function(a){return["request.uri",Blockly.Arduino.ORDER_ATOMIC]};Blockly.Arduino.sensebox_http_protocol_version=function(a){return["request.protocol_version",Blockly.Arduino.ORDER_ATOMIC]};Blockly.Arduino.sensebox_http_user_agent=function(a){return["request.user_agent",Blockly.Arduino.ORDER_ATOMIC]};
|
Blockly.Arduino.sensebox_http_uri=function(a){return["request.uri",Blockly.Arduino.ORDER_ATOMIC]};Blockly.Arduino.sensebox_http_protocol_version=function(a){return["request.protocol_version",Blockly.Arduino.ORDER_ATOMIC]};Blockly.Arduino.sensebox_http_user_agent=function(a){return["request.user_agent",Blockly.Arduino.ORDER_ATOMIC]};
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
var $jscomp=$jscomp||{};$jscomp.scope={};var COMPILED=!0,goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.isString=function(a){return"string"==typeof a};goog.isBoolean=function(a){return"boolean"==typeof a};goog.isNumber=function(a){return"number"==typeof a};
|
var $jscomp=$jscomp||{};$jscomp.scope={};var COMPILED=!0,goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.isString=function(a){return"string"==typeof a};goog.isBoolean=function(a){return"boolean"==typeof a};goog.isNumber=function(a){return"number"==typeof a};
|
||||||
goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||"undefined"==typeof c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]&&c[d]!==Object.prototype[d]?c[d]:c[d]={}};
|
goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||"undefined"==typeof c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]&&c[d]!==Object.prototype[d]?c[d]:c[d]={}};
|
||||||
goog.define=function(a,b){var c=b;if(!COMPILED){var d=goog.global.CLOSURE_UNCOMPILED_DEFINES,e=goog.global.CLOSURE_DEFINES;d&&void 0===d.nodeType&&Object.prototype.hasOwnProperty.call(d,a)?c=d[a]:e&&void 0===e.nodeType&&Object.prototype.hasOwnProperty.call(e,a)&&(c=e[a])}goog.exportPath_(a,c);return c};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.DISALLOW_TEST_ONLY_CODE=COMPILED&&!goog.DEBUG;goog.ENABLE_CHROME_APP_SAFE_SCRIPT_LOADING=!1;
|
goog.define=function(a,b){var c=b;if(!COMPILED){var d=goog.global.CLOSURE_UNCOMPILED_DEFINES,e=goog.global.CLOSURE_DEFINES;d&&void 0===d.nodeType&&Object.prototype.hasOwnProperty.call(d,a)?c=d[a]:e&&void 0===e.nodeType&&Object.prototype.hasOwnProperty.call(e,a)&&(c=e[a])}goog.exportPath_(a,c);return c};goog.FEATURESET_YEAR=2012;goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.DISALLOW_TEST_ONLY_CODE=COMPILED&&!goog.DEBUG;
|
||||||
goog.provide=function(a){if(goog.isInModuleLoader_())throw Error("goog.provide cannot be used within a module.");if(!COMPILED&&goog.isProvided_(a))throw Error('Namespace "'+a+'" already declared.');goog.constructNamespace_(a)};goog.constructNamespace_=function(a,b){if(!COMPILED){delete goog.implicitNamespaces_[a];for(var c=a;(c=c.substring(0,c.lastIndexOf(".")))&&!goog.getObjectByName(c);)goog.implicitNamespaces_[c]=!0}goog.exportPath_(a,b)};
|
goog.ENABLE_CHROME_APP_SAFE_SCRIPT_LOADING=!1;goog.provide=function(a){if(goog.isInModuleLoader_())throw Error("goog.provide cannot be used within a module.");if(!COMPILED&&goog.isProvided_(a))throw Error('Namespace "'+a+'" already declared.');goog.constructNamespace_(a)};goog.constructNamespace_=function(a,b){if(!COMPILED){delete goog.implicitNamespaces_[a];for(var c=a;(c=c.substring(0,c.lastIndexOf(".")))&&!goog.getObjectByName(c);)goog.implicitNamespaces_[c]=!0}goog.exportPath_(a,b)};
|
||||||
goog.getScriptNonce=function(a){if(a&&a!=goog.global)return goog.getScriptNonce_(a.document);null===goog.cspNonce_&&(goog.cspNonce_=goog.getScriptNonce_(goog.global.document));return goog.cspNonce_};goog.NONCE_PATTERN_=/^[\w+/_-]+[=]{0,2}$/;goog.cspNonce_=null;goog.getScriptNonce_=function(a){return(a=a.querySelector&&a.querySelector("script[nonce]"))&&(a=a.nonce||a.getAttribute("nonce"))&&goog.NONCE_PATTERN_.test(a)?a:""};goog.VALID_MODULE_RE_=/^[a-zA-Z_$][a-zA-Z0-9._$]*$/;
|
goog.getScriptNonce=function(a){if(a&&a!=goog.global)return goog.getScriptNonce_(a.document);null===goog.cspNonce_&&(goog.cspNonce_=goog.getScriptNonce_(goog.global.document));return goog.cspNonce_};goog.NONCE_PATTERN_=/^[\w+/_-]+[=]{0,2}$/;goog.cspNonce_=null;goog.getScriptNonce_=function(a){return(a=a.querySelector&&a.querySelector("script[nonce]"))&&(a=a.nonce||a.getAttribute("nonce"))&&goog.NONCE_PATTERN_.test(a)?a:""};goog.VALID_MODULE_RE_=/^[a-zA-Z_$][a-zA-Z0-9._$]*$/;
|
||||||
goog.module=function(a){if(!goog.isString(a)||!a||-1==a.search(goog.VALID_MODULE_RE_))throw Error("Invalid module identifier");if(!goog.isInGoogModuleLoader_())throw Error("Module "+a+" has been loaded incorrectly. Note, modules cannot be loaded as normal scripts. They require some kind of pre-processing step. You're likely trying to load a module via a script tag or as a part of a concatenated bundle without rewriting the module. For more info see: https://github.com/google/closure-library/wiki/goog.module:-an-ES6-module-like-alternative-to-goog.provide.");
|
goog.module=function(a){if(!goog.isString(a)||!a||-1==a.search(goog.VALID_MODULE_RE_))throw Error("Invalid module identifier");if(!goog.isInGoogModuleLoader_())throw Error("Module "+a+" has been loaded incorrectly. Note, modules cannot be loaded as normal scripts. They require some kind of pre-processing step. You're likely trying to load a module via a script tag or as a part of a concatenated bundle without rewriting the module. For more info see: https://github.com/google/closure-library/wiki/goog.module:-an-ES6-module-like-alternative-to-goog.provide.");
|
||||||
if(goog.moduleLoaderState_.moduleName)throw Error("goog.module may only be called once per module.");goog.moduleLoaderState_.moduleName=a;if(!COMPILED){if(goog.isProvided_(a))throw Error('Namespace "'+a+'" already declared.');delete goog.implicitNamespaces_[a]}};goog.module.get=function(a){return goog.module.getInternal_(a)};
|
if(goog.moduleLoaderState_.moduleName)throw Error("goog.module may only be called once per module.");goog.moduleLoaderState_.moduleName=a;if(!COMPILED){if(goog.isProvided_(a))throw Error('Namespace "'+a+'" already declared.');delete goog.implicitNamespaces_[a]}};goog.module.get=function(a){return goog.module.getInternal_(a)};
|
||||||
|
@ -12,7 +12,7 @@ goog.module.getInternal_=function(a){if(!COMPILED){if(a in goog.loadedModules_)r
|
||||||
goog.isInEs6ModuleLoader_=function(){if(goog.moduleLoaderState_&&goog.moduleLoaderState_.type==goog.ModuleType.ES6)return!0;var a=goog.global.$jscomp;return a?"function"!=typeof a.getCurrentModulePath?!1:!!a.getCurrentModulePath():!1};
|
goog.isInEs6ModuleLoader_=function(){if(goog.moduleLoaderState_&&goog.moduleLoaderState_.type==goog.ModuleType.ES6)return!0;var a=goog.global.$jscomp;return a?"function"!=typeof a.getCurrentModulePath?!1:!!a.getCurrentModulePath():!1};
|
||||||
goog.module.declareLegacyNamespace=function(){if(!COMPILED&&!goog.isInGoogModuleLoader_())throw Error("goog.module.declareLegacyNamespace must be called from within a goog.module");if(!COMPILED&&!goog.moduleLoaderState_.moduleName)throw Error("goog.module must be called prior to goog.module.declareLegacyNamespace.");goog.moduleLoaderState_.declareLegacyNamespace=!0};
|
goog.module.declareLegacyNamespace=function(){if(!COMPILED&&!goog.isInGoogModuleLoader_())throw Error("goog.module.declareLegacyNamespace must be called from within a goog.module");if(!COMPILED&&!goog.moduleLoaderState_.moduleName)throw Error("goog.module must be called prior to goog.module.declareLegacyNamespace.");goog.moduleLoaderState_.declareLegacyNamespace=!0};
|
||||||
goog.declareModuleId=function(a){if(!COMPILED){if(!goog.isInEs6ModuleLoader_())throw Error("goog.declareModuleId may only be called from within an ES6 module");if(goog.moduleLoaderState_&&goog.moduleLoaderState_.moduleName)throw Error("goog.declareModuleId may only be called once per module.");if(a in goog.loadedModules_)throw Error('Module with namespace "'+a+'" already exists.');}if(goog.moduleLoaderState_)goog.moduleLoaderState_.moduleName=a;else{var b=goog.global.$jscomp;if(!b||"function"!=typeof b.getCurrentModulePath)throw Error('Module with namespace "'+
|
goog.declareModuleId=function(a){if(!COMPILED){if(!goog.isInEs6ModuleLoader_())throw Error("goog.declareModuleId may only be called from within an ES6 module");if(goog.moduleLoaderState_&&goog.moduleLoaderState_.moduleName)throw Error("goog.declareModuleId may only be called once per module.");if(a in goog.loadedModules_)throw Error('Module with namespace "'+a+'" already exists.');}if(goog.moduleLoaderState_)goog.moduleLoaderState_.moduleName=a;else{var b=goog.global.$jscomp;if(!b||"function"!=typeof b.getCurrentModulePath)throw Error('Module with namespace "'+
|
||||||
a+'" has been loaded incorrectly.');b=b.require(b.getCurrentModulePath());goog.loadedModules_[a]={exports:b,type:goog.ModuleType.ES6,moduleId:a}}};goog.module.declareNamespace=goog.declareModuleId;goog.setTestOnly=function(a){if(goog.DISALLOW_TEST_ONLY_CODE)throw a=a||"",Error("Importing test-only code into non-debug environment"+(a?": "+a:"."));};goog.forwardDeclare=function(a){};
|
a+'" has been loaded incorrectly.');b=b.require(b.getCurrentModulePath());goog.loadedModules_[a]={exports:b,type:goog.ModuleType.ES6,moduleId:a}}};goog.setTestOnly=function(a){if(goog.DISALLOW_TEST_ONLY_CODE)throw a=a||"",Error("Importing test-only code into non-debug environment"+(a?": "+a:"."));};goog.forwardDeclare=function(a){};
|
||||||
COMPILED||(goog.isProvided_=function(a){return a in goog.loadedModules_||!goog.implicitNamespaces_[a]&&goog.isDefAndNotNull(goog.getObjectByName(a))},goog.implicitNamespaces_={"goog.module":!0});goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.global,e=0;e<c.length;e++)if(d=d[c[e]],!goog.isDefAndNotNull(d))return null;return d};goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
|
COMPILED||(goog.isProvided_=function(a){return a in goog.loadedModules_||!goog.implicitNamespaces_[a]&&goog.isDefAndNotNull(goog.getObjectByName(a))},goog.implicitNamespaces_={"goog.module":!0});goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.global,e=0;e<c.length;e++)if(d=d[c[e]],!goog.isDefAndNotNull(d))return null;return d};goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
|
||||||
goog.addDependency=function(a,b,c,d){!COMPILED&&goog.DEPENDENCIES_ENABLED&&goog.debugLoader_.addDependency(a,b,c,d)};goog.ENABLE_DEBUG_LOADER=!0;goog.logToConsole_=function(a){goog.global.console&&goog.global.console.error(a)};
|
goog.addDependency=function(a,b,c,d){!COMPILED&&goog.DEPENDENCIES_ENABLED&&goog.debugLoader_.addDependency(a,b,c,d)};goog.ENABLE_DEBUG_LOADER=!0;goog.logToConsole_=function(a){goog.global.console&&goog.global.console.error(a)};
|
||||||
goog.require=function(a){if(!COMPILED){goog.ENABLE_DEBUG_LOADER&&goog.debugLoader_.requested(a);if(goog.isProvided_(a)){if(goog.isInModuleLoader_())return goog.module.getInternal_(a)}else if(goog.ENABLE_DEBUG_LOADER){var b=goog.moduleLoaderState_;goog.moduleLoaderState_=null;try{goog.debugLoader_.load_(a)}finally{goog.moduleLoaderState_=b}}return null}};goog.requireType=function(a){return{}};goog.basePath="";goog.nullFunction=function(){};
|
goog.require=function(a){if(!COMPILED){goog.ENABLE_DEBUG_LOADER&&goog.debugLoader_.requested(a);if(goog.isProvided_(a)){if(goog.isInModuleLoader_())return goog.module.getInternal_(a)}else if(goog.ENABLE_DEBUG_LOADER){var b=goog.moduleLoaderState_;goog.moduleLoaderState_=null;try{goog.debugLoader_.load_(a)}finally{goog.moduleLoaderState_=b}}return null}};goog.requireType=function(a){return{}};goog.basePath="";goog.nullFunction=function(){};
|
||||||
|
@ -165,8 +165,8 @@ goog.labs.userAgent.engine.getVersion=function(){var a=goog.labs.userAgent.util.
|
||||||
goog.labs.userAgent.engine.getEngineTuple_=function(a){if(!goog.labs.userAgent.engine.isEdge())return a[1];for(var b=0;b<a.length;b++){var c=a[b];if("Edge"==c[0])return c}};goog.labs.userAgent.engine.isVersionOrHigher=function(a){return 0<=goog.string.compareVersions(goog.labs.userAgent.engine.getVersion(),a)};goog.labs.userAgent.engine.getVersionForKey_=function(a,b){var c=goog.array.find(a,function(a){return b==a[0]});return c&&c[1]||""};goog.labs.userAgent.platform={};goog.labs.userAgent.platform.isAndroid=function(){return goog.labs.userAgent.util.matchUserAgent("Android")};goog.labs.userAgent.platform.isIpod=function(){return goog.labs.userAgent.util.matchUserAgent("iPod")};goog.labs.userAgent.platform.isIphone=function(){return goog.labs.userAgent.util.matchUserAgent("iPhone")&&!goog.labs.userAgent.util.matchUserAgent("iPod")&&!goog.labs.userAgent.util.matchUserAgent("iPad")};goog.labs.userAgent.platform.isIpad=function(){return goog.labs.userAgent.util.matchUserAgent("iPad")};
|
goog.labs.userAgent.engine.getEngineTuple_=function(a){if(!goog.labs.userAgent.engine.isEdge())return a[1];for(var b=0;b<a.length;b++){var c=a[b];if("Edge"==c[0])return c}};goog.labs.userAgent.engine.isVersionOrHigher=function(a){return 0<=goog.string.compareVersions(goog.labs.userAgent.engine.getVersion(),a)};goog.labs.userAgent.engine.getVersionForKey_=function(a,b){var c=goog.array.find(a,function(a){return b==a[0]});return c&&c[1]||""};goog.labs.userAgent.platform={};goog.labs.userAgent.platform.isAndroid=function(){return goog.labs.userAgent.util.matchUserAgent("Android")};goog.labs.userAgent.platform.isIpod=function(){return goog.labs.userAgent.util.matchUserAgent("iPod")};goog.labs.userAgent.platform.isIphone=function(){return goog.labs.userAgent.util.matchUserAgent("iPhone")&&!goog.labs.userAgent.util.matchUserAgent("iPod")&&!goog.labs.userAgent.util.matchUserAgent("iPad")};goog.labs.userAgent.platform.isIpad=function(){return goog.labs.userAgent.util.matchUserAgent("iPad")};
|
||||||
goog.labs.userAgent.platform.isIos=function(){return goog.labs.userAgent.platform.isIphone()||goog.labs.userAgent.platform.isIpad()||goog.labs.userAgent.platform.isIpod()};goog.labs.userAgent.platform.isMacintosh=function(){return goog.labs.userAgent.util.matchUserAgent("Macintosh")};goog.labs.userAgent.platform.isLinux=function(){return goog.labs.userAgent.util.matchUserAgent("Linux")};goog.labs.userAgent.platform.isWindows=function(){return goog.labs.userAgent.util.matchUserAgent("Windows")};
|
goog.labs.userAgent.platform.isIos=function(){return goog.labs.userAgent.platform.isIphone()||goog.labs.userAgent.platform.isIpad()||goog.labs.userAgent.platform.isIpod()};goog.labs.userAgent.platform.isMacintosh=function(){return goog.labs.userAgent.util.matchUserAgent("Macintosh")};goog.labs.userAgent.platform.isLinux=function(){return goog.labs.userAgent.util.matchUserAgent("Linux")};goog.labs.userAgent.platform.isWindows=function(){return goog.labs.userAgent.util.matchUserAgent("Windows")};
|
||||||
goog.labs.userAgent.platform.isChromeOS=function(){return goog.labs.userAgent.util.matchUserAgent("CrOS")};goog.labs.userAgent.platform.isChromecast=function(){return goog.labs.userAgent.util.matchUserAgent("CrKey")};goog.labs.userAgent.platform.isKaiOS=function(){return goog.labs.userAgent.util.matchUserAgentIgnoreCase("KaiOS")};goog.labs.userAgent.platform.isGo2Phone=function(){return goog.labs.userAgent.util.matchUserAgentIgnoreCase("GAFP")};
|
goog.labs.userAgent.platform.isChromeOS=function(){return goog.labs.userAgent.util.matchUserAgent("CrOS")};goog.labs.userAgent.platform.isChromecast=function(){return goog.labs.userAgent.util.matchUserAgent("CrKey")};goog.labs.userAgent.platform.isKaiOS=function(){return goog.labs.userAgent.util.matchUserAgentIgnoreCase("KaiOS")};goog.labs.userAgent.platform.isGo2Phone=function(){return goog.labs.userAgent.util.matchUserAgentIgnoreCase("GAFP")};
|
||||||
goog.labs.userAgent.platform.getVersion=function(){var a=goog.labs.userAgent.util.getUserAgent(),b="";goog.labs.userAgent.platform.isWindows()?(b=/Windows (?:NT|Phone) ([0-9.]+)/,b=(a=b.exec(a))?a[1]:"0.0"):goog.labs.userAgent.platform.isIos()?(b=/(?:iPhone|iPod|iPad|CPU)\s+OS\s+(\S+)/,b=(a=b.exec(a))&&a[1].replace(/_/g,".")):goog.labs.userAgent.platform.isMacintosh()?(b=/Mac OS X ([0-9_.]+)/,b=(a=b.exec(a))?a[1].replace(/_/g,"."):"10"):goog.labs.userAgent.platform.isAndroid()?(b=/Android\s+([^\);]+)(\)|;)/,
|
goog.labs.userAgent.platform.getVersion=function(){var a=goog.labs.userAgent.util.getUserAgent(),b="";goog.labs.userAgent.platform.isWindows()?(b=/Windows (?:NT|Phone) ([0-9.]+)/,b=(a=b.exec(a))?a[1]:"0.0"):goog.labs.userAgent.platform.isIos()?(b=/(?:iPhone|iPod|iPad|CPU)\s+OS\s+(\S+)/,b=(a=b.exec(a))&&a[1].replace(/_/g,".")):goog.labs.userAgent.platform.isMacintosh()?(b=/Mac OS X ([0-9_.]+)/,b=(a=b.exec(a))?a[1].replace(/_/g,"."):"10"):goog.labs.userAgent.platform.isKaiOS()?(b=/(?:KaiOS)\/(\S+)/i,
|
||||||
b=(a=b.exec(a))&&a[1]):goog.labs.userAgent.platform.isChromeOS()&&(b=/(?:CrOS\s+(?:i686|x86_64)\s+([0-9.]+))/,b=(a=b.exec(a))&&a[1]);return b||""};goog.labs.userAgent.platform.isVersionOrHigher=function(a){return 0<=goog.string.compareVersions(goog.labs.userAgent.platform.getVersion(),a)};goog.reflect={};goog.reflect.object=function(a,b){return b};goog.reflect.objectProperty=function(a,b){return a};goog.reflect.sinkValue=function(a){goog.reflect.sinkValue[" "](a);return a};goog.reflect.sinkValue[" "]=goog.nullFunction;goog.reflect.canAccessProperty=function(a,b){try{return goog.reflect.sinkValue(a[b]),!0}catch(c){}return!1};goog.reflect.cache=function(a,b,c,d){d=d?d(b):b;return Object.prototype.hasOwnProperty.call(a,d)?a[d]:a[d]=c(b)};goog.userAgent={};goog.userAgent.ASSUME_IE=!1;goog.userAgent.ASSUME_EDGE=!1;goog.userAgent.ASSUME_GECKO=!1;goog.userAgent.ASSUME_WEBKIT=!1;goog.userAgent.ASSUME_MOBILE_WEBKIT=!1;goog.userAgent.ASSUME_OPERA=!1;goog.userAgent.ASSUME_ANY_VERSION=!1;goog.userAgent.BROWSER_KNOWN_=goog.userAgent.ASSUME_IE||goog.userAgent.ASSUME_EDGE||goog.userAgent.ASSUME_GECKO||goog.userAgent.ASSUME_MOBILE_WEBKIT||goog.userAgent.ASSUME_WEBKIT||goog.userAgent.ASSUME_OPERA;goog.userAgent.getUserAgentString=function(){return goog.labs.userAgent.util.getUserAgent()};
|
b=(a=b.exec(a))&&a[1]):goog.labs.userAgent.platform.isAndroid()?(b=/Android\s+([^\);]+)(\)|;)/,b=(a=b.exec(a))&&a[1]):goog.labs.userAgent.platform.isChromeOS()&&(b=/(?:CrOS\s+(?:i686|x86_64)\s+([0-9.]+))/,b=(a=b.exec(a))&&a[1]);return b||""};goog.labs.userAgent.platform.isVersionOrHigher=function(a){return 0<=goog.string.compareVersions(goog.labs.userAgent.platform.getVersion(),a)};goog.reflect={};goog.reflect.object=function(a,b){return b};goog.reflect.objectProperty=function(a,b){return a};goog.reflect.sinkValue=function(a){goog.reflect.sinkValue[" "](a);return a};goog.reflect.sinkValue[" "]=goog.nullFunction;goog.reflect.canAccessProperty=function(a,b){try{return goog.reflect.sinkValue(a[b]),!0}catch(c){}return!1};goog.reflect.cache=function(a,b,c,d){d=d?d(b):b;return Object.prototype.hasOwnProperty.call(a,d)?a[d]:a[d]=c(b)};goog.userAgent={};goog.userAgent.ASSUME_IE=!1;goog.userAgent.ASSUME_EDGE=!1;goog.userAgent.ASSUME_GECKO=!1;goog.userAgent.ASSUME_WEBKIT=!1;goog.userAgent.ASSUME_MOBILE_WEBKIT=!1;goog.userAgent.ASSUME_OPERA=!1;goog.userAgent.ASSUME_ANY_VERSION=!1;goog.userAgent.BROWSER_KNOWN_=goog.userAgent.ASSUME_IE||goog.userAgent.ASSUME_EDGE||goog.userAgent.ASSUME_GECKO||goog.userAgent.ASSUME_MOBILE_WEBKIT||goog.userAgent.ASSUME_WEBKIT||goog.userAgent.ASSUME_OPERA;goog.userAgent.getUserAgentString=function(){return goog.labs.userAgent.util.getUserAgent()};
|
||||||
goog.userAgent.getNavigatorTyped=function(){return goog.global.navigator||null};goog.userAgent.getNavigator=function(){return goog.userAgent.getNavigatorTyped()};goog.userAgent.OPERA=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_OPERA:goog.labs.userAgent.browser.isOpera();goog.userAgent.IE=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_IE:goog.labs.userAgent.browser.isIE();goog.userAgent.EDGE=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_EDGE:goog.labs.userAgent.engine.isEdge();
|
goog.userAgent.getNavigatorTyped=function(){return goog.global.navigator||null};goog.userAgent.getNavigator=function(){return goog.userAgent.getNavigatorTyped()};goog.userAgent.OPERA=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_OPERA:goog.labs.userAgent.browser.isOpera();goog.userAgent.IE=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_IE:goog.labs.userAgent.browser.isIE();goog.userAgent.EDGE=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_EDGE:goog.labs.userAgent.engine.isEdge();
|
||||||
goog.userAgent.EDGE_OR_IE=goog.userAgent.EDGE||goog.userAgent.IE;goog.userAgent.GECKO=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_GECKO:goog.labs.userAgent.engine.isGecko();goog.userAgent.WEBKIT=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_WEBKIT||goog.userAgent.ASSUME_MOBILE_WEBKIT:goog.labs.userAgent.engine.isWebKit();goog.userAgent.isMobile_=function(){return goog.userAgent.WEBKIT&&goog.labs.userAgent.util.matchUserAgent("Mobile")};
|
goog.userAgent.EDGE_OR_IE=goog.userAgent.EDGE||goog.userAgent.IE;goog.userAgent.GECKO=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_GECKO:goog.labs.userAgent.engine.isGecko();goog.userAgent.WEBKIT=goog.userAgent.BROWSER_KNOWN_?goog.userAgent.ASSUME_WEBKIT||goog.userAgent.ASSUME_MOBILE_WEBKIT:goog.labs.userAgent.engine.isWebKit();goog.userAgent.isMobile_=function(){return goog.userAgent.WEBKIT&&goog.labs.userAgent.util.matchUserAgent("Mobile")};
|
||||||
goog.userAgent.MOBILE=goog.userAgent.ASSUME_MOBILE_WEBKIT||goog.userAgent.isMobile_();goog.userAgent.SAFARI=goog.userAgent.WEBKIT;goog.userAgent.determinePlatform_=function(){var a=goog.userAgent.getNavigatorTyped();return a&&a.platform||""};goog.userAgent.PLATFORM=goog.userAgent.determinePlatform_();goog.userAgent.ASSUME_MAC=!1;goog.userAgent.ASSUME_WINDOWS=!1;goog.userAgent.ASSUME_LINUX=!1;goog.userAgent.ASSUME_X11=!1;goog.userAgent.ASSUME_ANDROID=!1;goog.userAgent.ASSUME_IPHONE=!1;
|
goog.userAgent.MOBILE=goog.userAgent.ASSUME_MOBILE_WEBKIT||goog.userAgent.isMobile_();goog.userAgent.SAFARI=goog.userAgent.WEBKIT;goog.userAgent.determinePlatform_=function(){var a=goog.userAgent.getNavigatorTyped();return a&&a.platform||""};goog.userAgent.PLATFORM=goog.userAgent.determinePlatform_();goog.userAgent.ASSUME_MAC=!1;goog.userAgent.ASSUME_WINDOWS=!1;goog.userAgent.ASSUME_LINUX=!1;goog.userAgent.ASSUME_X11=!1;goog.userAgent.ASSUME_ANDROID=!1;goog.userAgent.ASSUME_IPHONE=!1;
|
||||||
|
@ -242,8 +242,8 @@ goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessO
|
||||||
goog.html.TrustedResourceUrl.stringifyParams_=function(a,b,c){if(null==c)return b;if(goog.isString(c))return c?a+encodeURIComponent(c):"";for(var d in c){var e=c[d];e=goog.isArray(e)?e:[e];for(var f=0;f<e.length;f++){var g=e[f];null!=g&&(b||(b=a),b+=(b.length>a.length?"&":"")+encodeURIComponent(d)+"="+encodeURIComponent(String(g)))}}return b};goog.html.SafeUrl=function(){this.privateDoNotAccessOrElseSafeUrlWrappedValue_="";this.SAFE_URL_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_=goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_};goog.html.SafeUrl.INNOCUOUS_STRING="about:invalid#zClosurez";goog.html.SafeUrl.prototype.implementsGoogStringTypedString=!0;goog.html.SafeUrl.prototype.getTypedStringValue=function(){return this.privateDoNotAccessOrElseSafeUrlWrappedValue_.toString()};
|
goog.html.TrustedResourceUrl.stringifyParams_=function(a,b,c){if(null==c)return b;if(goog.isString(c))return c?a+encodeURIComponent(c):"";for(var d in c){var e=c[d];e=goog.isArray(e)?e:[e];for(var f=0;f<e.length;f++){var g=e[f];null!=g&&(b||(b=a),b+=(b.length>a.length?"&":"")+encodeURIComponent(d)+"="+encodeURIComponent(String(g)))}}return b};goog.html.SafeUrl=function(){this.privateDoNotAccessOrElseSafeUrlWrappedValue_="";this.SAFE_URL_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_=goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_};goog.html.SafeUrl.INNOCUOUS_STRING="about:invalid#zClosurez";goog.html.SafeUrl.prototype.implementsGoogStringTypedString=!0;goog.html.SafeUrl.prototype.getTypedStringValue=function(){return this.privateDoNotAccessOrElseSafeUrlWrappedValue_.toString()};
|
||||||
goog.html.SafeUrl.prototype.implementsGoogI18nBidiDirectionalString=!0;goog.html.SafeUrl.prototype.getDirection=function(){return goog.i18n.bidi.Dir.LTR};goog.DEBUG&&(goog.html.SafeUrl.prototype.toString=function(){return"SafeUrl{"+this.privateDoNotAccessOrElseSafeUrlWrappedValue_+"}"});goog.html.SafeUrl.unwrap=function(a){return goog.html.SafeUrl.unwrapTrustedURL(a).toString()};
|
goog.html.SafeUrl.prototype.implementsGoogI18nBidiDirectionalString=!0;goog.html.SafeUrl.prototype.getDirection=function(){return goog.i18n.bidi.Dir.LTR};goog.DEBUG&&(goog.html.SafeUrl.prototype.toString=function(){return"SafeUrl{"+this.privateDoNotAccessOrElseSafeUrlWrappedValue_+"}"});goog.html.SafeUrl.unwrap=function(a){return goog.html.SafeUrl.unwrapTrustedURL(a).toString()};
|
||||||
goog.html.SafeUrl.unwrapTrustedURL=function(a){if(a instanceof goog.html.SafeUrl&&a.constructor===goog.html.SafeUrl&&a.SAFE_URL_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_===goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_)return a.privateDoNotAccessOrElseSafeUrlWrappedValue_;goog.asserts.fail("expected object of type SafeUrl, got '"+a+"' of type "+goog.typeOf(a));return"type_error:SafeUrl"};goog.html.SafeUrl.fromConstant=function(a){return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(goog.string.Const.unwrap(a))};
|
goog.html.SafeUrl.unwrapTrustedURL=function(a){if(a instanceof goog.html.SafeUrl&&a.constructor===goog.html.SafeUrl&&a.SAFE_URL_TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_===goog.html.SafeUrl.TYPE_MARKER_GOOG_HTML_SECURITY_PRIVATE_)return a.privateDoNotAccessOrElseSafeUrlWrappedValue_;goog.asserts.fail("expected object of type SafeUrl, got '"+a+"' of type "+goog.typeOf(a));return"type_error:SafeUrl"};goog.html.SafeUrl.fromConstant=function(a){return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(goog.string.Const.unwrap(a))};
|
||||||
goog.html.SAFE_MIME_TYPE_PATTERN_=/^(?:audio\/(?:3gpp2|3gpp|aac|L16|midi|mp3|mp4|mpeg|oga|ogg|opus|x-m4a|x-wav|wav|webm)|image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp|x-icon)|text\/csv|video\/(?:mpeg|mp4|ogg|webm|quicktime))$/i;goog.html.SafeUrl.fromBlob=function(a){a=goog.html.SAFE_MIME_TYPE_PATTERN_.test(a.type)?goog.fs.url.createObjectUrl(a):goog.html.SafeUrl.INNOCUOUS_STRING;return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(a)};goog.html.DATA_URL_PATTERN_=/^data:([^;,]*);base64,[a-z0-9+\/]+=*$/i;
|
goog.html.SAFE_MIME_TYPE_PATTERN_=/^(?:audio\/(?:3gpp2|3gpp|aac|L16|midi|mp3|mp4|mpeg|oga|ogg|opus|x-m4a|x-wav|wav|webm)|image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp|x-icon)|text\/csv|video\/(?:mpeg|mp4|ogg|webm|quicktime))$/i;goog.html.SafeUrl.isSafeMimeType=function(a){return goog.html.SAFE_MIME_TYPE_PATTERN_.test(a)};goog.html.SafeUrl.fromBlob=function(a){a=goog.html.SAFE_MIME_TYPE_PATTERN_.test(a.type)?goog.fs.url.createObjectUrl(a):goog.html.SafeUrl.INNOCUOUS_STRING;return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(a)};
|
||||||
goog.html.SafeUrl.fromDataUrl=function(a){a=a.replace(/(%0A|%0D)/g,"");var b=a.match(goog.html.DATA_URL_PATTERN_);b=b&&goog.html.SAFE_MIME_TYPE_PATTERN_.test(b[1]);return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(b?a:goog.html.SafeUrl.INNOCUOUS_STRING)};goog.html.SafeUrl.fromTelUrl=function(a){goog.string.internal.caseInsensitiveStartsWith(a,"tel:")||(a=goog.html.SafeUrl.INNOCUOUS_STRING);return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(a)};
|
goog.html.DATA_URL_PATTERN_=/^data:([^;,]*);base64,[a-z0-9+\/]+=*$/i;goog.html.SafeUrl.fromDataUrl=function(a){a=a.replace(/(%0A|%0D)/g,"");var b=a.match(goog.html.DATA_URL_PATTERN_);b=b&&goog.html.SAFE_MIME_TYPE_PATTERN_.test(b[1]);return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(b?a:goog.html.SafeUrl.INNOCUOUS_STRING)};goog.html.SafeUrl.fromTelUrl=function(a){goog.string.internal.caseInsensitiveStartsWith(a,"tel:")||(a=goog.html.SafeUrl.INNOCUOUS_STRING);return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(a)};
|
||||||
goog.html.SIP_URL_PATTERN_=/^sip[s]?:[+a-z0-9_.!$%&'*\/=^`{|}~-]+@([a-z0-9-]+\.)+[a-z0-9]{2,63}$/i;goog.html.SafeUrl.fromSipUrl=function(a){goog.html.SIP_URL_PATTERN_.test(decodeURIComponent(a))||(a=goog.html.SafeUrl.INNOCUOUS_STRING);return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(a)};goog.html.SafeUrl.fromFacebookMessengerUrl=function(a){goog.string.internal.caseInsensitiveStartsWith(a,"fb-messenger://share")||(a=goog.html.SafeUrl.INNOCUOUS_STRING);return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(a)};
|
goog.html.SIP_URL_PATTERN_=/^sip[s]?:[+a-z0-9_.!$%&'*\/=^`{|}~-]+@([a-z0-9-]+\.)+[a-z0-9]{2,63}$/i;goog.html.SafeUrl.fromSipUrl=function(a){goog.html.SIP_URL_PATTERN_.test(decodeURIComponent(a))||(a=goog.html.SafeUrl.INNOCUOUS_STRING);return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(a)};goog.html.SafeUrl.fromFacebookMessengerUrl=function(a){goog.string.internal.caseInsensitiveStartsWith(a,"fb-messenger://share")||(a=goog.html.SafeUrl.INNOCUOUS_STRING);return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(a)};
|
||||||
goog.html.SafeUrl.fromSmsUrl=function(a){goog.string.internal.caseInsensitiveStartsWith(a,"sms:")&&goog.html.SafeUrl.isSmsUrlBodyValid_(a)||(a=goog.html.SafeUrl.INNOCUOUS_STRING);return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(a)};goog.html.SafeUrl.isSmsUrlBodyValid_=function(a){var b=a.indexOf("#");0<b&&(a=a.substring(0,b));b=a.match(/[?&]body=/gi);if(!b)return!0;if(1<b.length)return!1;a=a.match(/[?&]body=([^&]*)/)[1];if(!a)return!0;try{decodeURIComponent(a)}catch(c){return!1}return/^(?:[a-z0-9\-_.~]|%[0-9a-f]{2})+$/i.test(a)};
|
goog.html.SafeUrl.fromSmsUrl=function(a){goog.string.internal.caseInsensitiveStartsWith(a,"sms:")&&goog.html.SafeUrl.isSmsUrlBodyValid_(a)||(a=goog.html.SafeUrl.INNOCUOUS_STRING);return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(a)};goog.html.SafeUrl.isSmsUrlBodyValid_=function(a){var b=a.indexOf("#");0<b&&(a=a.substring(0,b));b=a.match(/[?&]body=/gi);if(!b)return!0;if(1<b.length)return!1;a=a.match(/[?&]body=([^&]*)/)[1];if(!a)return!0;try{decodeURIComponent(a)}catch(c){return!1}return/^(?:[a-z0-9\-_.~]|%[0-9a-f]{2})+$/i.test(a)};
|
||||||
goog.html.SafeUrl.fromSshUrl=function(a){goog.string.internal.caseInsensitiveStartsWith(a,"ssh://")||(a=goog.html.SafeUrl.INNOCUOUS_STRING);return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(a)};goog.html.SafeUrl.sanitizeChromeExtensionUrl=function(a,b){return goog.html.SafeUrl.sanitizeExtensionUrl_(/^chrome-extension:\/\/([^\/]+)\//,a,b)};
|
goog.html.SafeUrl.fromSshUrl=function(a){goog.string.internal.caseInsensitiveStartsWith(a,"ssh://")||(a=goog.html.SafeUrl.INNOCUOUS_STRING);return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(a)};goog.html.SafeUrl.sanitizeChromeExtensionUrl=function(a,b){return goog.html.SafeUrl.sanitizeExtensionUrl_(/^chrome-extension:\/\/([^\/]+)\//,a,b)};
|
||||||
|
@ -611,13 +611,13 @@ goog.a11y.aria.getStateString=function(a,b){var c=a.getAttribute(goog.a11y.aria.
|
||||||
goog.a11y.aria.isContainerRole=function(a){a=goog.a11y.aria.getRole(a);return goog.array.contains(goog.a11y.aria.CONTAINER_ROLES_,a)};goog.a11y.aria.splitStringOnWhitespace_=function(a){return a?a.split(/\s+/):[]};goog.a11y.aria.getAriaAttributeName_=function(a){goog.asserts.ENABLE_ASSERTS&&(goog.asserts.assert(a,"ARIA attribute cannot be empty."),goog.asserts.assert(goog.object.containsValue(goog.a11y.aria.State,a),"No such ARIA attribute "+a));return goog.a11y.aria.ARIA_PREFIX_+a};goog.events.KeyCodes={WIN_KEY_FF_LINUX:0,MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PLUS_SIGN:43,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,FF_SEMICOLON:59,FF_EQUALS:61,FF_DASH:173,FF_HASH:163,QUESTION_MARK:63,AT_SIGN:64,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,
|
goog.a11y.aria.isContainerRole=function(a){a=goog.a11y.aria.getRole(a);return goog.array.contains(goog.a11y.aria.CONTAINER_ROLES_,a)};goog.a11y.aria.splitStringOnWhitespace_=function(a){return a?a.split(/\s+/):[]};goog.a11y.aria.getAriaAttributeName_=function(a){goog.asserts.ENABLE_ASSERTS&&(goog.asserts.assert(a,"ARIA attribute cannot be empty."),goog.asserts.assert(goog.object.containsValue(goog.a11y.aria.State,a),"No such ARIA attribute "+a));return goog.a11y.aria.ARIA_PREFIX_+a};goog.events.KeyCodes={WIN_KEY_FF_LINUX:0,MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PLUS_SIGN:43,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,FF_SEMICOLON:59,FF_EQUALS:61,FF_DASH:173,FF_HASH:163,QUESTION_MARK:63,AT_SIGN:64,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,
|
||||||
N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SCROLL_LOCK:145,FIRST_MEDIA_KEY:166,LAST_MEDIA_KEY:183,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,
|
N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SCROLL_LOCK:145,FIRST_MEDIA_KEY:166,LAST_MEDIA_KEY:183,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,
|
||||||
PERIOD:190,SLASH:191,APOSTROPHE:192,TILDE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,MAC_WK_CMD_LEFT:91,MAC_WK_CMD_RIGHT:93,WIN_IME:229,VK_NONAME:252,PHANTOM:255};
|
PERIOD:190,SLASH:191,APOSTROPHE:192,TILDE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,MAC_WK_CMD_LEFT:91,MAC_WK_CMD_RIGHT:93,WIN_IME:229,VK_NONAME:252,PHANTOM:255};
|
||||||
goog.events.KeyCodes.isTextModifyingKeyEvent=function(a){if(a.altKey&&!a.ctrlKey||a.metaKey||a.keyCode>=goog.events.KeyCodes.F1&&a.keyCode<=goog.events.KeyCodes.F12)return!1;switch(a.keyCode){case goog.events.KeyCodes.ALT:case goog.events.KeyCodes.CAPS_LOCK:case goog.events.KeyCodes.CONTEXT_MENU:case goog.events.KeyCodes.CTRL:case goog.events.KeyCodes.DOWN:case goog.events.KeyCodes.END:case goog.events.KeyCodes.ESC:case goog.events.KeyCodes.HOME:case goog.events.KeyCodes.INSERT:case goog.events.KeyCodes.LEFT:case goog.events.KeyCodes.MAC_FF_META:case goog.events.KeyCodes.META:case goog.events.KeyCodes.NUMLOCK:case goog.events.KeyCodes.NUM_CENTER:case goog.events.KeyCodes.PAGE_DOWN:case goog.events.KeyCodes.PAGE_UP:case goog.events.KeyCodes.PAUSE:case goog.events.KeyCodes.PHANTOM:case goog.events.KeyCodes.PRINT_SCREEN:case goog.events.KeyCodes.RIGHT:case goog.events.KeyCodes.SCROLL_LOCK:case goog.events.KeyCodes.SHIFT:case goog.events.KeyCodes.UP:case goog.events.KeyCodes.VK_NONAME:case goog.events.KeyCodes.WIN_KEY:case goog.events.KeyCodes.WIN_KEY_RIGHT:return!1;case goog.events.KeyCodes.WIN_KEY_FF_LINUX:return!goog.userAgent.GECKO;
|
goog.events.KeyCodes.isTextModifyingKeyEvent=function(a){if(a.altKey&&!a.ctrlKey||a.metaKey||a.keyCode>=goog.events.KeyCodes.F1&&a.keyCode<=goog.events.KeyCodes.F12)return!1;if(goog.events.KeyCodes.isCharacterKey(a.keyCode))return!0;switch(a.keyCode){case goog.events.KeyCodes.ALT:case goog.events.KeyCodes.CAPS_LOCK:case goog.events.KeyCodes.CONTEXT_MENU:case goog.events.KeyCodes.CTRL:case goog.events.KeyCodes.DOWN:case goog.events.KeyCodes.END:case goog.events.KeyCodes.ESC:case goog.events.KeyCodes.HOME:case goog.events.KeyCodes.INSERT:case goog.events.KeyCodes.LEFT:case goog.events.KeyCodes.MAC_FF_META:case goog.events.KeyCodes.META:case goog.events.KeyCodes.NUMLOCK:case goog.events.KeyCodes.NUM_CENTER:case goog.events.KeyCodes.PAGE_DOWN:case goog.events.KeyCodes.PAGE_UP:case goog.events.KeyCodes.PAUSE:case goog.events.KeyCodes.PHANTOM:case goog.events.KeyCodes.PRINT_SCREEN:case goog.events.KeyCodes.RIGHT:case goog.events.KeyCodes.SCROLL_LOCK:case goog.events.KeyCodes.SHIFT:case goog.events.KeyCodes.UP:case goog.events.KeyCodes.VK_NONAME:case goog.events.KeyCodes.WIN_KEY:case goog.events.KeyCodes.WIN_KEY_RIGHT:return!1;case goog.events.KeyCodes.WIN_KEY_FF_LINUX:return!goog.userAgent.GECKO;
|
||||||
default:return a.keyCode<goog.events.KeyCodes.FIRST_MEDIA_KEY||a.keyCode>goog.events.KeyCodes.LAST_MEDIA_KEY}};
|
default:return a.keyCode<goog.events.KeyCodes.FIRST_MEDIA_KEY||a.keyCode>goog.events.KeyCodes.LAST_MEDIA_KEY}};
|
||||||
goog.events.KeyCodes.firesKeyPressEvent=function(a,b,c,d,e,f){if(goog.userAgent.WEBKIT&&!goog.userAgent.isVersionOrHigher("525"))return!0;if(goog.userAgent.MAC&&e)return goog.events.KeyCodes.isCharacterKey(a);if(e&&!d)return!1;if(!goog.userAgent.GECKO){goog.isNumber(b)&&(b=goog.events.KeyCodes.normalizeKeyCode(b));var g=b==goog.events.KeyCodes.CTRL||b==goog.events.KeyCodes.ALT||goog.userAgent.MAC&&b==goog.events.KeyCodes.META,h=b==goog.events.KeyCodes.SHIFT&&(d||f);if((!c||goog.userAgent.MAC)&&g||
|
goog.events.KeyCodes.firesKeyPressEvent=function(a,b,c,d,e,f){if(goog.userAgent.WEBKIT&&!goog.userAgent.isVersionOrHigher("525"))return!0;if(goog.userAgent.MAC&&e)return goog.events.KeyCodes.isCharacterKey(a);if(e&&!d)return!1;if(!goog.userAgent.GECKO){goog.isNumber(b)&&(b=goog.events.KeyCodes.normalizeKeyCode(b));var g=b==goog.events.KeyCodes.CTRL||b==goog.events.KeyCodes.ALT||goog.userAgent.MAC&&b==goog.events.KeyCodes.META,h=b==goog.events.KeyCodes.SHIFT&&(d||f);if((!c||goog.userAgent.MAC)&&g||
|
||||||
goog.userAgent.MAC&&h)return!1}if((goog.userAgent.WEBKIT||goog.userAgent.EDGE)&&d&&c)switch(a){case goog.events.KeyCodes.BACKSLASH:case goog.events.KeyCodes.OPEN_SQUARE_BRACKET:case goog.events.KeyCodes.CLOSE_SQUARE_BRACKET:case goog.events.KeyCodes.TILDE:case goog.events.KeyCodes.SEMICOLON:case goog.events.KeyCodes.DASH:case goog.events.KeyCodes.EQUALS:case goog.events.KeyCodes.COMMA:case goog.events.KeyCodes.PERIOD:case goog.events.KeyCodes.SLASH:case goog.events.KeyCodes.APOSTROPHE:case goog.events.KeyCodes.SINGLE_QUOTE:return!1}if(goog.userAgent.IE&&
|
goog.userAgent.MAC&&h)return!1}if((goog.userAgent.WEBKIT||goog.userAgent.EDGE)&&d&&c)switch(a){case goog.events.KeyCodes.BACKSLASH:case goog.events.KeyCodes.OPEN_SQUARE_BRACKET:case goog.events.KeyCodes.CLOSE_SQUARE_BRACKET:case goog.events.KeyCodes.TILDE:case goog.events.KeyCodes.SEMICOLON:case goog.events.KeyCodes.DASH:case goog.events.KeyCodes.EQUALS:case goog.events.KeyCodes.COMMA:case goog.events.KeyCodes.PERIOD:case goog.events.KeyCodes.SLASH:case goog.events.KeyCodes.APOSTROPHE:case goog.events.KeyCodes.SINGLE_QUOTE:return!1}if(goog.userAgent.IE&&
|
||||||
d&&b==a)return!1;switch(a){case goog.events.KeyCodes.ENTER:return goog.userAgent.GECKO?f||e?!1:!(c&&d):!0;case goog.events.KeyCodes.ESC:return!(goog.userAgent.WEBKIT||goog.userAgent.EDGE||goog.userAgent.GECKO)}return goog.userAgent.GECKO&&(d||e||f)?!1:goog.events.KeyCodes.isCharacterKey(a)};
|
d&&b==a)return!1;switch(a){case goog.events.KeyCodes.ENTER:return goog.userAgent.GECKO?f||e?!1:!(c&&d):!0;case goog.events.KeyCodes.ESC:return!(goog.userAgent.WEBKIT||goog.userAgent.EDGE||goog.userAgent.GECKO)}return goog.userAgent.GECKO&&(d||e||f)?!1:goog.events.KeyCodes.isCharacterKey(a)};
|
||||||
goog.events.KeyCodes.isCharacterKey=function(a){if(a>=goog.events.KeyCodes.ZERO&&a<=goog.events.KeyCodes.NINE||a>=goog.events.KeyCodes.NUM_ZERO&&a<=goog.events.KeyCodes.NUM_MULTIPLY||a>=goog.events.KeyCodes.A&&a<=goog.events.KeyCodes.Z||(goog.userAgent.WEBKIT||goog.userAgent.EDGE)&&0==a)return!0;switch(a){case goog.events.KeyCodes.SPACE:case goog.events.KeyCodes.PLUS_SIGN:case goog.events.KeyCodes.QUESTION_MARK:case goog.events.KeyCodes.AT_SIGN:case goog.events.KeyCodes.NUM_PLUS:case goog.events.KeyCodes.NUM_MINUS:case goog.events.KeyCodes.NUM_PERIOD:case goog.events.KeyCodes.NUM_DIVISION:case goog.events.KeyCodes.SEMICOLON:case goog.events.KeyCodes.FF_SEMICOLON:case goog.events.KeyCodes.DASH:case goog.events.KeyCodes.EQUALS:case goog.events.KeyCodes.FF_EQUALS:case goog.events.KeyCodes.COMMA:case goog.events.KeyCodes.PERIOD:case goog.events.KeyCodes.SLASH:case goog.events.KeyCodes.APOSTROPHE:case goog.events.KeyCodes.SINGLE_QUOTE:case goog.events.KeyCodes.OPEN_SQUARE_BRACKET:case goog.events.KeyCodes.BACKSLASH:case goog.events.KeyCodes.CLOSE_SQUARE_BRACKET:case goog.events.KeyCodes.FF_HASH:return!0;
|
goog.events.KeyCodes.isCharacterKey=function(a){if(a>=goog.events.KeyCodes.ZERO&&a<=goog.events.KeyCodes.NINE||a>=goog.events.KeyCodes.NUM_ZERO&&a<=goog.events.KeyCodes.NUM_MULTIPLY||a>=goog.events.KeyCodes.A&&a<=goog.events.KeyCodes.Z||(goog.userAgent.WEBKIT||goog.userAgent.EDGE)&&0==a)return!0;switch(a){case goog.events.KeyCodes.SPACE:case goog.events.KeyCodes.PLUS_SIGN:case goog.events.KeyCodes.QUESTION_MARK:case goog.events.KeyCodes.AT_SIGN:case goog.events.KeyCodes.NUM_PLUS:case goog.events.KeyCodes.NUM_MINUS:case goog.events.KeyCodes.NUM_PERIOD:case goog.events.KeyCodes.NUM_DIVISION:case goog.events.KeyCodes.SEMICOLON:case goog.events.KeyCodes.FF_SEMICOLON:case goog.events.KeyCodes.DASH:case goog.events.KeyCodes.EQUALS:case goog.events.KeyCodes.FF_EQUALS:case goog.events.KeyCodes.COMMA:case goog.events.KeyCodes.PERIOD:case goog.events.KeyCodes.SLASH:case goog.events.KeyCodes.APOSTROPHE:case goog.events.KeyCodes.SINGLE_QUOTE:case goog.events.KeyCodes.OPEN_SQUARE_BRACKET:case goog.events.KeyCodes.BACKSLASH:case goog.events.KeyCodes.CLOSE_SQUARE_BRACKET:case goog.events.KeyCodes.FF_HASH:return!0;
|
||||||
default:return!1}};goog.events.KeyCodes.normalizeKeyCode=function(a){return goog.userAgent.GECKO?goog.events.KeyCodes.normalizeGeckoKeyCode(a):goog.userAgent.MAC&&goog.userAgent.WEBKIT?goog.events.KeyCodes.normalizeMacWebKitKeyCode(a):a};
|
case goog.events.KeyCodes.FF_DASH:return goog.userAgent.GECKO;default:return!1}};goog.events.KeyCodes.normalizeKeyCode=function(a){return goog.userAgent.GECKO?goog.events.KeyCodes.normalizeGeckoKeyCode(a):goog.userAgent.MAC&&goog.userAgent.WEBKIT?goog.events.KeyCodes.normalizeMacWebKitKeyCode(a):a};
|
||||||
goog.events.KeyCodes.normalizeGeckoKeyCode=function(a){switch(a){case goog.events.KeyCodes.FF_EQUALS:return goog.events.KeyCodes.EQUALS;case goog.events.KeyCodes.FF_SEMICOLON:return goog.events.KeyCodes.SEMICOLON;case goog.events.KeyCodes.FF_DASH:return goog.events.KeyCodes.DASH;case goog.events.KeyCodes.MAC_FF_META:return goog.events.KeyCodes.META;case goog.events.KeyCodes.WIN_KEY_FF_LINUX:return goog.events.KeyCodes.WIN_KEY;default:return a}};
|
goog.events.KeyCodes.normalizeGeckoKeyCode=function(a){switch(a){case goog.events.KeyCodes.FF_EQUALS:return goog.events.KeyCodes.EQUALS;case goog.events.KeyCodes.FF_SEMICOLON:return goog.events.KeyCodes.SEMICOLON;case goog.events.KeyCodes.FF_DASH:return goog.events.KeyCodes.DASH;case goog.events.KeyCodes.MAC_FF_META:return goog.events.KeyCodes.META;case goog.events.KeyCodes.WIN_KEY_FF_LINUX:return goog.events.KeyCodes.WIN_KEY;default:return a}};
|
||||||
goog.events.KeyCodes.normalizeMacWebKitKeyCode=function(a){switch(a){case goog.events.KeyCodes.MAC_WK_CMD_RIGHT:return goog.events.KeyCodes.META;default:return a}};goog.events.KeyHandler=function(a,b){goog.events.EventTarget.call(this);a&&this.attach(a,b)};goog.inherits(goog.events.KeyHandler,goog.events.EventTarget);goog.events.KeyHandler.prototype.element_=null;goog.events.KeyHandler.prototype.keyPressKey_=null;goog.events.KeyHandler.prototype.keyDownKey_=null;goog.events.KeyHandler.prototype.keyUpKey_=null;goog.events.KeyHandler.prototype.lastKey_=-1;goog.events.KeyHandler.prototype.keyCode_=-1;goog.events.KeyHandler.prototype.altKey_=!1;
|
goog.events.KeyCodes.normalizeMacWebKitKeyCode=function(a){switch(a){case goog.events.KeyCodes.MAC_WK_CMD_RIGHT:return goog.events.KeyCodes.META;default:return a}};goog.events.KeyHandler=function(a,b){goog.events.EventTarget.call(this);a&&this.attach(a,b)};goog.inherits(goog.events.KeyHandler,goog.events.EventTarget);goog.events.KeyHandler.prototype.element_=null;goog.events.KeyHandler.prototype.keyPressKey_=null;goog.events.KeyHandler.prototype.keyDownKey_=null;goog.events.KeyHandler.prototype.keyUpKey_=null;goog.events.KeyHandler.prototype.lastKey_=-1;goog.events.KeyHandler.prototype.keyCode_=-1;goog.events.KeyHandler.prototype.altKey_=!1;
|
||||||
goog.events.KeyHandler.EventType={KEY:"key"};
|
goog.events.KeyHandler.EventType={KEY:"key"};
|
||||||
|
|
|
@ -291,7 +291,7 @@ Blockly.Blocks['sensebox_sensor_sound'] = {
|
||||||
this.setColour(Blockly.Blocks.sensebox.HUE);
|
this.setColour(Blockly.Blocks.sensebox.HUE);
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.appendField(Blockly.Msg.senseBox_sound)
|
.appendField(Blockly.Msg.senseBox_sound)
|
||||||
.appendField("PIN:")
|
.appendField("Pin:")
|
||||||
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.analogPins), "PIN")
|
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.analogPins), "PIN")
|
||||||
this.setOutput(true, Blockly.Types.NUMBER.output);
|
this.setOutput(true, Blockly.Types.NUMBER.output);
|
||||||
this.setHelpUrl(Blockly.Msg.senseBox_sound_tip);
|
this.setHelpUrl(Blockly.Msg.senseBox_sound_tip);
|
||||||
|
@ -328,7 +328,7 @@ Blockly.Blocks['sensebox_wifi'] = {
|
||||||
.appendField(Blockly.Msg.senseBox_wifi_connect);
|
.appendField(Blockly.Msg.senseBox_wifi_connect);
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.setAlign(Blockly.ALIGN_LEFT)
|
.setAlign(Blockly.ALIGN_LEFT)
|
||||||
.appendField("SSID")
|
.appendField(Blockly.Msg.senseBox_wifi_ssid)
|
||||||
.appendField(new Blockly.FieldTextInput("SSID"), "SSID");
|
.appendField(new Blockly.FieldTextInput("SSID"), "SSID");
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.setAlign(Blockly.ALIGN_LEFT)
|
.setAlign(Blockly.ALIGN_LEFT)
|
||||||
|
@ -368,7 +368,7 @@ Blockly.Blocks['sensebox_wifi'] = {
|
||||||
.appendField(Blockly.Msg.senseBox_wifi_startap);
|
.appendField(Blockly.Msg.senseBox_wifi_startap);
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.setAlign(Blockly.ALIGN_LEFT)
|
.setAlign(Blockly.ALIGN_LEFT)
|
||||||
.appendField("SSID")
|
.appendField(Blockly.Msg.senseBox_wifi_ssid)
|
||||||
.appendField(new Blockly.FieldTextInput("SSID"), "SSID");
|
.appendField(new Blockly.FieldTextInput("SSID"), "SSID");
|
||||||
this.setPreviousStatement(true, null);
|
this.setPreviousStatement(true, null);
|
||||||
this.setNextStatement(true, null);
|
this.setNextStatement(true, null);
|
||||||
|
@ -395,8 +395,8 @@ Blockly.Blocks['sensebox_wifi'] = {
|
||||||
.appendField(Blockly.Msg.senseBox_osem_connection);
|
.appendField(Blockly.Msg.senseBox_osem_connection);
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.setAlign(Blockly.ALIGN_LEFT)
|
.setAlign(Blockly.ALIGN_LEFT)
|
||||||
.appendField("BoxID")
|
.appendField("senseBox ID")
|
||||||
.appendField(new Blockly.FieldTextInput("BoxID"), "BoxID");
|
.appendField(new Blockly.FieldTextInput("senseBox ID"), "BoxID");
|
||||||
this.appendStatementInput('DO')
|
this.appendStatementInput('DO')
|
||||||
.appendField(Blockly.Msg.senseBox_sensor)
|
.appendField(Blockly.Msg.senseBox_sensor)
|
||||||
.setCheck(null);
|
.setCheck(null);
|
||||||
|
@ -413,8 +413,8 @@ Blockly.Blocks['sensebox_wifi'] = {
|
||||||
.appendField(Blockly.Msg.senseBox_send_to_osem);
|
.appendField(Blockly.Msg.senseBox_send_to_osem);
|
||||||
this.appendValueInput('Value')
|
this.appendValueInput('Value')
|
||||||
.setCheck(null)
|
.setCheck(null)
|
||||||
.appendField('SensorID')
|
.appendField('Sensor ID')
|
||||||
.appendField(new Blockly.FieldTextInput('SensorID'), 'SensorID');
|
.appendField(new Blockly.FieldTextInput('Sensor ID'), 'SensorID');
|
||||||
this.setPreviousStatement(true, null);
|
this.setPreviousStatement(true, null);
|
||||||
this.setNextStatement(true, null);
|
this.setNextStatement(true, null);
|
||||||
},
|
},
|
||||||
|
@ -499,7 +499,7 @@ Blockly.Blocks['sensebox_poti'] = {
|
||||||
this.setColour(Blockly.Blocks.sensebox.HUE);
|
this.setColour(Blockly.Blocks.sensebox.HUE);
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.appendField(Blockly.Msg.senseBox_poti)
|
.appendField(Blockly.Msg.senseBox_poti)
|
||||||
.appendField("PIN:")
|
.appendField("Pin:")
|
||||||
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.analogPins), "PIN")
|
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.analogPins), "PIN")
|
||||||
this.setOutput(true, Blockly.Types.NUMBER.output);
|
this.setOutput(true, Blockly.Types.NUMBER.output);
|
||||||
this.setTooltip(Blockly.Msg.senseBox_poti_tip);
|
this.setTooltip(Blockly.Msg.senseBox_poti_tip);
|
||||||
|
@ -514,7 +514,7 @@ Blockly.Blocks['sensebox_foto'] = {
|
||||||
this.setColour(Blockly.Blocks.sensebox.HUE);
|
this.setColour(Blockly.Blocks.sensebox.HUE);
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.appendField(Blockly.Msg.senseBox_foto)
|
.appendField(Blockly.Msg.senseBox_foto)
|
||||||
.appendField("PIN:")
|
.appendField("Pin:")
|
||||||
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.analogPins), "PIN")
|
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.analogPins), "PIN")
|
||||||
this.setOutput(true, Blockly.Types.NUMBER.output);
|
this.setOutput(true, Blockly.Types.NUMBER.output);
|
||||||
this.setTooltip(Blockly.Msg.senseBox_foto_tip);
|
this.setTooltip(Blockly.Msg.senseBox_foto_tip);
|
||||||
|
@ -529,7 +529,7 @@ Blockly.Blocks['sensebox_rgb_led'] = {
|
||||||
this.setColour(Blockly.Blocks.sensebox.HUE);
|
this.setColour(Blockly.Blocks.sensebox.HUE);
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.appendField(Blockly.Msg.senseBox_rgb_led)
|
.appendField(Blockly.Msg.senseBox_rgb_led)
|
||||||
.appendField("PIN:")
|
.appendField("Pin:")
|
||||||
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins), "PIN")
|
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins), "PIN")
|
||||||
this.appendValueInput("RED", 'Number')
|
this.appendValueInput("RED", 'Number')
|
||||||
.appendField(Blockly.Msg.COLOUR_RGB_RED);//Blockly.Msg.senseBox_basic_red
|
.appendField(Blockly.Msg.COLOUR_RGB_RED);//Blockly.Msg.senseBox_basic_red
|
||||||
|
@ -549,7 +549,7 @@ Blockly.Blocks['sensebox_led'] = {
|
||||||
this.setColour(Blockly.Blocks.sensebox.HUE);
|
this.setColour(Blockly.Blocks.sensebox.HUE);
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.appendField(Blockly.Msg.senseBox_led)
|
.appendField(Blockly.Msg.senseBox_led)
|
||||||
.appendField("PIN:")
|
.appendField("Pin:")
|
||||||
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPinsLED), "PIN")
|
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPinsLED), "PIN")
|
||||||
.appendField(Blockly.Msg.senseBox_basic_state)
|
.appendField(Blockly.Msg.senseBox_basic_state)
|
||||||
.appendField(new Blockly.FieldDropdown([[Blockly.Msg.senseBox_on, "HIGH"], [Blockly.Msg.senseBox_off, "LOW"]]), "STAT");
|
.appendField(new Blockly.FieldDropdown([[Blockly.Msg.senseBox_on, "HIGH"], [Blockly.Msg.senseBox_off, "LOW"]]), "STAT");
|
||||||
|
@ -565,7 +565,7 @@ Blockly.Blocks['sensebox_button'] = {
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.appendField(Blockly.Msg.senseBox_button)
|
.appendField(Blockly.Msg.senseBox_button)
|
||||||
.appendField(new Blockly.FieldDropdown([[Blockly.Msg.senseBox_button_isPressed, "isPressed"], [Blockly.Msg.senseBox_button_wasPressed, "wasPressed"], [Blockly.Msg.senseBox_button_switch, "Switch"]]), "FUNCTION")
|
.appendField(new Blockly.FieldDropdown([[Blockly.Msg.senseBox_button_isPressed, "isPressed"], [Blockly.Msg.senseBox_button_wasPressed, "wasPressed"], [Blockly.Msg.senseBox_button_switch, "Switch"]]), "FUNCTION")
|
||||||
.appendField("PIN:")
|
.appendField("Pin:")
|
||||||
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPinsButton), "PIN");
|
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPinsButton), "PIN");
|
||||||
this.setOutput(true, Blockly.Types.BOOLEAN.output);
|
this.setOutput(true, Blockly.Types.BOOLEAN.output);
|
||||||
this.setColour(Blockly.Blocks.sensebox.HUE);
|
this.setColour(Blockly.Blocks.sensebox.HUE);
|
||||||
|
@ -576,22 +576,6 @@ Blockly.Blocks['sensebox_button'] = {
|
||||||
return Blockly.Types.BOOLEAN;
|
return Blockly.Types.BOOLEAN;
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
Blockly.Blocks['sensebox_piezo'] = {
|
|
||||||
init: function() {
|
|
||||||
this.appendDummyInput()
|
|
||||||
.appendField(Blockly.Msg.senseBox_piezo)
|
|
||||||
.appendField("PIN:")
|
|
||||||
.appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins), "PIN")
|
|
||||||
.appendField(Blockly.Msg.senseBox_basic_state)
|
|
||||||
.appendField(new Blockly.FieldDropdown([[Blockly.Msg.senseBox_on, "HIGH"], [Blockly.Msg.senseBox_off, "LOW"]]), "STAT");
|
|
||||||
this.setPreviousStatement(true, null);
|
|
||||||
this.setNextStatement(true, null);
|
|
||||||
this.setColour(Blockly.Blocks.sensebox.HUE);
|
|
||||||
this.setTooltip(Blockly.Msg.senseBox_piezo_tip);
|
|
||||||
this.setHelpUrl('https://sensebox.de/books');
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Block for Sparkfun Soil Moisture Sensor
|
* Block for Sparkfun Soil Moisture Sensor
|
||||||
*
|
*
|
||||||
|
@ -1023,25 +1007,6 @@ Blockly.Blocks['sensebox_display_drawRectangle'] = {
|
||||||
return Blockly.Types.DECIMAL;
|
return Blockly.Types.DECIMAL;
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
Blockly.Blocks['sensebox_interval_timer'] = {
|
|
||||||
init: function() {
|
|
||||||
this.setTooltip(Blockly.Msg.senseBox_interval_timer_tip);
|
|
||||||
this.setHelpUrl('');
|
|
||||||
this.setColour(Blockly.Blocks.sensebox.HUE);
|
|
||||||
this.appendDummyInput()
|
|
||||||
.appendField(Blockly.Msg.senseBox_interval_timer);
|
|
||||||
this.appendDummyInput()
|
|
||||||
.setAlign(Blockly.ALIGN_LEFT)
|
|
||||||
.appendField(new Blockly.FieldTextInput("1000"), "interval")
|
|
||||||
.appendField(Blockly.Msg.senseBox_interval);
|
|
||||||
this.appendStatementInput('DO')
|
|
||||||
.setCheck(null);
|
|
||||||
this.setPreviousStatement(true, null);
|
|
||||||
this.setNextStatement(true, null);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Webserver Blocks By Lucas Steinmann
|
* Webserver Blocks By Lucas Steinmann
|
||||||
* */
|
* */
|
||||||
|
|
|
@ -115,3 +115,22 @@ Blockly.Blocks['infinite_loop'] = {
|
||||||
this.setTooltip(Blockly.Msg.ARD_TIME_INF_TIP);
|
this.setTooltip(Blockly.Msg.ARD_TIME_INF_TIP);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Blockly.Blocks['sensebox_interval_timer'] = {
|
||||||
|
init: function() {
|
||||||
|
this.setTooltip(Blockly.Msg.senseBox_interval_timer_tip);
|
||||||
|
this.setInputsInline(true);
|
||||||
|
this.setHelpUrl('');
|
||||||
|
this.setColour(Blockly.Blocks.time.HUE);
|
||||||
|
this.appendDummyInput()
|
||||||
|
.appendField(Blockly.Msg.senseBox_interval_timer);
|
||||||
|
this.appendDummyInput()
|
||||||
|
.setAlign(Blockly.ALIGN_LEFT)
|
||||||
|
.appendField(new Blockly.FieldTextInput("10000"), "interval")
|
||||||
|
.appendField(Blockly.Msg.senseBox_interval);
|
||||||
|
this.appendStatementInput('DO')
|
||||||
|
.setCheck(null);
|
||||||
|
this.setPreviousStatement(true, null);
|
||||||
|
this.setNextStatement(true, null);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
|
@ -28,6 +28,8 @@ Blockly.Blocks['io_tone'] = {
|
||||||
this.appendValueInput("FREQUENCY")
|
this.appendValueInput("FREQUENCY")
|
||||||
.setCheck(Blockly.Types.NUMBER.checkList)
|
.setCheck(Blockly.Types.NUMBER.checkList)
|
||||||
.appendField(Blockly.Msg.ARD_TONEFREQ);
|
.appendField(Blockly.Msg.ARD_TONEFREQ);
|
||||||
|
this.appendDummyInput()
|
||||||
|
.appendField("Hz");
|
||||||
this.setInputsInline(true);
|
this.setInputsInline(true);
|
||||||
this.setPreviousStatement(true);
|
this.setPreviousStatement(true);
|
||||||
this.setNextStatement(true);
|
this.setNextStatement(true);
|
||||||
|
|
|
@ -511,7 +511,7 @@ Blockly.Blocks['logic_ternary'] = {
|
||||||
|
|
||||||
Blockly.Blocks['switch_case'] = {
|
Blockly.Blocks['switch_case'] = {
|
||||||
init: function() {
|
init: function() {
|
||||||
this.setColour(180);
|
this.setColour(Blockly.Blocks.logic.HUE);
|
||||||
this.setPreviousStatement(true);
|
this.setPreviousStatement(true);
|
||||||
this.setNextStatement(true);
|
this.setNextStatement(true);
|
||||||
this.appendValueInput('CONDITION')
|
this.appendValueInput('CONDITION')
|
||||||
|
@ -643,7 +643,7 @@ Blockly.Blocks['switch_case'] = {
|
||||||
|
|
||||||
Blockly.Blocks['control_case'] = {
|
Blockly.Blocks['control_case'] = {
|
||||||
init: function() {
|
init: function() {
|
||||||
this.setColour(180);
|
this.setColour(Blockly.Blocks.logic.HUE);
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.appendField(Blockly.Msg.cases_switch);
|
.appendField(Blockly.Msg.cases_switch);
|
||||||
this.appendStatementInput('STACK');
|
this.appendStatementInput('STACK');
|
||||||
|
@ -654,7 +654,7 @@ Blockly.Blocks['control_case'] = {
|
||||||
|
|
||||||
Blockly.Blocks['case_incaseof'] = {
|
Blockly.Blocks['case_incaseof'] = {
|
||||||
init: function() {
|
init: function() {
|
||||||
this.setColour(180);
|
this.setColour(Blockly.Blocks.logic.HUE);
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.appendField(Blockly.Msg.cases_add);
|
.appendField(Blockly.Msg.cases_add);
|
||||||
this.setPreviousStatement(true);
|
this.setPreviousStatement(true);
|
||||||
|
@ -666,7 +666,7 @@ Blockly.Blocks['case_incaseof'] = {
|
||||||
|
|
||||||
Blockly.Blocks['case_default'] = {
|
Blockly.Blocks['case_default'] = {
|
||||||
init: function() {
|
init: function() {
|
||||||
this.setColour(180);
|
this.setColour(Blockly.Blocks.logic.HUE);
|
||||||
this.appendDummyInput()
|
this.appendDummyInput()
|
||||||
.appendField('default');
|
.appendField('default');
|
||||||
this.setPreviousStatement(true);
|
this.setPreviousStatement(true);
|
||||||
|
|
|
@ -27,14 +27,14 @@ Blockly.Blocks.logic_boolean={init:function(){this.jsonInit({message0:"%1",args0
|
||||||
Blockly.Blocks.logic_null={init:function(){this.jsonInit({message0:Blockly.Msg.LOGIC_NULL,output:Blockly.Types.NULL.output,colour:Blockly.Blocks.logic.HUE,tooltip:Blockly.Msg.LOGIC_NULL_TOOLTIP,helpUrl:Blockly.Msg.LOGIC_NULL_HELPURL})},getBlockType:function(){return Blockly.Types.NULL}};
|
Blockly.Blocks.logic_null={init:function(){this.jsonInit({message0:Blockly.Msg.LOGIC_NULL,output:Blockly.Types.NULL.output,colour:Blockly.Blocks.logic.HUE,tooltip:Blockly.Msg.LOGIC_NULL_TOOLTIP,helpUrl:Blockly.Msg.LOGIC_NULL_HELPURL})},getBlockType:function(){return Blockly.Types.NULL}};
|
||||||
Blockly.Blocks.logic_ternary={init:function(){this.setHelpUrl(Blockly.Msg.LOGIC_TERNARY_HELPURL);this.setColour(Blockly.Blocks.logic.HUE);this.appendValueInput("IF").setCheck(Blockly.Types.BOOLEAN.checkList).appendField(Blockly.Msg.LOGIC_TERNARY_CONDITION);this.appendValueInput("THEN").appendField(Blockly.Msg.LOGIC_TERNARY_IF_TRUE);this.appendValueInput("ELSE").appendField(Blockly.Msg.LOGIC_TERNARY_IF_FALSE);this.setOutput(!0);this.setTooltip(Blockly.Msg.LOGIC_TERNARY_TOOLTIP);this.prevParentConnection_=
|
Blockly.Blocks.logic_ternary={init:function(){this.setHelpUrl(Blockly.Msg.LOGIC_TERNARY_HELPURL);this.setColour(Blockly.Blocks.logic.HUE);this.appendValueInput("IF").setCheck(Blockly.Types.BOOLEAN.checkList).appendField(Blockly.Msg.LOGIC_TERNARY_CONDITION);this.appendValueInput("THEN").appendField(Blockly.Msg.LOGIC_TERNARY_IF_TRUE);this.appendValueInput("ELSE").appendField(Blockly.Msg.LOGIC_TERNARY_IF_FALSE);this.setOutput(!0);this.setTooltip(Blockly.Msg.LOGIC_TERNARY_TOOLTIP);this.prevParentConnection_=
|
||||||
null},onchange:function(a){var b=this.getInputTargetBlock("THEN"),c=this.getInputTargetBlock("ELSE"),d=this.outputConnection.targetConnection;if((b||c)&&d)for(var e=0;2>e;e++){var f=1==e?b:c;f&&!f.outputConnection.checkType_(d)&&(Blockly.Events.setGroup(a.group),d===this.prevParentConnection_?(this.unplug(),d.getSourceBlock().bumpNeighbours_()):(f.unplug(),f.bumpNeighbours_()),Blockly.Events.setGroup(!1))}this.prevParentConnection_=d}};
|
null},onchange:function(a){var b=this.getInputTargetBlock("THEN"),c=this.getInputTargetBlock("ELSE"),d=this.outputConnection.targetConnection;if((b||c)&&d)for(var e=0;2>e;e++){var f=1==e?b:c;f&&!f.outputConnection.checkType_(d)&&(Blockly.Events.setGroup(a.group),d===this.prevParentConnection_?(this.unplug(),d.getSourceBlock().bumpNeighbours_()):(f.unplug(),f.bumpNeighbours_()),Blockly.Events.setGroup(!1))}this.prevParentConnection_=d}};
|
||||||
Blockly.Blocks.switch_case={init:function(){this.setColour(180);this.setPreviousStatement(!0);this.setNextStatement(!0);this.appendValueInput("CONDITION").appendField(Blockly.Msg.cases_switch);this.appendValueInput("CASECONDITION0").appendField(Blockly.Msg.cases_condition);this.appendStatementInput("CASE0").appendField(Blockly.Msg.cases_do);this.setMutator(new Blockly.Mutator(["case_incaseof","case_default"]));this.setTooltip("Does something if the condition is true. If there isn't a matching case the default function will be executed.");
|
Blockly.Blocks.switch_case={init:function(){this.setColour(Blockly.Blocks.logic.HUE);this.setPreviousStatement(!0);this.setNextStatement(!0);this.appendValueInput("CONDITION").appendField(Blockly.Msg.cases_switch);this.appendValueInput("CASECONDITION0").appendField(Blockly.Msg.cases_condition);this.appendStatementInput("CASE0").appendField(Blockly.Msg.cases_do);this.setMutator(new Blockly.Mutator(["case_incaseof","case_default"]));this.setTooltip("Does something if the condition is true. If there isn't a matching case the default function will be executed.");
|
||||||
this.defaultCount_=this.caseCount_=0},mutationToDom:function(){if(!this.caseCount_&&!this.defaultCount_)return null;var a=document.createElement("mutation");this.caseCount_&&a.setAttribute("case",this.caseCount_);this.defaultCount_&&a.setAttribute("default",1);return a},domToMutation:function(a){this.caseCount_=parseInt(a.getAttribute("case"),10);this.defaultCount_=parseInt(a.getAttribute("default"),10);for(a=0;a<=this.caseCount_;a++)this.appendValueInput("CASECONDITION"+a).appendField(Blockly.Msg.cases_condition),
|
this.defaultCount_=this.caseCount_=0},mutationToDom:function(){if(!this.caseCount_&&!this.defaultCount_)return null;var a=document.createElement("mutation");this.caseCount_&&a.setAttribute("case",this.caseCount_);this.defaultCount_&&a.setAttribute("default",1);return a},domToMutation:function(a){this.caseCount_=parseInt(a.getAttribute("case"),10);this.defaultCount_=parseInt(a.getAttribute("default"),10);for(a=0;a<=this.caseCount_;a++)this.appendValueInput("CASECONDITION"+a).appendField(Blockly.Msg.cases_condition),
|
||||||
this.appendStatementInput("CASE"+a).appendField(Blockly.Msg.cases_do);this.defaultCount_&&this.appendStatementInput("ONDEFAULT").appendField("default")},decompose:function(a){var b=Blockly.Block.obtain(a,"control_case");b.initSvg();for(var c=b.getInput("STACK").connection,d=1;d<=this.caseCount_;d++){var e=Blockly.Block.obtain(a,"case_incaseof");e.initSvg();c.connect(e.previousConnection);c=e.nextConnection}this.defaultCount_&&(a=Blockly.Block.obtain(a,"case_default"),a.initSvg(),c.connect(a.previousConnection));
|
this.appendStatementInput("CASE"+a).appendField(Blockly.Msg.cases_do);this.defaultCount_&&this.appendStatementInput("ONDEFAULT").appendField("default")},decompose:function(a){var b=Blockly.Block.obtain(a,"control_case");b.initSvg();for(var c=b.getInput("STACK").connection,d=1;d<=this.caseCount_;d++){var e=Blockly.Block.obtain(a,"case_incaseof");e.initSvg();c.connect(e.previousConnection);c=e.nextConnection}this.defaultCount_&&(a=Blockly.Block.obtain(a,"case_default"),a.initSvg(),c.connect(a.previousConnection));
|
||||||
return b},compose:function(a){this.defaultCount_&&this.removeInput("ONDEFAULT");this.defaultCount_=0;for(var b=this.caseCount_;0<b;b--)this.removeInput("CASECONDITION"+b),this.removeInput("CASE"+b);this.caseCount_=0;for(a=a.getInputTargetBlock("STACK");a;){switch(a.type){case "case_incaseof":this.caseCount_++;b=this.appendValueInput("CASECONDITION"+this.caseCount_).appendField(Blockly.Msg.cases_condition);var c=this.appendStatementInput("CASE"+this.caseCount_).appendField(Blockly.Msg.cases_do);a.valueConnection_&&
|
return b},compose:function(a){this.defaultCount_&&this.removeInput("ONDEFAULT");this.defaultCount_=0;for(var b=this.caseCount_;0<b;b--)this.removeInput("CASECONDITION"+b),this.removeInput("CASE"+b);this.caseCount_=0;for(a=a.getInputTargetBlock("STACK");a;){switch(a.type){case "case_incaseof":this.caseCount_++;b=this.appendValueInput("CASECONDITION"+this.caseCount_).appendField(Blockly.Msg.cases_condition);var c=this.appendStatementInput("CASE"+this.caseCount_).appendField(Blockly.Msg.cases_do);a.valueConnection_&&
|
||||||
b.connection.connect(a.valueConnection_);a.statementConnection_&&c.connection.connect(a.statementConnection_);break;case "case_default":this.defaultCount_++;b=this.appendStatementInput("ONDEFAULT").appendField("default");a.statementConnection_&&b.connection.connect(a.statementConnection_);break;default:throw"Unknown block type.";}a=a.nextConnection&&a.nextConnection.targetBlock()}},saveConnections:function(a){a=a.getInputTargetBlock("STACK");for(var b=1;a;){switch(a.type){case "case_incaseof":var c=
|
b.connection.connect(a.valueConnection_);a.statementConnection_&&c.connection.connect(a.statementConnection_);break;case "case_default":this.defaultCount_++;b=this.appendStatementInput("ONDEFAULT").appendField("default");a.statementConnection_&&b.connection.connect(a.statementConnection_);break;default:throw"Unknown block type.";}a=a.nextConnection&&a.nextConnection.targetBlock()}},saveConnections:function(a){a=a.getInputTargetBlock("STACK");for(var b=1;a;){switch(a.type){case "case_incaseof":var c=
|
||||||
this.getInput("CASECONDITION"+b),d=this.getInput("CASE"+b);a.valueConnection_=c&&c.connection.targetConnection;a.statementConnection_=d&&d.connection.targetConnection;b++;break;case "case_default":c=this.getInput("ONDEFAULT");a.satementConnection_=c&&c.connection.targetConnection;break;default:throw"Unknown block type";}a=a.nextConnection&&a.nextConnection.targetBlock()}}};
|
this.getInput("CASECONDITION"+b),d=this.getInput("CASE"+b);a.valueConnection_=c&&c.connection.targetConnection;a.statementConnection_=d&&d.connection.targetConnection;b++;break;case "case_default":c=this.getInput("ONDEFAULT");a.satementConnection_=c&&c.connection.targetConnection;break;default:throw"Unknown block type";}a=a.nextConnection&&a.nextConnection.targetBlock()}}};
|
||||||
Blockly.Blocks.control_case={init:function(){this.setColour(180);this.appendDummyInput().appendField(Blockly.Msg.cases_switch);this.appendStatementInput("STACK");this.setTooltip("--Placeholder--");this.contextMenu=!1}};Blockly.Blocks.case_incaseof={init:function(){this.setColour(180);this.appendDummyInput().appendField(Blockly.Msg.cases_add);this.setPreviousStatement(!0);this.setNextStatement(!0);this.setTooltip("--Placeholder--");this.contextMenu=!1}};
|
Blockly.Blocks.control_case={init:function(){this.setColour(Blockly.Blocks.logic.HUE);this.appendDummyInput().appendField(Blockly.Msg.cases_switch);this.appendStatementInput("STACK");this.setTooltip("--Placeholder--");this.contextMenu=!1}};Blockly.Blocks.case_incaseof={init:function(){this.setColour(Blockly.Blocks.logic.HUE);this.appendDummyInput().appendField(Blockly.Msg.cases_add);this.setPreviousStatement(!0);this.setNextStatement(!0);this.setTooltip("--Placeholder--");this.contextMenu=!1}};
|
||||||
Blockly.Blocks.case_default={init:function(){this.setColour(180);this.appendDummyInput().appendField("default");this.setPreviousStatement(!0);this.setNextStatement(!1);this.setTooltip("This function will run if there aren't any matching cases.");this.contextMenu=!1}};Blockly.Blocks.lists={};Blockly.Blocks.lists.HUE=260;Blockly.Blocks.lists_create_empty={init:function(){this.jsonInit({message0:Blockly.Msg.LISTS_CREATE_EMPTY_TITLE,output:"Array",colour:Blockly.Blocks.lists.HUE,tooltip:Blockly.Msg.LISTS_CREATE_EMPTY_TOOLTIP,helpUrl:Blockly.Msg.LISTS_CREATE_EMPTY_HELPURL})}};
|
Blockly.Blocks.case_default={init:function(){this.setColour(Blockly.Blocks.logic.HUE);this.appendDummyInput().appendField("default");this.setPreviousStatement(!0);this.setNextStatement(!1);this.setTooltip("This function will run if there aren't any matching cases.");this.contextMenu=!1}};Blockly.Blocks.lists={};Blockly.Blocks.lists.HUE=260;Blockly.Blocks.lists_create_empty={init:function(){this.jsonInit({message0:Blockly.Msg.LISTS_CREATE_EMPTY_TITLE,output:"Array",colour:Blockly.Blocks.lists.HUE,tooltip:Blockly.Msg.LISTS_CREATE_EMPTY_TOOLTIP,helpUrl:Blockly.Msg.LISTS_CREATE_EMPTY_HELPURL})}};
|
||||||
Blockly.Blocks.lists_create_with={init:function(){this.setHelpUrl(Blockly.Msg.LISTS_CREATE_WITH_HELPURL);this.setColour(Blockly.Blocks.lists.HUE);this.itemCount_=3;this.updateShape_();this.setOutput(!0,"Array");this.setMutator(new Blockly.Mutator(["lists_create_with_item"]));this.setTooltip(Blockly.Msg.LISTS_CREATE_WITH_TOOLTIP)},mutationToDom:function(){var a=document.createElement("mutation");a.setAttribute("items",this.itemCount_);return a},domToMutation:function(a){this.itemCount_=parseInt(a.getAttribute("items"),
|
Blockly.Blocks.lists_create_with={init:function(){this.setHelpUrl(Blockly.Msg.LISTS_CREATE_WITH_HELPURL);this.setColour(Blockly.Blocks.lists.HUE);this.itemCount_=3;this.updateShape_();this.setOutput(!0,"Array");this.setMutator(new Blockly.Mutator(["lists_create_with_item"]));this.setTooltip(Blockly.Msg.LISTS_CREATE_WITH_TOOLTIP)},mutationToDom:function(){var a=document.createElement("mutation");a.setAttribute("items",this.itemCount_);return a},domToMutation:function(a){this.itemCount_=parseInt(a.getAttribute("items"),
|
||||||
10);this.updateShape_()},decompose:function(a){var b=a.newBlock("lists_create_with_container");b.initSvg();for(var c=b.getInput("STACK").connection,d=0;d<this.itemCount_;d++){var e=a.newBlock("lists_create_with_item");e.initSvg();c.connect(e.previousConnection);c=e.nextConnection}return b},compose:function(a){var b=a.getInputTargetBlock("STACK");for(a=[];b;)a.push(b.valueConnection_),b=b.nextConnection&&b.nextConnection.targetBlock();for(b=0;b<this.itemCount_;b++){var c=this.getInput("ADD"+b).connection.targetConnection;
|
10);this.updateShape_()},decompose:function(a){var b=a.newBlock("lists_create_with_container");b.initSvg();for(var c=b.getInput("STACK").connection,d=0;d<this.itemCount_;d++){var e=a.newBlock("lists_create_with_item");e.initSvg();c.connect(e.previousConnection);c=e.nextConnection}return b},compose:function(a){var b=a.getInputTargetBlock("STACK");for(a=[];b;)a.push(b.valueConnection_),b=b.nextConnection&&b.nextConnection.targetBlock();for(b=0;b<this.itemCount_;b++){var c=this.getInput("ADD"+b).connection.targetConnection;
|
||||||
c&&-1==a.indexOf(c)&&c.disconnect()}this.itemCount_=a.length;this.updateShape_();for(b=0;b<this.itemCount_;b++)Blockly.Mutator.reconnect(a[b],this,"ADD"+b)},saveConnections:function(a){a=a.getInputTargetBlock("STACK");for(var b=0;a;){var c=this.getInput("ADD"+b);a.valueConnection_=c&&c.connection.targetConnection;b++;a=a.nextConnection&&a.nextConnection.targetBlock()}},updateShape_:function(){this.itemCount_&&this.getInput("EMPTY")?this.removeInput("EMPTY"):this.itemCount_||this.getInput("EMPTY")||
|
c&&-1==a.indexOf(c)&&c.disconnect()}this.itemCount_=a.length;this.updateShape_();for(b=0;b<this.itemCount_;b++)Blockly.Mutator.reconnect(a[b],this,"ADD"+b)},saveConnections:function(a){a=a.getInputTargetBlock("STACK");for(var b=0;a;){var c=this.getInput("ADD"+b);a.valueConnection_=c&&c.connection.targetConnection;b++;a=a.nextConnection&&a.nextConnection.targetBlock()}},updateShape_:function(){this.itemCount_&&this.getInput("EMPTY")?this.removeInput("EMPTY"):this.itemCount_||this.getInput("EMPTY")||
|
||||||
|
@ -176,8 +176,8 @@ Blockly.Blocks.io_analogread={init:function(){this.setHelpUrl("http://arduino.cc
|
||||||
Blockly.Blocks.io_pulsein={init:function(){this.jsonInit({type:"math_foo",message0:Blockly.Msg.ARD_PULSE_READ,args0:[{type:"input_value",name:"PULSETYPE",check:Blockly.Types.BOOLEAN.check},{type:"field_dropdown",name:"PULSEPIN",options:Blockly.Arduino.Boards.selected.digitalPins}],output:Blockly.Types.NUMBER.output,inputsInline:!0,colour:Blockly.Blocks.io.HUE,tooltip:Blockly.Msg.ARD_PULSE_TIP,helpUrl:"https://www.arduino.cc/en/Reference/PulseIn"})},getBlockType:function(){return Blockly.Types.NUMBER}};
|
Blockly.Blocks.io_pulsein={init:function(){this.jsonInit({type:"math_foo",message0:Blockly.Msg.ARD_PULSE_READ,args0:[{type:"input_value",name:"PULSETYPE",check:Blockly.Types.BOOLEAN.check},{type:"field_dropdown",name:"PULSEPIN",options:Blockly.Arduino.Boards.selected.digitalPins}],output:Blockly.Types.NUMBER.output,inputsInline:!0,colour:Blockly.Blocks.io.HUE,tooltip:Blockly.Msg.ARD_PULSE_TIP,helpUrl:"https://www.arduino.cc/en/Reference/PulseIn"})},getBlockType:function(){return Blockly.Types.NUMBER}};
|
||||||
Blockly.Blocks.io_pulsetimeout={init:function(){this.jsonInit({type:"math_foo",message0:Blockly.Msg.ARD_PULSE_READ_TIMEOUT,args0:[{type:"input_value",name:"PULSETYPE",check:Blockly.Types.BOOLEAN.check},{type:"field_dropdown",name:"PULSEPIN",options:Blockly.Arduino.Boards.selected.digitalPins},{type:"input_value",name:"TIMEOUT",check:Blockly.Types.NUMBER.check}],output:Blockly.Types.NUMBER.output,inputsInline:!0,colour:Blockly.Blocks.io.HUE,tooltip:Blockly.Msg.ARD_PULSETIMEOUT_TIP,helpUrl:"https://www.arduino.cc/en/Reference/PulseIn"})},
|
Blockly.Blocks.io_pulsetimeout={init:function(){this.jsonInit({type:"math_foo",message0:Blockly.Msg.ARD_PULSE_READ_TIMEOUT,args0:[{type:"input_value",name:"PULSETYPE",check:Blockly.Types.BOOLEAN.check},{type:"field_dropdown",name:"PULSEPIN",options:Blockly.Arduino.Boards.selected.digitalPins},{type:"input_value",name:"TIMEOUT",check:Blockly.Types.NUMBER.check}],output:Blockly.Types.NUMBER.output,inputsInline:!0,colour:Blockly.Blocks.io.HUE,tooltip:Blockly.Msg.ARD_PULSETIMEOUT_TIP,helpUrl:"https://www.arduino.cc/en/Reference/PulseIn"})},
|
||||||
getBlockType:function(){return Blockly.Types.NUMBER}};Blockly.Blocks.tone={};Blockly.Blocks.tone.HUE=250;
|
getBlockType:function(){return Blockly.Types.NUMBER}};Blockly.Blocks.tone={};Blockly.Blocks.tone.HUE=250;
|
||||||
Blockly.Blocks.io_tone={init:function(){this.appendDummyInput().appendField(Blockly.Msg.ARD_SETTONE).appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"TONEPIN");this.appendValueInput("FREQUENCY").setCheck(Blockly.Types.NUMBER.checkList).appendField(Blockly.Msg.ARD_TONEFREQ);this.setInputsInline(!0);this.setPreviousStatement(!0);this.setNextStatement(!0);this.setColour(Blockly.Blocks.tone.HUE);this.setTooltip(Blockly.Msg.ARD_TONE_TIP);this.setHelpUrl("https://www.arduino.cc/en/Reference/tone")},
|
Blockly.Blocks.io_tone={init:function(){this.appendDummyInput().appendField(Blockly.Msg.ARD_SETTONE).appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"TONEPIN");this.appendValueInput("FREQUENCY").setCheck(Blockly.Types.NUMBER.checkList).appendField(Blockly.Msg.ARD_TONEFREQ);this.appendDummyInput().appendField("Hz");this.setInputsInline(!0);this.setPreviousStatement(!0);this.setNextStatement(!0);this.setColour(Blockly.Blocks.tone.HUE);this.setTooltip(Blockly.Msg.ARD_TONE_TIP);
|
||||||
onchange:function(a){this.workspace&&a.type!=Blockly.Events.MOVE&&a.type!=Blockly.Events.UI&&(a=Blockly.Arduino.valueToCode(this,"FREQUENCY",Blockly.Arduino.ORDER_ATOMIC),31>a||65535<a?this.setWarningText(Blockly.Msg.ARD_TONE_WARNING,"io_tone"):this.setWarningText(null,"io_tone"))},getBlockType:function(){return Blockly.Types.NUMBER}};
|
this.setHelpUrl("https://www.arduino.cc/en/Reference/tone")},onchange:function(a){this.workspace&&a.type!=Blockly.Events.MOVE&&a.type!=Blockly.Events.UI&&(a=Blockly.Arduino.valueToCode(this,"FREQUENCY",Blockly.Arduino.ORDER_ATOMIC),31>a||65535<a?this.setWarningText(Blockly.Msg.ARD_TONE_WARNING,"io_tone"):this.setWarningText(null,"io_tone"))},getBlockType:function(){return Blockly.Types.NUMBER}};
|
||||||
Blockly.Blocks.io_notone={init:function(){this.appendDummyInput().appendField(Blockly.Msg.ARD_NOTONE).appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"TONEPIN");this.setPreviousStatement(!0);this.setNextStatement(!0);this.setColour(Blockly.Blocks.tone.HUE);this.setTooltip(Blockly.Msg.ARD_NOTONE_TIP);this.setHelpUrl("https://www.arduino.cc/en/Reference/noTone")},getBlockType:function(){return Blockly.Types.NUMBER}};Blockly.Blocks.variables.HUE=330;
|
Blockly.Blocks.io_notone={init:function(){this.appendDummyInput().appendField(Blockly.Msg.ARD_NOTONE).appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"TONEPIN");this.setPreviousStatement(!0);this.setNextStatement(!0);this.setColour(Blockly.Blocks.tone.HUE);this.setTooltip(Blockly.Msg.ARD_NOTONE_TIP);this.setHelpUrl("https://www.arduino.cc/en/Reference/noTone")},getBlockType:function(){return Blockly.Types.NUMBER}};Blockly.Blocks.variables.HUE=330;
|
||||||
Blockly.Blocks.variables_set_type={init:function(){this.setHelpUrl("http://arduino.cc/en/Reference/HomePage");this.setColour(Blockly.Blocks.variables.HUE);this.appendValueInput("VARIABLE_SETTYPE_INPUT");this.appendDummyInput().appendField(Blockly.Msg.ARD_VAR_AS).appendField(new Blockly.FieldDropdown(Blockly.Types.getValidTypeArray()),"VARIABLE_SETTYPE_TYPE");this.setInputsInline(!0);this.setOutput(!0);this.setTooltip(Blockly.Msg.ARD_VAR_AS_TIP)},getBlockType:function(){var a=this.getFieldValue("VARIABLE_SETTYPE_TYPE");
|
Blockly.Blocks.variables_set_type={init:function(){this.setHelpUrl("http://arduino.cc/en/Reference/HomePage");this.setColour(Blockly.Blocks.variables.HUE);this.appendValueInput("VARIABLE_SETTYPE_INPUT");this.appendDummyInput().appendField(Blockly.Msg.ARD_VAR_AS).appendField(new Blockly.FieldDropdown(Blockly.Types.getValidTypeArray()),"VARIABLE_SETTYPE_TYPE");this.setInputsInline(!0);this.setOutput(!0);this.setTooltip(Blockly.Msg.ARD_VAR_AS_TIP)},getBlockType:function(){var a=this.getFieldValue("VARIABLE_SETTYPE_TYPE");
|
||||||
return Blockly.Types[a]}};Blockly.Blocks.stepper={};Blockly.Blocks.stepper.HUE=80;
|
return Blockly.Types[a]}};Blockly.Blocks.stepper={};Blockly.Blocks.stepper.HUE=80;
|
||||||
|
@ -191,7 +191,9 @@ this.setNextStatement(!0);this.setTooltip(Blockly.Msg.ARD_STEPPER_STEP_TIP)},onc
|
||||||
Blockly.Blocks.time_delaymicros={init:function(){this.setHelpUrl("http://arduino.cc/en/Reference/DelayMicroseconds");this.setColour(Blockly.Blocks.time.HUE);this.appendValueInput("DELAY_TIME_MICRO").setCheck(Blockly.Types.NUMBER.checkList).appendField(Blockly.Msg.ARD_TIME_DELAY);this.appendDummyInput().appendField(Blockly.Msg.ARD_TIME_DELAY_MICROS);this.setInputsInline(!0);this.setPreviousStatement(!0,null);this.setNextStatement(!0,null);this.setTooltip(Blockly.Msg.ARD_TIME_DELAY_MICRO_TIP)}};
|
Blockly.Blocks.time_delaymicros={init:function(){this.setHelpUrl("http://arduino.cc/en/Reference/DelayMicroseconds");this.setColour(Blockly.Blocks.time.HUE);this.appendValueInput("DELAY_TIME_MICRO").setCheck(Blockly.Types.NUMBER.checkList).appendField(Blockly.Msg.ARD_TIME_DELAY);this.appendDummyInput().appendField(Blockly.Msg.ARD_TIME_DELAY_MICROS);this.setInputsInline(!0);this.setPreviousStatement(!0,null);this.setNextStatement(!0,null);this.setTooltip(Blockly.Msg.ARD_TIME_DELAY_MICRO_TIP)}};
|
||||||
Blockly.Blocks.time_millis={init:function(){this.setHelpUrl("http://arduino.cc/en/Reference/Millis");this.setColour(Blockly.Blocks.time.HUE);this.appendDummyInput().appendField(Blockly.Msg.ARD_TIME_MILLIS);this.setOutput(!0,Blockly.Types.LARGE_NUMBER.output);this.setTooltip(Blockly.Msg.ARD_TIME_MILLIS_TIP)},getBlockType:function(){return Blockly.Types.LARGE_NUMBER}};
|
Blockly.Blocks.time_millis={init:function(){this.setHelpUrl("http://arduino.cc/en/Reference/Millis");this.setColour(Blockly.Blocks.time.HUE);this.appendDummyInput().appendField(Blockly.Msg.ARD_TIME_MILLIS);this.setOutput(!0,Blockly.Types.LARGE_NUMBER.output);this.setTooltip(Blockly.Msg.ARD_TIME_MILLIS_TIP)},getBlockType:function(){return Blockly.Types.LARGE_NUMBER}};
|
||||||
Blockly.Blocks.time_micros={init:function(){this.setHelpUrl("http://arduino.cc/en/Reference/Micros");this.setColour(Blockly.Blocks.time.HUE);this.appendDummyInput().appendField(Blockly.Msg.ARD_TIME_MICROS);this.setOutput(!0,Blockly.Types.LARGE_NUMBER.output);this.setTooltip(Blockly.Msg.ARD_TIME_MICROS_TIP)},getBlockType:function(){return Blockly.Types.LARGE_NUMBER}};
|
Blockly.Blocks.time_micros={init:function(){this.setHelpUrl("http://arduino.cc/en/Reference/Micros");this.setColour(Blockly.Blocks.time.HUE);this.appendDummyInput().appendField(Blockly.Msg.ARD_TIME_MICROS);this.setOutput(!0,Blockly.Types.LARGE_NUMBER.output);this.setTooltip(Blockly.Msg.ARD_TIME_MICROS_TIP)},getBlockType:function(){return Blockly.Types.LARGE_NUMBER}};
|
||||||
Blockly.Blocks.infinite_loop={init:function(){this.setHelpUrl("");this.setColour(Blockly.Blocks.time.HUE);this.appendDummyInput().appendField(Blockly.Msg.ARD_TIME_INF);this.setInputsInline(!0);this.setPreviousStatement(!0);this.setTooltip(Blockly.Msg.ARD_TIME_INF_TIP)}};Blockly.Blocks.servo={};Blockly.Blocks.servo.HUE=60;
|
Blockly.Blocks.infinite_loop={init:function(){this.setHelpUrl("");this.setColour(Blockly.Blocks.time.HUE);this.appendDummyInput().appendField(Blockly.Msg.ARD_TIME_INF);this.setInputsInline(!0);this.setPreviousStatement(!0);this.setTooltip(Blockly.Msg.ARD_TIME_INF_TIP)}};
|
||||||
|
Blockly.Blocks.sensebox_interval_timer={init:function(){this.setTooltip(Blockly.Msg.senseBox_interval_timer_tip);this.setInputsInline(!0);this.setHelpUrl("");this.setColour(Blockly.Blocks.time.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_interval_timer);this.appendDummyInput().setAlign(Blockly.ALIGN_LEFT).appendField(new Blockly.FieldTextInput("10000"),"interval").appendField(Blockly.Msg.senseBox_interval);this.appendStatementInput("DO").setCheck(null);this.setPreviousStatement(!0,
|
||||||
|
null);this.setNextStatement(!0,null)}};Blockly.Blocks.servo={};Blockly.Blocks.servo.HUE=60;
|
||||||
Blockly.Blocks.servo_write={init:function(){this.setHelpUrl("http://arduino.cc/en/Reference/ServoWrite");this.setColour(Blockly.Blocks.servo.HUE);this.appendDummyInput().appendField(Blockly.Msg.ARD_SERVO_WRITE).appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"SERVO_PIN");this.setInputsInline(!1);this.appendValueInput("SERVO_ANGLE").setCheck(Blockly.Types.NUMBER.checkList).appendField(Blockly.Msg.ARD_SERVO_WRITE_TO);this.appendDummyInput().appendField(Blockly.Msg.ARD_SERVO_WRITE_DEG_180);
|
Blockly.Blocks.servo_write={init:function(){this.setHelpUrl("http://arduino.cc/en/Reference/ServoWrite");this.setColour(Blockly.Blocks.servo.HUE);this.appendDummyInput().appendField(Blockly.Msg.ARD_SERVO_WRITE).appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"SERVO_PIN");this.setInputsInline(!1);this.appendValueInput("SERVO_ANGLE").setCheck(Blockly.Types.NUMBER.checkList).appendField(Blockly.Msg.ARD_SERVO_WRITE_TO);this.appendDummyInput().appendField(Blockly.Msg.ARD_SERVO_WRITE_DEG_180);
|
||||||
this.setInputsInline(!0);this.setPreviousStatement(!0,null);this.setNextStatement(!0,null);this.setTooltip(Blockly.Msg.ARD_SERVO_WRITE_TIP)},updateFields:function(){Blockly.Arduino.Boards.refreshBlockFieldDropdown(this,"SERVO_PIN","digitalPins")}};
|
this.setInputsInline(!0);this.setPreviousStatement(!0,null);this.setNextStatement(!0,null);this.setTooltip(Blockly.Msg.ARD_SERVO_WRITE_TIP)},updateFields:function(){Blockly.Arduino.Boards.refreshBlockFieldDropdown(this,"SERVO_PIN","digitalPins")}};
|
||||||
Blockly.Blocks.servo_read={init:function(){this.setHelpUrl("http://arduino.cc/en/Reference/ServoRead");this.setColour(Blockly.Blocks.servo.HUE);this.appendDummyInput().appendField(Blockly.Msg.ARD_SERVO_READ).appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"SERVO_PIN");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setTooltip(Blockly.Msg.ARD_SERVO_READ_TIP)},getBlockType:function(){return Blockly.Types.NUMBER},updateFields:function(){Blockly.Arduino.Boards.refreshBlockFieldDropdown(this,
|
Blockly.Blocks.servo_read={init:function(){this.setHelpUrl("http://arduino.cc/en/Reference/ServoRead");this.setColour(Blockly.Blocks.servo.HUE);this.appendDummyInput().appendField(Blockly.Msg.ARD_SERVO_READ).appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"SERVO_PIN");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setTooltip(Blockly.Msg.ARD_SERVO_READ_TIP)},getBlockType:function(){return Blockly.Types.NUMBER},updateFields:function(){Blockly.Arduino.Boards.refreshBlockFieldDropdown(this,
|
||||||
|
@ -223,27 +225,25 @@ Blockly.Blocks.sensebox_sensor_pressure={init:function(){var a=new Blockly.Field
|
||||||
Blockly.Blocks.sensebox_sensor_ultrasonic_ranger={init:function(){var a=new Blockly.FieldDropdown([[Blockly.Msg.senseBox_ultrasonic_port_A,"A"],[Blockly.Msg.senseBox_ultrasonic_port_B,"B"],[Blockly.Msg.senseBox_ultrasonic_port_C,"C"]],function(a){this.sourceBlock_.updateShape_("A"==a||"B"==a||"C"==a)});this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_ultrasonic).appendField(a,"port");this.appendDummyInput("TrigEcho").setAlign(Blockly.ALIGN_RIGHT).appendField(Blockly.Msg.senseBox_ultrasonic_trigger).appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),
|
Blockly.Blocks.sensebox_sensor_ultrasonic_ranger={init:function(){var a=new Blockly.FieldDropdown([[Blockly.Msg.senseBox_ultrasonic_port_A,"A"],[Blockly.Msg.senseBox_ultrasonic_port_B,"B"],[Blockly.Msg.senseBox_ultrasonic_port_C,"C"]],function(a){this.sourceBlock_.updateShape_("A"==a||"B"==a||"C"==a)});this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_ultrasonic).appendField(a,"port");this.appendDummyInput("TrigEcho").setAlign(Blockly.ALIGN_RIGHT).appendField(Blockly.Msg.senseBox_ultrasonic_trigger).appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),
|
||||||
"ultrasonic_trigger").appendField(Blockly.Msg.senseBox_ultrasonic_echo).appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"ultrasonic_echo");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setTooltip(Blockly.Msg.senseBox_ultrasonic_tip);this.setHelpUrl("https://sensebox.de/books")},mutationToDom:function(){var a=document.createElement("mutation"),b=this.getFieldValue("port");this.updateShape_(b);a.setAttribute("port",b);return a},updateShape_:function(){switch(this.getFieldValue("port")){case "A":this.setFieldValue("1",
|
"ultrasonic_trigger").appendField(Blockly.Msg.senseBox_ultrasonic_echo).appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"ultrasonic_echo");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setTooltip(Blockly.Msg.senseBox_ultrasonic_tip);this.setHelpUrl("https://sensebox.de/books")},mutationToDom:function(){var a=document.createElement("mutation"),b=this.getFieldValue("port");this.updateShape_(b);a.setAttribute("port",b);return a},updateShape_:function(){switch(this.getFieldValue("port")){case "A":this.setFieldValue("1",
|
||||||
"ultrasonic_trigger");this.setFieldValue("2","ultrasonic_echo");break;case "B":this.setFieldValue("3","ultrasonic_trigger");this.setFieldValue("4","ultrasonic_echo");break;case "C":this.setFieldValue("5","ultrasonic_trigger"),this.setFieldValue("6","ultrasonic_echo")}},getBlockType:function(){return Blockly.Types.NUMBER}};
|
"ultrasonic_trigger");this.setFieldValue("2","ultrasonic_echo");break;case "B":this.setFieldValue("3","ultrasonic_trigger");this.setFieldValue("4","ultrasonic_echo");break;case "C":this.setFieldValue("5","ultrasonic_trigger"),this.setFieldValue("6","ultrasonic_echo")}},getBlockType:function(){return Blockly.Types.NUMBER}};
|
||||||
Blockly.Blocks.sensebox_sensor_sound={init:function(){this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_sound).appendField("PIN:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.analogPins),"PIN");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setHelpUrl(Blockly.Msg.senseBox_sound_tip);this.setTooltip("Dieser Sensor mist den Ger\u00e4uschpegel.")},getBlockType:function(){return Blockly.Types.NUMBER}};
|
Blockly.Blocks.sensebox_sensor_sound={init:function(){this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_sound).appendField("Pin:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.analogPins),"PIN");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setHelpUrl(Blockly.Msg.senseBox_sound_tip);this.setTooltip("Dieser Sensor mist den Ger\u00e4uschpegel.")},getBlockType:function(){return Blockly.Types.NUMBER}};
|
||||||
Blockly.Blocks.sensebox_wifi={init:function(){this.setTooltip(Blockly.Msg.senseBox_wifi_tip);this.setHelpUrl("");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_wifi_connect);this.appendDummyInput().setAlign(Blockly.ALIGN_LEFT).appendField("SSID").appendField(new Blockly.FieldTextInput("SSID"),"SSID");this.appendDummyInput().setAlign(Blockly.ALIGN_LEFT).appendField(Blockly.Msg.senseBox_output_password).appendField(new Blockly.FieldTextInput("Password"),
|
Blockly.Blocks.sensebox_wifi={init:function(){this.setTooltip(Blockly.Msg.senseBox_wifi_tip);this.setHelpUrl("");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_wifi_connect);this.appendDummyInput().setAlign(Blockly.ALIGN_LEFT).appendField(Blockly.Msg.senseBox_wifi_ssid).appendField(new Blockly.FieldTextInput("SSID"),"SSID");this.appendDummyInput().setAlign(Blockly.ALIGN_LEFT).appendField(Blockly.Msg.senseBox_output_password).appendField(new Blockly.FieldTextInput("Password"),
|
||||||
"Password");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null)},onchange:function(a){a=!1;var b=this;do{if(-1!=this.LOOP_TYPES.indexOf(b.type)){a=!0;break}b=b.getSurroundParent()}while(b);a?(this.setWarningText(null),wifiDepend=!0):(this.setWarningText(Blockly.Msg.CONTROLS_FLOW_STATEMENTS_WARNING),wifiDepend=null)},LOOP_TYPES:["arduino_functions"]};
|
"Password");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null)},onchange:function(a){a=!1;var b=this;do{if(-1!=this.LOOP_TYPES.indexOf(b.type)){a=!0;break}b=b.getSurroundParent()}while(b);a?(this.setWarningText(null),wifiDepend=!0):(this.setWarningText(Blockly.Msg.CONTROLS_FLOW_STATEMENTS_WARNING),wifiDepend=null)},LOOP_TYPES:["arduino_functions"]};
|
||||||
Blockly.Blocks.sensebox_startap={init:function(){this.setTooltip(Blockly.Msg.senseBox_wifi_tip);this.setHelpUrl("");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_wifi_startap);this.appendDummyInput().setAlign(Blockly.ALIGN_LEFT).appendField("SSID").appendField(new Blockly.FieldTextInput("SSID"),"SSID");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null)}};
|
Blockly.Blocks.sensebox_startap={init:function(){this.setTooltip(Blockly.Msg.senseBox_wifi_tip);this.setHelpUrl("");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_wifi_startap);this.appendDummyInput().setAlign(Blockly.ALIGN_LEFT).appendField(Blockly.Msg.senseBox_wifi_ssid).appendField(new Blockly.FieldTextInput("SSID"),"SSID");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null)}};
|
||||||
Blockly.Blocks.sensebox_ip_address={init:function(){this.appendDummyInput().appendField(Blockly.Msg.senseBox_ip_address);this.setTooltip(Blockly.Msg.senseBox_ip_address_tip);this.setHelpUrl("");this.setOutput(!0,Blockly.Types.TEXT.output);this.setColour(Blockly.Blocks.sensebox.HUE)}};
|
Blockly.Blocks.sensebox_ip_address={init:function(){this.appendDummyInput().appendField(Blockly.Msg.senseBox_ip_address);this.setTooltip(Blockly.Msg.senseBox_ip_address_tip);this.setHelpUrl("");this.setOutput(!0,Blockly.Types.TEXT.output);this.setColour(Blockly.Blocks.sensebox.HUE)}};
|
||||||
Blockly.Blocks.sensebox_osem_connection={init:function(){this.setTooltip(Blockly.Msg.senseBox_osem_connection_tip);this.setHelpUrl("");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_osem_connection);this.appendDummyInput().setAlign(Blockly.ALIGN_LEFT).appendField("BoxID").appendField(new Blockly.FieldTextInput("BoxID"),"BoxID");this.appendStatementInput("DO").appendField(Blockly.Msg.senseBox_sensor).setCheck(null);this.setPreviousStatement(!0,
|
Blockly.Blocks.sensebox_osem_connection={init:function(){this.setTooltip(Blockly.Msg.senseBox_osem_connection_tip);this.setHelpUrl("");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_osem_connection);this.appendDummyInput().setAlign(Blockly.ALIGN_LEFT).appendField("senseBox ID").appendField(new Blockly.FieldTextInput("senseBox ID"),"BoxID");this.appendStatementInput("DO").appendField(Blockly.Msg.senseBox_sensor).setCheck(null);this.setPreviousStatement(!0,
|
||||||
null);this.setNextStatement(!0,null)}};
|
null);this.setNextStatement(!0,null)}};
|
||||||
Blockly.Blocks.sensebox_send_to_osem={init:function(){this.setTooltip(Blockly.Msg.senseBox_send_to_osem_tip);this.setHelpUrl("");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_send_to_osem);this.appendValueInput("Value").setCheck(null).appendField("SensorID").appendField(new Blockly.FieldTextInput("SensorID"),"SensorID");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null)},onchange:function(a){a=!1;var b=this;do{if(-1!=this.LOOP_TYPES.indexOf(b.type)){a=
|
Blockly.Blocks.sensebox_send_to_osem={init:function(){this.setTooltip(Blockly.Msg.senseBox_send_to_osem_tip);this.setHelpUrl("");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_send_to_osem);this.appendValueInput("Value").setCheck(null).appendField("Sensor ID").appendField(new Blockly.FieldTextInput("Sensor ID"),"SensorID");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null)},onchange:function(a){a=!1;var b=this;do{if(-1!=this.LOOP_TYPES.indexOf(b.type)){a=
|
||||||
!0;break}b=b.getSurroundParent()}while(b);a?this.setWarningText(null):this.setWarningText(Blockly.Msg.CONTROLS_FLOW_STATEMENTS_WARNING)},LOOP_TYPES:["sensebox_osem_connection"]};
|
!0;break}b=b.getSurroundParent()}while(b);a?this.setWarningText(null):this.setWarningText(Blockly.Msg.CONTROLS_FLOW_STATEMENTS_WARNING)},LOOP_TYPES:["sensebox_osem_connection"]};
|
||||||
Blockly.Blocks.sensebox_send_mobile_to_osem={init:function(){this.setTooltip(Blockly.Msg.senseBox_send_mobile_to_osem_tip);this.setHelpUrl("");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_send_mobile_to_osem);this.appendValueInput("lat","Number").appendField(Blockly.Msg.senseBox_gps_lat);this.appendValueInput("lng","Number").appendField(Blockly.Msg.senseBox_gps_lng);this.appendValueInput("Value").setCheck(null).appendField("SensorID").appendField(new Blockly.FieldTextInput("SensorID"),
|
Blockly.Blocks.sensebox_send_mobile_to_osem={init:function(){this.setTooltip(Blockly.Msg.senseBox_send_mobile_to_osem_tip);this.setHelpUrl("");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_send_mobile_to_osem);this.appendValueInput("lat","Number").appendField(Blockly.Msg.senseBox_gps_lat);this.appendValueInput("lng","Number").appendField(Blockly.Msg.senseBox_gps_lng);this.appendValueInput("Value").setCheck(null).appendField("SensorID").appendField(new Blockly.FieldTextInput("SensorID"),
|
||||||
"SensorID");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null)},onchange:function(a){a=!1;var b=this;do{if(-1!=this.LOOP_TYPES.indexOf(b.type)&&null!=wifiDepend){a=!0;break}b=b.getSurroundParent()}while(b);a?this.setWarningText(null):this.setWarningText(Blockly.Msg.CONTROLS_FLOW_STATEMENTS_WARNING)},LOOP_TYPES:["sensebox_osem_connection"]};
|
"SensorID");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null)},onchange:function(a){a=!1;var b=this;do{if(-1!=this.LOOP_TYPES.indexOf(b.type)&&null!=wifiDepend){a=!0;break}b=b.getSurroundParent()}while(b);a?this.setWarningText(null):this.setWarningText(Blockly.Msg.CONTROLS_FLOW_STATEMENTS_WARNING)},LOOP_TYPES:["sensebox_osem_connection"]};
|
||||||
Blockly.Blocks.sensebox_poti={init:function(){this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_poti).appendField("PIN:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.analogPins),"PIN");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setTooltip(Blockly.Msg.senseBox_poti_tip)},getBlockType:function(){return Blockly.Types.NUMBER}};
|
Blockly.Blocks.sensebox_poti={init:function(){this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_poti).appendField("Pin:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.analogPins),"PIN");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setTooltip(Blockly.Msg.senseBox_poti_tip)},getBlockType:function(){return Blockly.Types.NUMBER}};
|
||||||
Blockly.Blocks.sensebox_foto={init:function(){this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_foto).appendField("PIN:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.analogPins),"PIN");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setTooltip(Blockly.Msg.senseBox_foto_tip);this.setHelpUrl("https://sensebox.de/books")},getBlockType:function(){return Blockly.Types.NUMBER}};
|
Blockly.Blocks.sensebox_foto={init:function(){this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_foto).appendField("Pin:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.analogPins),"PIN");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setTooltip(Blockly.Msg.senseBox_foto_tip);this.setHelpUrl("https://sensebox.de/books")},getBlockType:function(){return Blockly.Types.NUMBER}};
|
||||||
Blockly.Blocks.sensebox_rgb_led={init:function(){this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_rgb_led).appendField("PIN:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"PIN");this.appendValueInput("RED","Number").appendField(Blockly.Msg.COLOUR_RGB_RED);this.appendValueInput("GREEN","Number").appendField(Blockly.Msg.COLOUR_RGB_GREEN);this.appendValueInput("BLUE","Number").appendField(Blockly.Msg.COLOUR_RGB_BLUE);
|
Blockly.Blocks.sensebox_rgb_led={init:function(){this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_rgb_led).appendField("Pin:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"PIN");this.appendValueInput("RED","Number").appendField(Blockly.Msg.COLOUR_RGB_RED);this.appendValueInput("GREEN","Number").appendField(Blockly.Msg.COLOUR_RGB_GREEN);this.appendValueInput("BLUE","Number").appendField(Blockly.Msg.COLOUR_RGB_BLUE);
|
||||||
this.setPreviousStatement(!0,null);this.setNextStatement(!0,null);this.setTooltip(Blockly.Msg.senseBox_rgb_led_tip);this.setHelpUrl("https://sensebox.de/books")}};
|
this.setPreviousStatement(!0,null);this.setNextStatement(!0,null);this.setTooltip(Blockly.Msg.senseBox_rgb_led_tip);this.setHelpUrl("https://sensebox.de/books")}};
|
||||||
Blockly.Blocks.sensebox_led={init:function(){this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_led).appendField("PIN:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPinsLED),"PIN").appendField(Blockly.Msg.senseBox_basic_state).appendField(new Blockly.FieldDropdown([[Blockly.Msg.senseBox_on,"HIGH"],[Blockly.Msg.senseBox_off,"LOW"]]),"STAT");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null);this.setTooltip(Blockly.Msg.senseBox_led_tip);
|
Blockly.Blocks.sensebox_led={init:function(){this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_led).appendField("Pin:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPinsLED),"PIN").appendField(Blockly.Msg.senseBox_basic_state).appendField(new Blockly.FieldDropdown([[Blockly.Msg.senseBox_on,"HIGH"],[Blockly.Msg.senseBox_off,"LOW"]]),"STAT");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null);this.setTooltip(Blockly.Msg.senseBox_led_tip);
|
||||||
this.setHelpUrl("https://sensebox.de/books")}};
|
this.setHelpUrl("https://sensebox.de/books")}};
|
||||||
Blockly.Blocks.sensebox_button={init:function(){this.appendDummyInput().appendField(Blockly.Msg.senseBox_button).appendField(new Blockly.FieldDropdown([[Blockly.Msg.senseBox_button_isPressed,"isPressed"],[Blockly.Msg.senseBox_button_wasPressed,"wasPressed"],[Blockly.Msg.senseBox_button_switch,"Switch"]]),"FUNCTION").appendField("PIN:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPinsButton),"PIN");this.setOutput(!0,Blockly.Types.BOOLEAN.output);this.setColour(Blockly.Blocks.sensebox.HUE);
|
Blockly.Blocks.sensebox_button={init:function(){this.appendDummyInput().appendField(Blockly.Msg.senseBox_button).appendField(new Blockly.FieldDropdown([[Blockly.Msg.senseBox_button_isPressed,"isPressed"],[Blockly.Msg.senseBox_button_wasPressed,"wasPressed"],[Blockly.Msg.senseBox_button_switch,"Switch"]]),"FUNCTION").appendField("Pin:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPinsButton),"PIN");this.setOutput(!0,Blockly.Types.BOOLEAN.output);this.setColour(Blockly.Blocks.sensebox.HUE);
|
||||||
this.setTooltip(Blockly.Msg.senseBox_button_tip);this.setHelpUrl("https://sensebox.de/books")},getBlockType:function(){return Blockly.Types.BOOLEAN}};
|
this.setTooltip(Blockly.Msg.senseBox_button_tip);this.setHelpUrl("https://sensebox.de/books")},getBlockType:function(){return Blockly.Types.BOOLEAN}};
|
||||||
Blockly.Blocks.sensebox_piezo={init:function(){this.appendDummyInput().appendField(Blockly.Msg.senseBox_piezo).appendField("PIN:").appendField(new Blockly.FieldDropdown(Blockly.Arduino.Boards.selected.digitalPins),"PIN").appendField(Blockly.Msg.senseBox_basic_state).appendField(new Blockly.FieldDropdown([[Blockly.Msg.senseBox_on,"HIGH"],[Blockly.Msg.senseBox_off,"LOW"]]),"STAT");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null);this.setColour(Blockly.Blocks.sensebox.HUE);this.setTooltip(Blockly.Msg.senseBox_piezo_tip);
|
|
||||||
this.setHelpUrl("https://sensebox.de/books")}};
|
|
||||||
Blockly.Blocks.sensebox_sensor_soil={init:function(){var a=[[Blockly.Msg.senseBox_ultrasonic_port_A,"A"],[Blockly.Msg.senseBox_ultrasonic_port_B,"B"],[Blockly.Msg.senseBox_ultrasonic_port_C,"C"]];this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_soil).appendField("Port:").appendField(new Blockly.FieldDropdown(a),"Port");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setTooltip(Blockly.Msg.senseBox_soil_tip)},getBlockType:function(){return Blockly.Types.NUMBER}};
|
Blockly.Blocks.sensebox_sensor_soil={init:function(){var a=[[Blockly.Msg.senseBox_ultrasonic_port_A,"A"],[Blockly.Msg.senseBox_ultrasonic_port_B,"B"],[Blockly.Msg.senseBox_ultrasonic_port_C,"C"]];this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_soil).appendField("Port:").appendField(new Blockly.FieldDropdown(a),"Port");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setTooltip(Blockly.Msg.senseBox_soil_tip)},getBlockType:function(){return Blockly.Types.NUMBER}};
|
||||||
Blockly.Blocks.sensebox_sensor_watertemperature={init:function(){var a=[[Blockly.Msg.senseBox_ultrasonic_port_A,"A"],[Blockly.Msg.senseBox_ultrasonic_port_B,"B"],[Blockly.Msg.senseBox_ultrasonic_port_C,"C"]];this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_watertemperature).appendField("Port:").appendField(new Blockly.FieldDropdown(a),"Port");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setTooltip(Blockly.Msg.senseBox_watertemperature_tip)},
|
Blockly.Blocks.sensebox_sensor_watertemperature={init:function(){var a=[[Blockly.Msg.senseBox_ultrasonic_port_A,"A"],[Blockly.Msg.senseBox_ultrasonic_port_B,"B"],[Blockly.Msg.senseBox_ultrasonic_port_C,"C"]];this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_watertemperature).appendField("Port:").appendField(new Blockly.FieldDropdown(a),"Port");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setTooltip(Blockly.Msg.senseBox_watertemperature_tip)},
|
||||||
getBlockType:function(){return Blockly.Types.NUMBER}};
|
getBlockType:function(){return Blockly.Types.NUMBER}};
|
||||||
|
@ -269,8 +269,6 @@ this.appendValueInput("height").appendField(Blockly.Msg.sensebox_display_drawRec
|
||||||
this.setWarningText(Blockly.Msg.CONTROLS_FLOW_STATEMENTS_WARNING)},LOOP_TYPES:["sensebox_display_show"]};Blockly.Blocks.sensebox_gps_begin={init:function(){this.appendDummyInput().appendField(Blockly.Msg.senseBox_gps_begin);this.setPreviousStatement(!0,null);this.setNextStatement(!0,null);this.setColour(Blockly.Blocks.sensebox.HUE);this.setTooltip(Blockly.Msg.senseBox_gps_begin_tip);this.setHelpUrl("https://sensebox.de/books")}};
|
this.setWarningText(Blockly.Msg.CONTROLS_FLOW_STATEMENTS_WARNING)},LOOP_TYPES:["sensebox_display_show"]};Blockly.Blocks.sensebox_gps_begin={init:function(){this.appendDummyInput().appendField(Blockly.Msg.senseBox_gps_begin);this.setPreviousStatement(!0,null);this.setNextStatement(!0,null);this.setColour(Blockly.Blocks.sensebox.HUE);this.setTooltip(Blockly.Msg.senseBox_gps_begin_tip);this.setHelpUrl("https://sensebox.de/books")}};
|
||||||
Blockly.Blocks.sensebox_gps_getValues={init:function(){this.appendDummyInput().appendField(Blockly.Msg.senseBox_gps_getValues);this.appendDummyInput().setAlign(Blockly.ALIGN_RIGHT).appendField(Blockly.Msg.senseBox_value).appendField(new Blockly.FieldDropdown([[Blockly.Msg.senseBox_gps_lat,"Latitude"],[Blockly.Msg.senseBox_gps_lng,"Longitude"],[Blockly.Msg.senseBox_gps_alt,"Altitude"],[Blockly.Msg.senseBox_gps_speed,"Speed"],[Blockly.Msg.senseBox_gps_date,"Date"],[Blockly.Msg.senseBox_gps_time,"Time"]]),
|
Blockly.Blocks.sensebox_gps_getValues={init:function(){this.appendDummyInput().appendField(Blockly.Msg.senseBox_gps_getValues);this.appendDummyInput().setAlign(Blockly.ALIGN_RIGHT).appendField(Blockly.Msg.senseBox_value).appendField(new Blockly.FieldDropdown([[Blockly.Msg.senseBox_gps_lat,"Latitude"],[Blockly.Msg.senseBox_gps_lng,"Longitude"],[Blockly.Msg.senseBox_gps_alt,"Altitude"],[Blockly.Msg.senseBox_gps_speed,"Speed"],[Blockly.Msg.senseBox_gps_date,"Date"],[Blockly.Msg.senseBox_gps_time,"Time"]]),
|
||||||
"Values");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setColour(Blockly.Blocks.sensebox.HUE);this.setTooltip(Blockly.Msg.senseBox_gps_getValues_tip);this.setHelpUrl("https://edu.books.sensebox.de/de/")},getBlockType:function(){return Blockly.Types.DECIMAL}};
|
"Values");this.setOutput(!0,Blockly.Types.NUMBER.output);this.setColour(Blockly.Blocks.sensebox.HUE);this.setTooltip(Blockly.Msg.senseBox_gps_getValues_tip);this.setHelpUrl("https://edu.books.sensebox.de/de/")},getBlockType:function(){return Blockly.Types.DECIMAL}};
|
||||||
Blockly.Blocks.sensebox_interval_timer={init:function(){this.setTooltip(Blockly.Msg.senseBox_interval_timer_tip);this.setHelpUrl("");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_interval_timer);this.appendDummyInput().setAlign(Blockly.ALIGN_LEFT).appendField(new Blockly.FieldTextInput("1000"),"interval").appendField(Blockly.Msg.senseBox_interval);this.appendStatementInput("DO").setCheck(null);this.setPreviousStatement(!0,null);this.setNextStatement(!0,
|
|
||||||
null)}};
|
|
||||||
Blockly.Blocks.sensebox_initialize_http_server={init:function(){this.setTooltip(Blockly.Msg.senseBox_init_http_server_tip);this.setHelpUrl("https://sensebox.de/books");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_init_http_server);this.appendDummyInput().setAlign(Blockly.ALIGN_LEFT).appendField("Port").appendField(new Blockly.FieldNumber(80),"Port");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null)},onchange:function(a){a=!1;
|
Blockly.Blocks.sensebox_initialize_http_server={init:function(){this.setTooltip(Blockly.Msg.senseBox_init_http_server_tip);this.setHelpUrl("https://sensebox.de/books");this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_init_http_server);this.appendDummyInput().setAlign(Blockly.ALIGN_LEFT).appendField("Port").appendField(new Blockly.FieldNumber(80),"Port");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null)},onchange:function(a){a=!1;
|
||||||
var b=this;do{if(-1!=this.LOOP_TYPES.indexOf(b.type)){a=!0;break}b=b.getSurroundParent()}while(b);a?(this.setWarningText(null),wifiDepend=!0):(this.setWarningText(Blockly.Msg.CONTROLS_FLOW_STATEMENTS_WARNING),wifiDepend=null)},LOOP_TYPES:["arduino_functions"]};
|
var b=this;do{if(-1!=this.LOOP_TYPES.indexOf(b.type)){a=!0;break}b=b.getSurroundParent()}while(b);a?(this.setWarningText(null),wifiDepend=!0):(this.setWarningText(Blockly.Msg.CONTROLS_FLOW_STATEMENTS_WARNING),wifiDepend=null)},LOOP_TYPES:["arduino_functions"]};
|
||||||
Blockly.Blocks.sensebox_http_on_client_connect={init:function(){this.setTooltip(Blockly.Msg.senseBox_http_on_client_connect_tip);this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_http_on_client_connect);this.appendStatementInput("ON_CONNECT");this.setHelpUrl("https://sensebox.de/books");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null)}};
|
Blockly.Blocks.sensebox_http_on_client_connect={init:function(){this.setTooltip(Blockly.Msg.senseBox_http_on_client_connect_tip);this.setColour(Blockly.Blocks.sensebox.HUE);this.appendDummyInput().appendField(Blockly.Msg.senseBox_http_on_client_connect);this.appendStatementInput("ON_CONNECT");this.setHelpUrl("https://sensebox.de/books");this.setPreviousStatement(!0,null);this.setNextStatement(!0,null)}};
|
||||||
|
|
|
@ -230,31 +230,23 @@ Blockly.Arduino.sensebox_button = function() {
|
||||||
var dropdown_pin = this.getFieldValue('PIN');
|
var dropdown_pin = this.getFieldValue('PIN');
|
||||||
var dropown_function = this.getFieldValue('FUNCTION');
|
var dropown_function = this.getFieldValue('FUNCTION');
|
||||||
Blockly.Arduino.includes_['library_senseBoxMCU'] = '#include "SenseBoxMCU.h"';
|
Blockly.Arduino.includes_['library_senseBoxMCU'] = '#include "SenseBoxMCU.h"';
|
||||||
Blockly.Arduino.definitions_['define_button'] = 'Button button(' + dropdown_pin + ');';
|
Blockly.Arduino.definitions_['define_button' + dropdown_pin +''] = 'Button button_'+dropdown_pin+'(' + dropdown_pin + ');';
|
||||||
Blockly.Arduino.setups_['setup_button'] = 'button.begin();';
|
Blockly.Arduino.setups_['setup_button' + dropdown_pin +''] = 'button_'+dropdown_pin+'.begin();';
|
||||||
var code = '';
|
var code = '';
|
||||||
if (dropown_function == 'isPressed'){
|
if (dropown_function == 'isPressed'){
|
||||||
code += 'button.isPressed()';
|
code += 'button_'+dropdown_pin+'.isPressed()';
|
||||||
}
|
}
|
||||||
else if (dropown_function == 'Switch')
|
else if (dropown_function == 'Switch')
|
||||||
{
|
{
|
||||||
code += 'button.getSwitch()';
|
code += 'button_'+dropdown_pin+'.getSwitch()';
|
||||||
}
|
}
|
||||||
else if (dropown_function == 'wasPressed')
|
else if (dropown_function == 'wasPressed')
|
||||||
{
|
{
|
||||||
code += 'button.wasPressed()';
|
code += 'button_'+dropdown_pin+'.wasPressed()';
|
||||||
}
|
}
|
||||||
return [code, Blockly.Arduino.ORDER_ATOMIC];
|
return [code, Blockly.Arduino.ORDER_ATOMIC];
|
||||||
};
|
};
|
||||||
|
|
||||||
Blockly.Arduino.sensebox_piezo = function() {
|
|
||||||
var dropdown_pin = this.getFieldValue('PIN');
|
|
||||||
var dropdown_stat = this.getFieldValue('STAT');
|
|
||||||
Blockly.Arduino.setups_['setup_piezo_buzzer_'+dropdown_pin] = 'pinMode('+dropdown_pin+', OUTPUT);';
|
|
||||||
var code = 'digitalWrite('+dropdown_pin+','+dropdown_stat+');\n'
|
|
||||||
return code;
|
|
||||||
};
|
|
||||||
|
|
||||||
Blockly.Arduino.sensebox_poti = function() {
|
Blockly.Arduino.sensebox_poti = function() {
|
||||||
var dropdown_pin = this.getFieldValue('PIN');
|
var dropdown_pin = this.getFieldValue('PIN');
|
||||||
Blockly.Arduino.setups_['setup_poti'] = 'pinMode('+dropdown_pin+', INPUT);';
|
Blockly.Arduino.setups_['setup_poti'] = 'pinMode('+dropdown_pin+', INPUT);';
|
||||||
|
@ -443,17 +435,6 @@ Blockly.Arduino.sensebox_sd_write_file = function(block) {
|
||||||
return [code ,Blockly.Arduino.ORDER_ATOMIC];
|
return [code ,Blockly.Arduino.ORDER_ATOMIC];
|
||||||
};
|
};
|
||||||
|
|
||||||
Blockly.Arduino.sensebox_interval_timer = function(block) {
|
|
||||||
var interval = this.getFieldValue('interval');
|
|
||||||
Blockly.Arduino.variables_['define_interval_variables'] = 'const long interval = '+interval+';\nlong time_start = 0;\nlong time_actual = 0;';
|
|
||||||
var branch = Blockly.Arduino.statementToCode(block, 'DO');
|
|
||||||
var code = 'time_start = millis();\n';
|
|
||||||
code += 'if (time_start > time_actual + interval) {\n time_actual = millis();\n'
|
|
||||||
code += branch;
|
|
||||||
code += '}\n'
|
|
||||||
return code;
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Webserver Blocks by Lucas Steinmann
|
* Webserver Blocks by Lucas Steinmann
|
||||||
*
|
*
|
||||||
|
|
|
@ -71,3 +71,14 @@ goog.require('Blockly.Arduino');
|
||||||
Blockly.Arduino['infinite_loop'] = function(block) {
|
Blockly.Arduino['infinite_loop'] = function(block) {
|
||||||
return 'while(true);\n';
|
return 'while(true);\n';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Blockly.Arduino.sensebox_interval_timer = function(block) {
|
||||||
|
var interval = this.getFieldValue('interval');
|
||||||
|
Blockly.Arduino.variables_['define_interval_variables'] = 'const long interval = '+interval+';\nlong time_start = 0;\nlong time_actual = 0;';
|
||||||
|
var branch = Blockly.Arduino.statementToCode(block, 'DO');
|
||||||
|
var code = 'time_start = millis();\n';
|
||||||
|
code += 'if (time_start > time_actual + interval) {\n time_actual = millis();\n'
|
||||||
|
code += branch;
|
||||||
|
code += '}\n'
|
||||||
|
return code;
|
||||||
|
};
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -55,7 +55,7 @@ Blockly.Msg.CONTROLS_IF_TOOLTIP_3 = "Wenn die erste Bedingung wahr (true) ist, d
|
||||||
Blockly.Msg.CONTROLS_IF_TOOLTIP_4 = "Wenn die erste Bedingung wahr (true) ist, dann führe die erste Anweisung aus. Oder wenn die zweite Bedingung wahr (true) ist, dann führe die zweite Anweisung aus. Falls keine der beiden Bedingungen wahr (true) ist, dann führe die dritte Anweisung aus.";
|
Blockly.Msg.CONTROLS_IF_TOOLTIP_4 = "Wenn die erste Bedingung wahr (true) ist, dann führe die erste Anweisung aus. Oder wenn die zweite Bedingung wahr (true) ist, dann führe die zweite Anweisung aus. Falls keine der beiden Bedingungen wahr (true) ist, dann führe die dritte Anweisung aus.";
|
||||||
Blockly.Msg.CONTROLS_REPEAT_HELPURL = "https://de.wikipedia.org/wiki/For-Schleife";
|
Blockly.Msg.CONTROLS_REPEAT_HELPURL = "https://de.wikipedia.org/wiki/For-Schleife";
|
||||||
Blockly.Msg.CONTROLS_REPEAT_INPUT_DO = "mache";
|
Blockly.Msg.CONTROLS_REPEAT_INPUT_DO = "mache";
|
||||||
Blockly.Msg.CONTROLS_REPEAT_TITLE = "wiederhole %1 mal";
|
Blockly.Msg.CONTROLS_REPEAT_TITLE = "Wiederhole %1 mal";
|
||||||
Blockly.Msg.CONTROLS_REPEAT_TOOLTIP = "Eine Anweisung mehrfach ausführen.";
|
Blockly.Msg.CONTROLS_REPEAT_TOOLTIP = "Eine Anweisung mehrfach ausführen.";
|
||||||
Blockly.Msg.CONTROLS_WHILEUNTIL_HELPURL = "https://de.wikipedia.org/wiki/Schleife_%28Programmierung%29";
|
Blockly.Msg.CONTROLS_WHILEUNTIL_HELPURL = "https://de.wikipedia.org/wiki/Schleife_%28Programmierung%29";
|
||||||
Blockly.Msg.CONTROLS_WHILEUNTIL_OPERATOR_UNTIL = "Wiederhole bis";
|
Blockly.Msg.CONTROLS_WHILEUNTIL_OPERATOR_UNTIL = "Wiederhole bis";
|
||||||
|
@ -414,13 +414,13 @@ Blockly.Msg.ARD_HIGHLOW_TIP = "Setzt einen Status auf HIGH oder LOWSet a pin sta
|
||||||
Blockly.Msg.ARD_LOW = "LOW";
|
Blockly.Msg.ARD_LOW = "LOW";
|
||||||
Blockly.Msg.ARD_MAP = "Verteile Wert";
|
Blockly.Msg.ARD_MAP = "Verteile Wert";
|
||||||
Blockly.Msg.ARD_MAP_FROMMIN = "von Minimum";
|
Blockly.Msg.ARD_MAP_FROMMIN = "von Minimum";
|
||||||
Blockly.Msg.ARD_MAP_FROMMAX = "bis Maximun";
|
Blockly.Msg.ARD_MAP_FROMMAX = "bis maximum";
|
||||||
Blockly.Msg.ARD_MAP_TOMIN = "auf Minimum";
|
Blockly.Msg.ARD_MAP_TOMIN = "auf Minimum";
|
||||||
Blockly.Msg.ARD_MAP_TOMAX = "bis Maximum";
|
Blockly.Msg.ARD_MAP_TOMAX = "bis Maximum";
|
||||||
Blockly.Msg.ARD_MAP_TIP = "Verteilt Werte zwischen [0-1024] zu andere.";
|
Blockly.Msg.ARD_MAP_TIP = "Verteilt Werte zwischen [0-1024] zu andere.";
|
||||||
Blockly.Msg.ARD_MAP_VAL = "Wert zu [0-";
|
Blockly.Msg.ARD_MAP_VAL = "Wert zu [0-";
|
||||||
Blockly.Msg.ARD_NOTONE = "Schalte Ton aus an Pin#";
|
Blockly.Msg.ARD_NOTONE = "Schalte Ton aus an Pin";
|
||||||
Blockly.Msg.ARD_NOTONE_PIN = "keinen Ton an Pin#";
|
Blockly.Msg.ARD_NOTONE_PIN = "keinen Ton an Pin";
|
||||||
Blockly.Msg.ARD_NOTONE_PIN_TIP = "Stoppe die Tonerzeugung an Pin";
|
Blockly.Msg.ARD_NOTONE_PIN_TIP = "Stoppe die Tonerzeugung an Pin";
|
||||||
Blockly.Msg.ARD_NOTONE_TIP = "Schaltet den Ton am ausgewählten Pin aus";
|
Blockly.Msg.ARD_NOTONE_TIP = "Schaltet den Ton am ausgewählten Pin aus";
|
||||||
Blockly.Msg.ARD_PIN_WARN1 = "Pin %1 wird benötigt für %2 als Pin %3. Bereitsgenutzt als %4.";
|
Blockly.Msg.ARD_PIN_WARN1 = "Pin %1 wird benötigt für %2 als Pin %3. Bereitsgenutzt als %4.";
|
||||||
|
@ -442,7 +442,7 @@ Blockly.Msg.ARD_SERVO_WRITE = "setzt SERVO an Pin";
|
||||||
Blockly.Msg.ARD_SERVO_WRITE_DEG_180 = "Winkel (0~180)";
|
Blockly.Msg.ARD_SERVO_WRITE_DEG_180 = "Winkel (0~180)";
|
||||||
Blockly.Msg.ARD_SERVO_WRITE_TIP = "Set a Servo to an specified angle"; // untranslated
|
Blockly.Msg.ARD_SERVO_WRITE_TIP = "Set a Servo to an specified angle"; // untranslated
|
||||||
Blockly.Msg.ARD_SERVO_WRITE_TO = ""; // untranslated
|
Blockly.Msg.ARD_SERVO_WRITE_TO = ""; // untranslated
|
||||||
Blockly.Msg.ARD_SETTONE = "Set tone on pin #"; // untranslated
|
Blockly.Msg.ARD_SETTONE = "Spiele Ton an Pin"; // untranslated
|
||||||
Blockly.Msg.ARD_SPI_SETUP = "Setup";
|
Blockly.Msg.ARD_SPI_SETUP = "Setup";
|
||||||
Blockly.Msg.ARD_SPI_SETUP_CONF = "Konfiguration:";
|
Blockly.Msg.ARD_SPI_SETUP_CONF = "Konfiguration:";
|
||||||
Blockly.Msg.ARD_SPI_SETUP_DIVIDE = "clock divide"; // untranslated
|
Blockly.Msg.ARD_SPI_SETUP_DIVIDE = "clock divide"; // untranslated
|
||||||
|
@ -493,7 +493,7 @@ Blockly.Msg.ARD_TIME_MS = "Millisekunden";
|
||||||
Blockly.Msg.ARD_TONEFREQ = "mit Frequenz";
|
Blockly.Msg.ARD_TONEFREQ = "mit Frequenz";
|
||||||
Blockly.Msg.ARD_TONE_FREQ = "Frequenz";
|
Blockly.Msg.ARD_TONE_FREQ = "Frequenz";
|
||||||
Blockly.Msg.ARD_TONE_PIN = "Ton PIN#";
|
Blockly.Msg.ARD_TONE_PIN = "Ton PIN#";
|
||||||
Blockly.Msg.ARD_TONE_PIN_TIP = "Generate audio tones on a pin"; // untranslated
|
Blockly.Msg.ARD_TONE_PIN_TIP = "Erzeugt einen Ton an Pin";
|
||||||
Blockly.Msg.ARD_TONE_TIP = "Erzeugt einen Ton an Pin mit einer spezifischen Frequenz zwischen 31 - 65535";
|
Blockly.Msg.ARD_TONE_TIP = "Erzeugt einen Ton an Pin mit einer spezifischen Frequenz zwischen 31 - 65535";
|
||||||
Blockly.Msg.ARD_TONE_WARNING = "Frequenz muss zwischen 31 - 65535 liegen";
|
Blockly.Msg.ARD_TONE_WARNING = "Frequenz muss zwischen 31 - 65535 liegen";
|
||||||
Blockly.Msg.ARD_TYPE_ARRAY = "Array";
|
Blockly.Msg.ARD_TYPE_ARRAY = "Array";
|
||||||
|
@ -519,7 +519,6 @@ Blockly.Msg.RENAME_INSTANCE_TITLE = "Benenne alle '%1' Instanzen zu:";
|
||||||
|
|
||||||
Blockly.Msg.senseBox_basic_blue = "Blau";
|
Blockly.Msg.senseBox_basic_blue = "Blau";
|
||||||
Blockly.Msg.senseBox_basic_green = "Grün";
|
Blockly.Msg.senseBox_basic_green = "Grün";
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo Piepser";
|
|
||||||
Blockly.Msg.senseBox_basic_red = "Rot";
|
Blockly.Msg.senseBox_basic_red = "Rot";
|
||||||
Blockly.Msg.senseBox_basic_state = "Status";
|
Blockly.Msg.senseBox_basic_state = "Status";
|
||||||
Blockly.Msg.senseBox_off = "Aus";
|
Blockly.Msg.senseBox_off = "Aus";
|
||||||
|
@ -540,9 +539,9 @@ Blockly.Msg.senseBox_output_safetosd_tip = "Speichert Messwerte auf SD Karte"
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Auf Kommandozeile ausgeben";
|
Blockly.Msg.senseBox_output_serialprint = "Auf Kommandozeile ausgeben";
|
||||||
Blockly.Msg.senseBox_serial_tip = "Gibt Messwerte oder Daten auf dem Seriellen Monitor der Arduino IDE aus. Praktisch um ohne Display zu arbeiten";
|
Blockly.Msg.senseBox_serial_tip = "Gibt Messwerte oder Daten auf dem Seriellen Monitor der Arduino IDE aus. Praktisch um ohne Display zu arbeiten";
|
||||||
Blockly.Msg.senseBox_output_timestamp = "Zeitstempel";
|
Blockly.Msg.senseBox_output_timestamp = "Zeitstempel";
|
||||||
Blockly.Msg.senseBox_button = "Drucktaster";
|
Blockly.Msg.senseBox_button = "Button";
|
||||||
Blockly.Msg.senseBox_button_tip = "Drucktaster";
|
Blockly.Msg.senseBox_button_tip = "Liest den Zustand des Buttons";
|
||||||
Blockly.Msg.senseBox_led = "LED an digital";
|
Blockly.Msg.senseBox_led = "LED an digitalen";
|
||||||
Blockly.Msg.senseBox_led_tip = "Einfache LED. Beim Anschluss sollte immer ein Vorwiderstand verwendet werden";
|
Blockly.Msg.senseBox_led_tip = "Einfache LED. Beim Anschluss sollte immer ein Vorwiderstand verwendet werden";
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo an digital";
|
Blockly.Msg.senseBox_piezo = "Piezo an digital";
|
||||||
Blockly.Msg.senseBox_piezo_tip = "Piezo an digital PIN. Beim Anschluss sollte immer ein Vorwiderstand verwendet werden";
|
Blockly.Msg.senseBox_piezo_tip = "Piezo an digital PIN. Beim Anschluss sollte immer ein Vorwiderstand verwendet werden";
|
||||||
|
@ -556,31 +555,31 @@ Blockly.Msg.senseBox_lux = "Helligkeitssensor";
|
||||||
Blockly.Msg.senseBox_lux_tip = "Helligkeitssensor";
|
Blockly.Msg.senseBox_lux_tip = "Helligkeitssensor";
|
||||||
Blockly.Msg.senseBox_poti = "Potenziometer";
|
Blockly.Msg.senseBox_poti = "Potenziometer";
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potenziometer";
|
Blockly.Msg.senseBox_poti_tip = "Potenziometer";
|
||||||
Blockly.Msg.senseBox_pressure_sensor = "Luftdruck/Temperatur Sensor (BMP280)";
|
Blockly.Msg.senseBox_pressure_sensor = "Luftdruck-/Temperatursensor (BMP280)";
|
||||||
Blockly.Msg.senseBox_pressure = "Luftdruck in Pa";
|
Blockly.Msg.senseBox_pressure = "Luftdruck in Pa";
|
||||||
Blockly.Msg.senseBox_pressure_dimension = "Luftdruck in Pa";
|
Blockly.Msg.senseBox_pressure_dimension = "Luftdruck in Pa";
|
||||||
Blockly.Msg.senseBox_pressure_tip = "Luftdrucksensor";
|
Blockly.Msg.senseBox_pressure_tip = "Luftdrucksensor";
|
||||||
Blockly.Msg.senseBox_pressure_referencePressure = "Luftdruck auf NN";
|
Blockly.Msg.senseBox_pressure_referencePressure = "Luftdruck auf NN";
|
||||||
Blockly.Msg.senseBox_pressure_referencePressure_dim = "hPa";
|
Blockly.Msg.senseBox_pressure_referencePressure_dim = "hPa";
|
||||||
Blockly.Msg.senseBox_sound = "Geräuschsensor";
|
Blockly.Msg.senseBox_sound = "Mikrofon";
|
||||||
Blockly.Msg.senseBox_sound_tip = "Geräuschsensor";
|
Blockly.Msg.senseBox_sound_tip = "Gibt den Messwert des Mikrofons in Volt zurück";
|
||||||
Blockly.Msg.senseBox_rgb_led = "RGB-LED"
|
Blockly.Msg.senseBox_rgb_led = "RGB-LED"
|
||||||
Blockly.Msg.senseBox_rgb_led_tip = "RGB-LED benötigt einen digitalen Pin und eine Stromkreis ";
|
Blockly.Msg.senseBox_rgb_led_tip = "RGB-LED benötigt einen digitalen Pin und eine Stromkreis ";
|
||||||
Blockly.Msg.senseBox_temp = "Temperatur in °C";
|
Blockly.Msg.senseBox_temp = "Temperatur in °C";
|
||||||
Blockly.Msg.senseBox_temp_hum = "Temperatur/Luftfeuchtigkeitssensor (HDC1080)";
|
Blockly.Msg.senseBox_temp_hum = "Temperatur-/Luftfeuchtigkeitssensor (HDC1080)";
|
||||||
Blockly.Msg.senseBox_temp_hum_tip = "Sensor misst Temperatur und Luftfeuchtigkeit";
|
Blockly.Msg.senseBox_temp_hum_tip = "Sensor misst Temperatur und Luftfeuchtigkeit";
|
||||||
Blockly.Msg.senseBox_ultrasonic = "Ultraschall Abstandssensor an Port";
|
Blockly.Msg.senseBox_ultrasonic = "Ultraschall-Abstandssensor an Port";
|
||||||
Blockly.Msg.senseBox_ultrasonic_port_A = "A";
|
Blockly.Msg.senseBox_ultrasonic_port_A = "A";
|
||||||
Blockly.Msg.senseBox_ultrasonic_port_B = "B";
|
Blockly.Msg.senseBox_ultrasonic_port_B = "B";
|
||||||
Blockly.Msg.senseBox_ultrasonic_port_C = "C";
|
Blockly.Msg.senseBox_ultrasonic_port_C = "C";
|
||||||
Blockly.Msg.senseBox_ultrasonic_tip = "Ultraschall Abstandssensor";
|
Blockly.Msg.senseBox_ultrasonic_tip = "Misst die Distanz mithilfe von Ultraschall in cm";
|
||||||
Blockly.Msg.senseBox_value = "Messwert:";
|
Blockly.Msg.senseBox_value = "Messwert:";
|
||||||
Blockly.Msg.senseBox_uv_light = "Licht Sichtbar + UV Sensor";
|
Blockly.Msg.senseBox_uv_light = "Helligkeit-/UV-Sensor";
|
||||||
Blockly.Msg.senseBox_uv_light_tip = "Sensor misst UV-Licht oder Die Helligkeit";
|
Blockly.Msg.senseBox_uv_light_tip = "Sensor misst UV-Licht oder die Helligkeit";
|
||||||
Blockly.Msg.senseBox_uv = "UV-Intensität in µW/cm²";
|
Blockly.Msg.senseBox_uv = "UV-Intensität in µW/cm²";
|
||||||
Blockly.Msg.senseBox_light = "Beleuchtungsstärke in Lux";
|
Blockly.Msg.senseBox_light = "Beleuchtungsstärke in Lux";
|
||||||
Blockly.Msg.senseBox_bmx055_compass= "Lage Sensor";
|
Blockly.Msg.senseBox_bmx055_compass= "Lage Sensor";
|
||||||
Blockly.Msg.senseBox_bmx055_accelerometer = "Beschleunigungs Sensor";
|
Blockly.Msg.senseBox_bmx055_accelerometer = "Beschleunigungssensor";
|
||||||
Blockly.Msg.senseBox_bmx055_accelerometer_range = "Messbereich";
|
Blockly.Msg.senseBox_bmx055_accelerometer_range = "Messbereich";
|
||||||
Blockly.Msg.senseBox_bmx055_accelerometer_range_2g = "2g";
|
Blockly.Msg.senseBox_bmx055_accelerometer_range_2g = "2g";
|
||||||
Blockly.Msg.senseBox_bmx055_accelerometer_range_4g = "4g";
|
Blockly.Msg.senseBox_bmx055_accelerometer_range_4g = "4g";
|
||||||
|
@ -598,6 +597,7 @@ Blockly.Msg.senseBox_bmx055_gyroscope_tip = "Lage Sensor";
|
||||||
Blockly.Msg.senseBox_bmx055_x = "X-Richtung";
|
Blockly.Msg.senseBox_bmx055_x = "X-Richtung";
|
||||||
Blockly.Msg.senseBox_bmx055_y = "Y-Richtung";
|
Blockly.Msg.senseBox_bmx055_y = "Y-Richtung";
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Verbinde mit WLAN";
|
Blockly.Msg.senseBox_wifi_connect = "Verbinde mit WLAN";
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Netzwerkname";
|
||||||
Blockly.Msg.senseBox_wifi_tip = "stellt eine WLAN verbindung her";
|
Blockly.Msg.senseBox_wifi_tip = "stellt eine WLAN verbindung her";
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialisiere WLAN Access Point";
|
Blockly.Msg.senseBox_wifi_startap = "Initialisiere WLAN Access Point";
|
||||||
Blockly.Msg.senseBox_osem_connection_tip = "stellt eine WLAN verbindung her";
|
Blockly.Msg.senseBox_osem_connection_tip = "stellt eine WLAN verbindung her";
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename";
|
||||||
Blockly.Msg.senseBox_output_format = "format:";
|
Blockly.Msg.senseBox_output_format = "format:";
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak";
|
Blockly.Msg.senseBox_output_linebreak = "linebreak";
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID";
|
Blockly.Msg.senseBox_output_networkid = "networkID";
|
||||||
Blockly.Msg.senseBox_output_password = "password";
|
Blockly.Msg.senseBox_output_password = "Password";
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd";
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd";
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card";
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card";
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor";
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor";
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp";
|
Blockly.Msg.senseBox_output_timestamp = "timestamp";
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo";
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound";
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound";
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer";
|
Blockly.Msg.senseBox_poti = "Potentiometer";
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer";
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer";
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors";
|
Blockly.Msg.senseBox_sensor = "Sensors";
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm";
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm";
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture";
|
Blockly.Msg.senseBox_soil = "Soil Moisture";
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor";
|
Blockly.Msg.senseBox_sound = "Microphone";
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness";
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts.";
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block.";
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block.";
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block.";
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block.";
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C";
|
Blockly.Msg.senseBox_temp = "Temperature in °C";
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:";
|
Blockly.Msg.senseBox_value = "value:";
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature";
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature";
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi";
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi";
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname";
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point";
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point";
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection";
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection";
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle";
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle";
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -630,12 +630,11 @@ Blockly.Msg.senseBox_output_filename = "filename"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
Blockly.Msg.senseBox_output_format = "format:"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
Blockly.Msg.senseBox_output_linebreak = "linebreak"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
Blockly.Msg.senseBox_output_networkid = "networkID"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_password = "password"; // untranslated
|
Blockly.Msg.senseBox_output_password = "Password"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd = "safe to sd"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
Blockly.Msg.senseBox_output_safetosd_tip = "Save Measurment to SD-Card"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
Blockly.Msg.senseBox_output_serialprint = "Print on Serial Monitor"; // untranslated
|
||||||
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
Blockly.Msg.senseBox_output_timestamp = "timestamp"; // untranslated
|
||||||
Blockly.Msg.senseBox_piezo = "Piezo"; // untranslated
|
|
||||||
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
Blockly.Msg.senseBox_piezo_tip = "simple piezo to make sound"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti = "Potentiometer"; // untranslated
|
||||||
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
Blockly.Msg.senseBox_poti_tip = "Potentiometer"; // untranslated
|
||||||
|
@ -664,8 +663,8 @@ Blockly.Msg.senseBox_send_to_osem_tip = "sends the measurement to openSenseMap.
|
||||||
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
Blockly.Msg.senseBox_sensor = "Sensors"; // untranslated
|
||||||
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
Blockly.Msg.senseBox_serial_tip = "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm"; // untranslated
|
||||||
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
Blockly.Msg.senseBox_soil = "Soil Moisture"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound = "Soundsensor"; // untranslated
|
Blockly.Msg.senseBox_sound = "Microphone"; // untranslated
|
||||||
Blockly.Msg.senseBox_sound_tip = "sound sensor gives you a value which reflects the loudness"; // untranslated
|
Blockly.Msg.senseBox_sound_tip = "This block returns the measured value of the microphone in volts."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
Blockly.Msg.senseBox_tag_first_mutator_tip = "Mandatory children to this block."; // untranslated
|
||||||
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
Blockly.Msg.senseBox_tag_optional_mutator_tip = "Add more children to the block."; // untranslated
|
||||||
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
Blockly.Msg.senseBox_temp = "Temperature in °C"; // untranslated
|
||||||
|
@ -684,6 +683,7 @@ Blockly.Msg.senseBox_uv_light_tip = "Sensor measuring the UV-light and the illu
|
||||||
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
Blockly.Msg.senseBox_value = "value:"; // untranslated
|
||||||
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
Blockly.Msg.senseBox_watertemperature = "Water Temperature"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
Blockly.Msg.senseBox_wifi_connect = "Connect to Wifi"; // untranslated
|
||||||
|
Blockly.Msg.senseBox_wifi_ssid = "Networkname"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
Blockly.Msg.senseBox_wifi_startap = "Initialize Wifi Access Point"; // untranslated
|
||||||
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
Blockly.Msg.senseBox_wifi_tip = "Establishes a wifi connection"; // untranslated
|
||||||
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
Blockly.Msg.sensebox_display_drawRectangle = "Draw Rectangle"; // untranslated
|
||||||
|
|
|
@ -63,12 +63,12 @@
|
||||||
"ARD_TONE_PIN": "Tone PIN#",
|
"ARD_TONE_PIN": "Tone PIN#",
|
||||||
"ARD_TONE_FREQ": "frequency",
|
"ARD_TONE_FREQ": "frequency",
|
||||||
"ARD_TONE_PIN_TIP": "Generate audio tones on a pin",
|
"ARD_TONE_PIN_TIP": "Generate audio tones on a pin",
|
||||||
"ARD_NOTONE_PIN": "No tone PIN#",
|
"ARD_NOTONE_PIN": "Schalte Ton aus an Pin",
|
||||||
"ARD_NOTONE_PIN_TIP": "Stop generating a tone on a pin",
|
"ARD_NOTONE_PIN_TIP": "Stop generating a tone on a pin",
|
||||||
"ARD_MAP": "Map Value",
|
"ARD_MAP": "Map Value",
|
||||||
"ARD_MAP_VAL": "value to [0-",
|
"ARD_MAP_VAL": "value to [0-",
|
||||||
"ARD_MAP_FROMMIN" : "von Minimum",
|
"ARD_MAP_FROMMIN" : "von Minimum",
|
||||||
"ARD_MAP_FROMMAX" : "bis Maximun",
|
"ARD_MAP_FROMMAX" : "bis maximum",
|
||||||
"ARD_MAP_TOMIN" : "auf Minimum",
|
"ARD_MAP_TOMIN" : "auf Minimum",
|
||||||
"ARD_MAP_TOMAX" : "bis Maximum",
|
"ARD_MAP_TOMAX" : "bis Maximum",
|
||||||
"ARD_MAP_TIP": "Re-maps a number from [0-1024] to another.",
|
"ARD_MAP_TIP": "Re-maps a number from [0-1024] to another.",
|
||||||
|
@ -144,8 +144,8 @@
|
||||||
"ARD_PULSE_READ_TIMEOUT": "measure %1 pulse on pin #%2 (timeout after %3 μs)",
|
"ARD_PULSE_READ_TIMEOUT": "measure %1 pulse on pin #%2 (timeout after %3 μs)",
|
||||||
"ARD_PULSE_TIP": "Measures the duration of a pulse on the selected pin.",
|
"ARD_PULSE_TIP": "Measures the duration of a pulse on the selected pin.",
|
||||||
"ARD_PULSETIMEOUT_TIP": "Measures the duration of a pulse on the selected pin, if it is within the time-out in microseconds.",
|
"ARD_PULSETIMEOUT_TIP": "Measures the duration of a pulse on the selected pin, if it is within the time-out in microseconds.",
|
||||||
"ARD_SETTONE": "Set tone on pin #",
|
"ARD_SETTONE": "Spiele Ton an Pin",
|
||||||
"ARD_TONEFREQ": "at frequency",
|
"ARD_TONEFREQ": "mit der Frequenz",
|
||||||
"ARD_TONE_TIP": "Sets tone on pin to specified frequency within range 31 - 65535",
|
"ARD_TONE_TIP": "Sets tone on pin to specified frequency within range 31 - 65535",
|
||||||
"ARD_TONE_WARNING": "Frequency must be in range 31 - 65535",
|
"ARD_TONE_WARNING": "Frequency must be in range 31 - 65535",
|
||||||
"ARD_NOTONE": "Turn off tone on pin #",
|
"ARD_NOTONE": "Turn off tone on pin #",
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
"COLOUR_BLEND_RATIO": "im Verhältnis",
|
"COLOUR_BLEND_RATIO": "im Verhältnis",
|
||||||
"COLOUR_BLEND_TOOLTIP": "Vermische 2 Farben mit konfigurierbaren Farbverhältnis (0.0 - 1.0).",
|
"COLOUR_BLEND_TOOLTIP": "Vermische 2 Farben mit konfigurierbaren Farbverhältnis (0.0 - 1.0).",
|
||||||
"CONTROLS_REPEAT_HELPURL": "https://de.wikipedia.org/wiki/For-Schleife",
|
"CONTROLS_REPEAT_HELPURL": "https://de.wikipedia.org/wiki/For-Schleife",
|
||||||
"CONTROLS_REPEAT_TITLE": "wiederhole %1 mal",
|
"CONTROLS_REPEAT_TITLE": "Wiederhole %1 mal",
|
||||||
"CONTROLS_REPEAT_INPUT_DO": "mache",
|
"CONTROLS_REPEAT_INPUT_DO": "mache",
|
||||||
"CONTROLS_REPEAT_TOOLTIP": "Eine Anweisung mehrfach ausführen.",
|
"CONTROLS_REPEAT_TOOLTIP": "Eine Anweisung mehrfach ausführen.",
|
||||||
"CONTROLS_WHILEUNTIL_HELPURL": "https://de.wikipedia.org/wiki/Schleife_%28Programmierung%29",
|
"CONTROLS_WHILEUNTIL_HELPURL": "https://de.wikipedia.org/wiki/Schleife_%28Programmierung%29",
|
||||||
|
@ -488,12 +488,10 @@
|
||||||
"senseBox_output_serialprint ": "Auf Kommandozeile ausgeben",
|
"senseBox_output_serialprint ": "Auf Kommandozeile ausgeben",
|
||||||
"senseBox_serial_tip ": "Gibt Messwerte oder Daten auf dem Seriellen Monitor der Arduino IDE aus. Praktisch um ohne Display zu arbeiten",
|
"senseBox_serial_tip ": "Gibt Messwerte oder Daten auf dem Seriellen Monitor der Arduino IDE aus. Praktisch um ohne Display zu arbeiten",
|
||||||
"senseBox_output_timestamp ": "Zeitstempel",
|
"senseBox_output_timestamp ": "Zeitstempel",
|
||||||
"senseBox_button ": "Drucktaster",
|
"senseBox_button ": "Button",
|
||||||
"senseBox_button_tip ": "Drucktaster",
|
"senseBox_button_tip ": "Liest den Zustand des Buttons aus",
|
||||||
"senseBox_led ": "LED an digital",
|
"senseBox_led ": "LED an digital",
|
||||||
"senseBox_led_tip ": "Einfache LED. Beim Anschluss sollte immer ein Vorwiderstand verwendet werden",
|
"senseBox_led_tip ": "Einfache LED. Beim Anschluss sollte immer ein Vorwiderstand verwendet werden",
|
||||||
"senseBox_piezo ": "Piezo an digital",
|
|
||||||
"senseBox_piezo_tip ": "Piezo an digital PIN. Beim Anschluss sollte immer ein Vorwiderstand verwendet werden",
|
|
||||||
"senseBox_foto ": "Fotowiderstand",
|
"senseBox_foto ": "Fotowiderstand",
|
||||||
"senseBox_foto_tip ": "Fotowiderstand",
|
"senseBox_foto_tip ": "Fotowiderstand",
|
||||||
"senseBox_hum ": "Luftfeuchtigkeit",
|
"senseBox_hum ": "Luftfeuchtigkeit",
|
||||||
|
@ -505,18 +503,18 @@
|
||||||
"senseBox_poti ": "Potenziometer",
|
"senseBox_poti ": "Potenziometer",
|
||||||
"senseBox_poti_tip ": "Potenziometer",
|
"senseBox_poti_tip ": "Potenziometer",
|
||||||
"senseBox_pressure ": "Luftdruck in Pa",
|
"senseBox_pressure ": "Luftdruck in Pa",
|
||||||
"senseBox_pressure_sensor ": "Luftdruck/Temperatur Sensor (BMP280)",
|
"senseBox_pressure_sensor ": "Luftdruck-/Temperatursensor (BMP280)",
|
||||||
"senseBox_pressure_tip ": "Luftdrucksensor",
|
"senseBox_pressure_tip ": "Luftdrucksensor",
|
||||||
"senseBox_pressure_referencePressure": "Luftdruck auf NN",
|
"senseBox_pressure_referencePressure": "Luftdruck auf NN",
|
||||||
"senseBox_pressure_referencePressure_dim": "hPa",
|
"senseBox_pressure_referencePressure_dim": "hPa",
|
||||||
"senseBox_sound ": "Geräuschsensor",
|
"senseBox_sound ": "Mikrofon",
|
||||||
"senseBox_sound_tip ": "Geräuschsensor",
|
"senseBox_sound_tip ": "Gibt den Messwert des Mikrofons in Volt zurück",
|
||||||
"senseBox_rgb_led ": "RGB-LED",
|
"senseBox_rgb_led ": "RGB-LED",
|
||||||
"senseBox_rgb_led_tip ": "RGB-LED benötigt einen digitalen Pin und eine Stromkreis ",
|
"senseBox_rgb_led_tip ": "RGB-LED benötigt einen digitalen Pin und eine Stromkreis ",
|
||||||
"senseBox_temp ": "Temperatur in °C",
|
"senseBox_temp ": "Temperatur in °C",
|
||||||
"senseBox_temp_hum ": "Temperatur/Luftfeuchtigkeitssensor (HDC1080)",
|
"senseBox_temp_hum ": "Temperatur-/Luftfeuchtigkeitssensor (HDC1080)",
|
||||||
"senseBox_temp_hum_tip ": "Sensor misst Temperatur und Luftfeuchtigkeit",
|
"senseBox_temp_hum_tip ": "Sensor misst Temperatur und Luftfeuchtigkeit",
|
||||||
"senseBox_ultrasonic ": "Ultraschall Abstandssensor an Port",
|
"senseBox_ultrasonic ": "Ultraschall-Abstandssensor an Port",
|
||||||
"senseBox_ultrasonic_tip ": "Ultraschall Abstandssensor",
|
"senseBox_ultrasonic_tip ": "Ultraschall Abstandssensor",
|
||||||
"senseBox_ultrasonic_port_A" : "A",
|
"senseBox_ultrasonic_port_A" : "A",
|
||||||
"senseBox_ultrasonic_port_B" : "B",
|
"senseBox_ultrasonic_port_B" : "B",
|
||||||
|
@ -526,10 +524,10 @@
|
||||||
"senseBox_uv ": "UV-Intensität in µW/cm²",
|
"senseBox_uv ": "UV-Intensität in µW/cm²",
|
||||||
"senseBox_light ": "Beleuchtungsstärke in Lux",
|
"senseBox_light ": "Beleuchtungsstärke in Lux",
|
||||||
"senseBox_value ": "Messwert:",
|
"senseBox_value ": "Messwert:",
|
||||||
"senseBox_uv_light ": "Licht Sichtbar + UV Sensor",
|
"senseBox_uv_light ": "Helligkeit-/UV-Sensor",
|
||||||
"senseBox_uv_light_tip ": "Sensor misst UV-Licht oder Die Helligkeit",
|
"senseBox_uv_light_tip ": "Sensor misst UV-Licht oder Die Helligkeit",
|
||||||
"senseBox_bmx055_compass": "Lage Sensor",
|
"senseBox_bmx055_compass": "Lage Sensor",
|
||||||
"senseBox_bmx055_accelerometer ": "Beschleunigungs Sensor",
|
"senseBox_bmx055_accelerometer ": "Beschleunigungssensor",
|
||||||
"senseBox_bmx055_accelerometer_range" : "Messbereich",
|
"senseBox_bmx055_accelerometer_range" : "Messbereich",
|
||||||
"senseBox_bmx055_accelerometer_range_2g" : "2g",
|
"senseBox_bmx055_accelerometer_range_2g" : "2g",
|
||||||
"senseBox_bmx055_accelerometer_range_4g" : "4g",
|
"senseBox_bmx055_accelerometer_range_4g" : "4g",
|
||||||
|
@ -548,6 +546,7 @@
|
||||||
"senseBox_bmx055_y ": "Y-Richtung",
|
"senseBox_bmx055_y ": "Y-Richtung",
|
||||||
"senseBox_wifi_tip ": "stellt eine WLAN verbindung her",
|
"senseBox_wifi_tip ": "stellt eine WLAN verbindung her",
|
||||||
"senseBox_wifi_connect": "Verbinde mit WLAN",
|
"senseBox_wifi_connect": "Verbinde mit WLAN",
|
||||||
|
"senseBox_wifi_ssid": "Netzwerkname",
|
||||||
"senseBox_wifi_startap": "Initialisiere WLAN Access Point",
|
"senseBox_wifi_startap": "Initialisiere WLAN Access Point",
|
||||||
"senseBox_osem_connection ": "Verbinde mit openSenseMap",
|
"senseBox_osem_connection ": "Verbinde mit openSenseMap",
|
||||||
"senseBox_osem_connection_tip ": "stellt eine WLAN verbindung her",
|
"senseBox_osem_connection_tip ": "stellt eine WLAN verbindung her",
|
||||||
|
|
|
@ -136,7 +136,7 @@
|
||||||
"senseBox_output_format ": "format:",
|
"senseBox_output_format ": "format:",
|
||||||
"senseBox_output_linebreak ": "linebreak",
|
"senseBox_output_linebreak ": "linebreak",
|
||||||
"senseBox_output_networkid ": "networkID",
|
"senseBox_output_networkid ": "networkID",
|
||||||
"senseBox_output_password ": "password",
|
"senseBox_output_password ": "Password",
|
||||||
"senseBox_output_safetosd ": "safe to sd",
|
"senseBox_output_safetosd ": "safe to sd",
|
||||||
"senseBox_output_safetosd_tip ": "Save Measurment to SD-Card",
|
"senseBox_output_safetosd_tip ": "Save Measurment to SD-Card",
|
||||||
"senseBox_sd_create_file ": "Create file on SD-Card",
|
"senseBox_sd_create_file ": "Create file on SD-Card",
|
||||||
|
@ -147,7 +147,6 @@
|
||||||
"senseBox_output_serialprint ": "Print on Serial Monitor",
|
"senseBox_output_serialprint ": "Print on Serial Monitor",
|
||||||
"senseBox_output_timestamp ": "timestamp",
|
"senseBox_output_timestamp ": "timestamp",
|
||||||
"senseBox_button ": "Button",
|
"senseBox_button ": "Button",
|
||||||
"senseBox_piezo ": "Piezo",
|
|
||||||
"senseBox_foto ": "Light Dependent Resistor",
|
"senseBox_foto ": "Light Dependent Resistor",
|
||||||
"senseBox_hum ": "humidity in %",
|
"senseBox_hum ": "humidity in %",
|
||||||
"senseBox_ir ": "infrared distance sensor",
|
"senseBox_ir ": "infrared distance sensor",
|
||||||
|
@ -157,7 +156,7 @@
|
||||||
"senseBox_pressure ": "Airpressure in Pa",
|
"senseBox_pressure ": "Airpressure in Pa",
|
||||||
"senseBox_pressure_referencePressure": "Pressure at Sea Level",
|
"senseBox_pressure_referencePressure": "Pressure at Sea Level",
|
||||||
"senseBox_pressure_referencePressure_dim": "hPa",
|
"senseBox_pressure_referencePressure_dim": "hPa",
|
||||||
"senseBox_sound ": "Soundsensor",
|
"senseBox_sound ": "Microphone",
|
||||||
"senseBox_button_tip ": "Button",
|
"senseBox_button_tip ": "Button",
|
||||||
"senseBox_foto_tip ": "simple light depending resistor, gives values between 0 and 1023",
|
"senseBox_foto_tip ": "simple light depending resistor, gives values between 0 and 1023",
|
||||||
"senseBox_hum_tip ": "Measures humidity in %",
|
"senseBox_hum_tip ": "Measures humidity in %",
|
||||||
|
@ -165,7 +164,7 @@
|
||||||
"senseBox_lux_tip ": "Light Sensor can measure the illuminance in lux",
|
"senseBox_lux_tip ": "Light Sensor can measure the illuminance in lux",
|
||||||
"senseBox_poti_tip ": "Potentiometer",
|
"senseBox_poti_tip ": "Potentiometer",
|
||||||
"senseBox_pressure_tip ": "airpressure sensor can measure the airpressure in Pa",
|
"senseBox_pressure_tip ": "airpressure sensor can measure the airpressure in Pa",
|
||||||
"senseBox_sound_tip ": "sound sensor gives you a value which reflects the loudness",
|
"senseBox_sound_tip ": "This block returns the measured value of the microphone in volts.",
|
||||||
"senseBox_piezo_tip ": "simple piezo to make sound",
|
"senseBox_piezo_tip ": "simple piezo to make sound",
|
||||||
"senseBox_serial_tip ": "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm",
|
"senseBox_serial_tip ": "prints the values to the serial monitor in the arduino IDE. Good way to have a fast and easy feedback for your programm",
|
||||||
"senseBox_rgb_led ": "RGB-LED",
|
"senseBox_rgb_led ": "RGB-LED",
|
||||||
|
@ -207,6 +206,7 @@
|
||||||
"senseBox_led ": "LED connected to digital",
|
"senseBox_led ": "LED connected to digital",
|
||||||
"senseBox_wifi_tip ": "Establishes a wifi connection",
|
"senseBox_wifi_tip ": "Establishes a wifi connection",
|
||||||
"senseBox_wifi_connect": "Connect to Wifi",
|
"senseBox_wifi_connect": "Connect to Wifi",
|
||||||
|
"senseBox_wifi_ssid": "Networkname",
|
||||||
"senseBox_wifi_startap": "Initialize Wifi Access Point",
|
"senseBox_wifi_startap": "Initialize Wifi Access Point",
|
||||||
"senseBox_osem_connection ": "Connect to openSenseMap",
|
"senseBox_osem_connection ": "Connect to openSenseMap",
|
||||||
"senseBox_osem_connection_tip ": "",
|
"senseBox_osem_connection_tip ": "",
|
||||||
|
|
Loading…
Add table
Reference in a new issue