Changes for page wiki_test
Last modified by Mengting Qiu on 2024/09/05 17:35
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 2 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -115,7 +115,6 @@ 115 115 * Smart Cities 116 116 * Smart Factory 117 117 118 - 119 119 == 1.5 Sleep mode and working mode == 120 120 121 121 ... ... @@ -248,7 +248,7 @@ 248 248 249 249 250 250 (% border="1" cellspacing="4" style="width:515px" %) 251 -|(% style=" width:100px;background-color:#4F81BD;color:white" %)**Servers**|(% style="width:300px;background-color:#4F81BD;color:white" %)**Dash Board**|(% style="width:115px;background-color:#4F81BD;color:white" %)**Comments**250 +|(% style="background-color:#4f81bd; color:white; width:100px" %)**Servers**|(% style="background-color:#4f81bd; color:white; width:300px" %)**Dash Board**|(% style="background-color:#4f81bd; color:white; width:115px" %)**Comments** 252 252 |(% style="width:127px" %)[[Node-Red>>url:http://wiki.dragino.com/xwiki/bin/view/Main/General%20Configure%20to%20Connect%20to%20IoT%20server%20for%20-NB%20%26%20-NS%20NB-IoT%20models/#H3.5A0Node-RedA028viaA0MQTT29]]|(% style="width:385px" %)[[image:image-20230819113244-8.png||height="183" width="367"]]|(% style="width:170px" %) 253 253 |(% style="width:127px" %)[[DataCake>>url:http://wiki.dragino.com/xwiki/bin/view/Main/General%20Configure%20to%20Connect%20to%20IoT%20server%20for%20-NB%20%26%20-NS%20NB-IoT%20models/#H3.4Datacake]]|(% style="width:385px" %)[[image:image-20230819113244-9.png||height="120" width="369"]]|(% style="width:170px" %) 254 254 |(% style="width:127px" %)[[Tago.IO>>url:http://wiki.dragino.com/xwiki/bin/view/Main/General%20Configure%20to%20Connect%20to%20IoT%20server%20for%20-NB%20%26%20-NS%20NB-IoT%20models/#H3.7A0Tago.ioA028viaA0MQTT29]]|(% style="width:385px" %) |(% style="width:170px" %) ... ... @@ -258,7 +258,6 @@ 258 258 |(% style="width:127px" %)[[ThingsBoard>>url:http://wiki.dragino.com/xwiki/bin/view/Main/General%20Configure%20to%20Connect%20to%20IoT%20server%20for%20-NB%20%26%20-NS%20NB-IoT%20models/#H3.6A0ThingsBoard.CloudA028viaA0MQTT29]]|(% style="width:385px" %)[[image:image-20230819113244-11.png||height="113" width="293"]]|(% style="width:170px" %) 259 259 |(% style="width:127px" %) |(% style="width:385px" %) |(% style="width:170px" %) 260 260 261 - 262 262 (% style="color:blue" %)**1D Version**(%%): This version has 1NCE SIM card pre-installed and configure to send value to DataCake. User Just need to select the sensor type in DataCake and Activate S31-NB and user will be able to see data in DataCake. See here for [[DataCake Config Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/General%20Configure%20to%20Connect%20to%20IoT%20server%20for%20-NB%20%26%20-NS%20NB-IoT%20models/#H3.4Datacake]]. 263 263 264 264 ... ... @@ -267,7 +267,7 @@ 267 267 268 268 To meet different server requirement, S31-NB supports different payload type. 269 269 270 -Includes: 268 +**Includes:** 271 271 272 272 * [[General JSON format payload>>path:#General_Json]]. (Type=5) 273 273 ... ... @@ -279,26 +279,23 @@ 279 279 280 280 User can specify the payload type when choose the connection protocol. Example: 281 281 282 -(% style="color:#037691" %)**AT+PRO=2,0** (%%) ~/~/Use UDP Connection & hex Payload 280 +(% style="color:#037691" %)**AT+PRO=2,0** (%%) ~/~/ Use UDP Connection & hex Payload 283 283 284 284 (% style="color:#037691" %)**AT+PRO=2,5** (%%) ~/~/ Use UDP Connection & Json Payload 285 285 286 -(% style="color:#037691" %)**AT+PRO=3,5 ** (%%) ~/~/ Use MQTT Connection & Json Payload 284 +(% style="color:#037691" %)**AT+PRO=3,5 ** (%%) ~/~/ Use MQTT Connection & Json Payload 287 287 288 288 289 -=== 2.2.1 General Json Format (Type === 287 +=== 2.2.1 General Json Format (Type~=5) === 290 290 291 -5) === 292 292 293 293 This is the General Json Format. As below: 294 294 295 - 296 296 (% style="color:#4472c4" %)**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24,"Model":S31x-NB, "1":{28.2,48.3,2023/08/10 08:00:37},"2":{28.1,49.1,2023/08/10 07:57:37},"3":{28.1,48.5,2023/08/10 07:54:37},"4":{28.2,48.6,2023/08/10 07:51:37},"5":{28.1,48.9,2023/08/10 07:48:37},"6":{28.2,48.8,2023/08/10 07:45:37},"7":{28.2,48.8,2023/08/10 07:42:37},"8":{28.0,48.8,2023/08/10 07:39:37}}** 297 297 298 298 295 +(% style="color:red" %)**Notice, from above payload:** 299 299 300 -(% style="color:red" %)Notice, from above payload: 301 - 302 302 * Temperature , Humidity , Battery & Signal are the value at uplink time. 303 303 304 304 * Json entry 1 ~~ 8 are the last 1 ~~ 8 sampling data as specify by (% style="color:#037691" %)**AT+NOUD=8 ** (%%)Command. Each entry includes (from left to right): Temperature, Humidity, Sampling time. ... ... @@ -305,19 +305,16 @@ 305 305 306 306 307 307 308 -=== 2.2.2 HEX format Payload(Type === 303 +=== 2.2.2 HEX format Payload(Type~=0) === 309 309 310 -0) === 311 311 312 - 313 313 This is the HEX Format. As below: 314 314 315 315 (% style="color:#4472c4" %)**f86620705346276200640cba16010000000011011801e864d49c2d011a01e364d49925011901eb64d49871011901e564d497bd011a01e664d49709011901e964d49655011a01e864d495a1011a01e864d494ed011801e864d49439** 316 316 310 +[[image:1692424009971-458.png]] 317 317 318 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png]] 319 319 320 - 321 321 (% style="color:blue" %)**Version:** 322 322 323 323 These bytes include the hardware and software version. ... ... @@ -327,7 +327,7 @@ 327 327 (% style="color:#037691" %)**Lower byte:**(%%) Specify the software version: 0x64=100, means firmware version 100 328 328 329 329 330 -(% style="color: #037691" %)**BAT (Battery Info):**322 +(% style="color:blue" %)**BAT (Battery Info):** 331 331 332 332 Ex1: 0x0CBA = 3258mV 333 333 ... ... @@ -358,7 +358,6 @@ 358 358 (FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative) 359 359 360 360 361 - 362 362 (% style="color:blue" %)**Humidity: ** 363 363 364 364 Read:0295(H)=661(D) Value: 661 / 10=66.1, So 66.1% ... ... @@ -371,25 +371,21 @@ 371 371 Put the decimal value into this link(https:~/~/www.epochconverter.com/) to get the time. 372 372 373 373 374 -=== 2.2.3 ThingsBoard Payload(Type === 365 +=== 2.2.3 ThingsBoard Payload(Type~=3) === 375 375 376 -3) === 377 377 378 378 Type3 payload special design for ThingsBoard, it will also configure other default server to ThingsBoard. 379 379 380 - 381 381 (% style="color:#4472c4" %)**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24}** 382 382 383 383 384 -=== 2.2.4 ThingSpeak Payload(Type === 373 +=== 2.2.4 ThingSpeak Payload(Type~=1) === 385 385 386 -1) === 387 387 388 388 This payload meets ThingSpeak platform requirement. It includes only four fields. Form 1~~4 are: 389 389 390 390 Temperature, Humidity, Battery & Signal. This payload type only valid for ThingsSpeak Platform 391 391 392 - 393 393 As below: 394 394 395 395 (% style="color:#4472c4" %)**field1=27.9&field2=49.9&field3=3.23&field4=28** ... ... @@ -400,29 +400,25 @@ 400 400 401 401 By default, Sensor will send uplinks (% style="color:blue" %)**every 2 hours**(%%) & AT+NOUD=8 402 402 403 - 404 404 User can use below commands to change the (% style="color:blue" %)**uplink interval**. 405 405 406 -(% style="color:#037691" %)** 392 +(% style="color:#037691" %)**AT+TDC=600 ** (%%) ~/~/ Set Update Interval to 600s 407 407 408 - 409 409 User can also push the button for more than 1 seconds to activate an uplink. 410 410 411 411 412 - 413 - 414 414 == 2.4 Multi-Samplings and One uplink == 415 415 416 416 417 417 To save battery life, S31-NB will sample temperature & humidity data every 15 minutes and send one uplink every 2 hours. So each uplink it will include 8 stored data + 1 real-time data. They are defined by: 418 418 419 -* (% style="color:#037691" %)**AT+TR=900** (%%) ~/~/ 402 +* (% style="color:#037691" %)**AT+TR=900** (%%) ~/~/ The unit is seconds, and the default is to record data once every 900 seconds (15 minutes, the minimum can be set to 180 seconds) 420 420 421 -* (% style="color:#037691" %)**AT+NOUD=8** (%%)~/~/ 404 +* (% style="color:#037691" %)**AT+NOUD=8** (%%)~/~/ The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded. 422 422 423 423 The diagram below explains the relationship between TR, NOUD, and TDC more clearly: 424 424 425 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png||alt="IMG_256"]]408 +[[image:1692424376354-959.png]] 426 426 427 427 428 428 == 2.5 Humidity and Temperature alarm function == ... ... @@ -435,12 +435,12 @@ 435 435 436 436 (% style="color:#037691" %)**AT+ SHHUM=min,max** 437 437 438 -Example: AT+ SHHUM=50,80 ~/~/ Alarm when humidity lower than 50 or higher than 80. 421 +Example: AT+ SHHUM=50,80 ~/~/ Alarm when humidity lower than 50 or higher than 80. 439 439 440 440 441 441 (% style="color:#037691" %)**AT+ SHTEMP=min,max** 442 442 443 -Example: AT+ SHTEMP=20,30 ~/~/ Alarm when temperature lower than 20 or higher than 30 426 +Example: AT+ SHTEMP=20,30 ~/~/ Alarm when temperature lower than 20 or higher than 30 444 444 445 445 446 446 (% style="color:red" %)**Notice:** ... ... @@ -451,8 +451,6 @@ 451 451 452 452 453 453 454 - 455 - 456 456 == 2.6 Trggier an uplink by external interrupt == 457 457 458 458 ... ... @@ -460,19 +460,17 @@ 460 460 461 461 (% style="color:blue" %)**AT command:** 462 462 463 -* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode 444 +* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode 464 464 465 -* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/Disable Interrupt 446 +* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/ Disable Interrupt 466 466 467 -* (% style="color:#037691" %)**AT+INTMOD=1 **(%%) ~/~/Trigger by rising and falling edge 448 +* (% style="color:#037691" %)**AT+INTMOD=1 **(%%) ~/~/ Trigger by rising and falling edge 468 468 469 -* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) ~/~/Trigger by falling edge 450 +* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) ~/~/ Trigger by falling edge 470 470 471 -* (% style="color:#037691" %)**AT+INTMOD=3 **(%%) ~/~/Trigger by rising edge 452 +* (% style="color:#037691" %)**AT+INTMOD=3 **(%%) ~/~/ Trigger by rising edge 472 472 473 473 474 - 475 - 476 476 = 3. Configure S31x-NB = 477 477 478 478 == 3.1 Configure Methods == ... ... @@ -484,202 +484,86 @@ 484 484 485 485 * AT Command via UART Connection : See [[UART Connection>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]]. 486 486 487 - *LoRaWAN Downlink.Instruction for different platforms: See [[IoTLoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]]section.466 +== 3.2 AT Commands Set == 488 488 489 489 469 +AT+<CMD>? : Help on <CMD> 490 490 471 +AT+<CMD> : Run <CMD> 491 491 492 -= =3.2GeneralCommands ==473 +AT+<CMD>=<value> : Set the value 493 493 475 +AT+<CMD>=? : Get the value 494 494 495 -These commands are to configure: 496 496 497 -* General system settings like: uplink interval. 498 -* LoRaWAN protocol & radio related command. 478 +**General Commands** 499 499 500 -T heyaresame for all Dragino Devices which support DLWS-005 LoRaWAN Stack. These commands can be foundon the wiki:480 +AT : Attention 501 501 502 - [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]482 +AT? : Short Help 503 503 484 +ATZ : MCU Reset 504 504 505 - ==3.3CommandsspecialdesignforS31x-LB ==486 +AT+TDC : Application Data Transmission Interval 506 506 488 +AT+CFG : Print all configurations 507 507 508 -T hesecommandsonlyvalidfor S31x-LB, asbelow:490 +AT+CFGMOD : Working mode selection 509 509 492 +AT+DEUI : Get or set the Device ID 510 510 511 - ===3.3.1SetTransmitIntervalTime===494 +AT+INTMOD : Set the trigger interrupt mode 512 512 496 +AT+5VT : Set extend the time of 5V power 513 513 514 - Feature: Change LoRaWAN End NodeTransmit Interval.498 +AT+PRO : Choose agreement 515 515 516 - (%style="color:blue"%)**ATCommand:AT+TDC**500 +AT+RXDL : Extend the sending and receiving time 517 517 518 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 519 -|=(% style="width: 156px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 137px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Response** 520 -|(% style="width:156px" %)AT+TDC=?|(% style="width:137px" %)Show current transmit Interval|((( 521 -30000 522 -OK 523 -the interval is 30000ms = 30s 524 -))) 525 -|(% style="width:156px" %)AT+TDC=60000|(% style="width:137px" %)Set Transmit Interval|((( 526 -OK 527 -Set transmit interval to 60000ms = 60 seconds 528 -))) 502 +AT+DNSCFG : Get or Set DNS Server 529 529 530 - (%style="color:blue" %)**DownlinkCommand: 0x01**504 +AT+GETSENSORVALUE : Returns the current sensor measurement 531 531 532 - Format:CommandCode(0x01) followedby3bytestimevalue.506 +AT+NOUD : Get or Set the number of data to be uploaded 533 533 534 - If the downlink payload=0100003C,itmeans set the END Node'sTransmitInterval to 0x00003C=60(S), whiletypecodeis 01.508 +AT+CDP : Read or Clear cached data 535 535 536 -* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 537 -* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 510 +AT+SHTEMP: Get or Set alarm of temp 538 538 539 - ===3.3.2GetDeviceStatus ===512 +AT+SHHUM: Get or Set alarm of moisture 540 540 514 +AT+SERVADDR : Server Address 541 541 542 -Send a LoRaWAN downlink to ask device send Alarm settings. 543 543 544 - (% style="color:blue" %)**DownlinkPayload:**(%%)0x26 01517 +**UDP Management** 545 545 546 - SensorwilluploadDevice Status viaFPORT=5. See payloadsection fordetail.519 +AT+CFM : Upload confirmation mode (only valid for UDP) 547 547 548 548 549 - === 3.3.3 SetTemperatureAlarmThreshold ===522 +**MQTT Management** 550 550 524 +AT+CLIENT : Get or Set MQTT client 551 551 552 - *(%style="color:blue"%)**ATCommand:**526 +AT+UNAME : Get or Set MQTT Username 553 553 554 - (%style="color:#037691"%)**AT+SHTEMP=min,max**528 +AT+PWD : Get or Set MQTT password 555 555 556 -* When min=0, and max≠0, Alarm higher than max 557 -* When min≠0, and max=0, Alarm lower than min 558 -* When min≠0 and max≠0, Alarm higher than max or lower than min 530 +AT+PUBTOPIC : Get or Set MQTT publish topic 559 559 560 - Example:532 +AT+SUBTOPIC : Get or Set MQTT subscription topic 561 561 562 - AT+SHTEMP=0,30 ~/~/ Alarm when temperature higher than 30. 563 563 564 -* (% style="color:blue" %)**Downlink Payload:**535 +**Information** 565 565 566 - (%style="color:#037691"%)**0x(0C01001E)**(%%)~/~/SetAT+SHTEMP=0,30537 +AT+FDR : Factory Data Reset 567 567 568 - (%style="color:red"%)**(note:3^^rd^^byte=0x00forlowlimit(notset),4^^th^^ byte = 0x1E forhigh limit: 30)**539 +AT+PWORD : Serial Access Password 569 569 541 +AT+LDATA : Get the last upload data 570 570 571 - ===3.3.4SetHumidityAlarmThreshold===543 +AT+CDP : Read or Clear cached data 572 572 573 573 574 -* (% style="color:blue" %)**AT Command:** 575 - 576 -(% style="color:#037691" %)**AT+SHHUM=min,max** 577 - 578 -* When min=0, and max≠0, Alarm higher than max 579 -* When min≠0, and max=0, Alarm lower than min 580 -* When min≠0 and max≠0, Alarm higher than max or lower than min 581 - 582 -Example: 583 - 584 - AT+SHHUM=70,0 ~/~/ Alarm when humidity lower than 70%. 585 - 586 -* (% style="color:blue" %)**Downlink Payload:** 587 - 588 -(% style="color:#037691" %)**0x(0C 02 46 00)**(%%) ~/~/ Set AT+SHTHUM=70,0 589 - 590 -(% style="color:red" %)**(note: 3^^rd^^ byte= 0x46 for low limit (70%), 4^^th^^ byte = 0x00 for high limit (not set))** 591 - 592 - 593 -=== 3.3.5 Set Alarm Interval === 594 - 595 - 596 -The shortest time of two Alarm packet. (unit: min) 597 - 598 -* (% style="color:blue" %)**AT Command:** 599 - 600 -(% style="color:#037691" %)**AT+ATDC=30** (%%) ~/~/ The shortest interval of two Alarm packets is 30 minutes, Means is there is an alarm packet uplink, there won't be another one in the next 30 minutes. 601 - 602 -* (% style="color:blue" %)**Downlink Payload:** 603 - 604 -(% style="color:#037691" %)**0x(0D 00 1E)**(%%) **~-~--> ** Set AT+ATDC=0x 00 1E = 30 minutes 605 - 606 - 607 -=== 3.3.6 Get Alarm settings === 608 - 609 - 610 -Send a LoRaWAN downlink to ask device send Alarm settings. 611 - 612 -* (% style="color:#037691" %)**Downlink Payload: **(%%)0x0E 01 613 - 614 -**Example:** 615 - 616 -[[image:image-20230524110211-4.png]] 617 - 618 -**Explain:** 619 - 620 -* Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message. 621 - 622 -=== 3.3.7 Set Interrupt Mode === 623 - 624 - 625 -Feature, Set Interrupt mode for PA8 of pin. 626 - 627 -When AT+INTMOD=0 is set, PA8 is used as a digital input port. 628 - 629 -(% style="color:blue" %)**AT Command: AT+INTMOD** 630 - 631 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 632 -|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3;color:#0070C0" %)**Response** 633 -|(% style="width:154px" %)AT+INTMOD=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)((( 634 -0 635 -OK 636 -the mode is 0 =Disable Interrupt 637 -))) 638 -|(% style="width:154px" %)AT+INTMOD=2|(% style="width:196px" %)((( 639 -Set Transmit Interval 640 -0. (Disable Interrupt), 641 -~1. (Trigger by rising and falling edge) 642 -2. (Trigger by falling edge) 643 -3. (Trigger by rising edge) 644 -)))|(% style="width:157px" %)OK 645 - 646 -(% style="color:blue" %)**Downlink Command: 0x06** 647 - 648 -Format: Command Code (0x06) followed by 3 bytes. 649 - 650 -This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06. 651 - 652 -* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 653 -* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 654 - 655 -=== 3.3.8 Set Power Output Duration === 656 - 657 - 658 -Control the output duration 5V . Before each sampling, device will 659 - 660 -~1. first enable the power output to external sensor, 661 - 662 -2. keep it on as per duration, read sensor value and construct uplink payload 663 - 664 -3. final, close the power output. 665 - 666 -(% style="color:blue" %)**AT Command: AT+5VT** 667 - 668 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 669 -|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3;color:#0070C0" %)**Response** 670 -|(% style="width:154px" %)AT+5VT=?|(% style="width:196px" %)Show 5V open time.|(% style="width:157px" %)0 (default) 671 -OK 672 -|(% style="width:154px" %)AT+5VT=1000|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:157px" %)OK 673 - 674 -(% style="color:blue" %)**Downlink Command: 0x07** 675 - 676 -Format: Command Code (0x07) followed by 2 bytes. 677 - 678 -The first and second bytes are the time to turn on. 679 - 680 -* Example 1: Downlink Payload: 070000 **~-~-->** AT+5VT=0 681 -* Example 2: Downlink Payload: 0701F4 **~-~-->** AT+5VT=500 682 - 683 683 = 4. Battery & Power Consumption = 684 684 685 685 ... ... @@ -757,5 +757,4 @@ 757 757 758 758 * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[Support@dragino.cc>>mailto:Support@dragino.cc]]. 759 759 760 - 761 761 (% style="display:none" %) (%%)
- 1692424009971-458.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +147.4 KB - Content
- 1692424376354-959.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +146.1 KB - Content