Moving forward, updates to this subflow will be found at the following repository: https://github.com/sstratoti/actionable-notifications-subflow-for-ios
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let widget = await createWidget(); | |
if (!config.runsInWidget) { | |
await widget.presentSmall(); | |
} | |
Script.setWidget(widget); | |
Script.complete(); | |
async function createWidget(items) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PUT _ingest/pipeline/plex | |
{ | |
"processors": [ | |
{ | |
"set": { | |
"field": "event.module", | |
"value": "plex", | |
"ignore_failure": true | |
} | |
}, |
Most of the commands are just Linux commands. However some are unique to the UDM/UDM-P.
Cisco/EdgeOS/VyOs Command/Best description | UDM/UDM-P SSH Command |
---|---|
show version | info |
show system hardware and installed software | ubnt-device-info summary |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NOTES: | |
The switch does not have an on/off state. The states I am mostly concerned about is "Open" and "Closed". | |
There are also "Opening" and "Closing" but they are unreliable. It is also listed as a 'cover': cover.garage-door | |
Right now, I believe that it is always displaying the else statement. When simulating the open or | |
closed state, the card does not display the animation. It just swapps the card colors with the | |
'door closed' (else) icon. | |
-------------------- |
OlderNewer