Line 19: |
Line 19: |
| * ''''' This Dictionary ''''' | | * ''''' This Dictionary ''''' |
| <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> |
− | You can support one or more IP addresses so that the webhook is only activated from specific IP addresses.
| + | If you already have an existing dictionary, this function will write to the root of the dictionary. |
− | It also supports magic text '...'
| |
| </pre><br> | | </pre><br> |
| | | |
| * ''''' Add key ''''' | | * ''''' Add key ''''' |
| <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> |
− | You can support one or more IP addresses so that the webhook is only activated from specific IP addresses. | + | You can choose to add a Key manually. |
− | It also supports magic text '...'
| |
| </pre><br> | | </pre><br> |
| | | |
| * ''''' Define manualmente ''''' | | * ''''' Define manualmente ''''' |
| <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> |
− | You can support one or more IP addresses so that the webhook is only activated from specific IP addresses.
| + | Define one or more dictionary keys manually using the full syntax. For example to address a dictionary storing data by years and months you could write [2022][May] |
− | It also supports magic text '...'
| + | To force an array type (rather than dictionary) prefix the index with_A_. For example to output a value in a 2d array you could write [A_3][A_10] |
| </pre><br> | | </pre><br> |
| | | |
Line 103: |
Line 101: |
| Local variables | | Local variables |
| | | |
− | my_dict | 5 entries (This is a short example, but in practice the dictionary can have many more entries.) | + | my_dict | 5 entries (This is a short example, but in practice the dictionary can have many more entries). |
| | | |
| com.android.systemui:id/mobile_type | 5G | | com.android.systemui:id/mobile_type | 5G |