mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-04 04:59:08 -07:00
Add glitched setup action and dismiss actions
This commit is contained in:
@@ -117,6 +117,14 @@ static Payload payloads[] = {
|
||||
.type = ContinuityTypeProximityPair,
|
||||
.data = {.proximity_pair = {.prefix = 0x05, .model = 0x0030}},
|
||||
}},
|
||||
{.title = "Dismiss Active Actions",
|
||||
.text = "Close current Nearby Actions",
|
||||
.random = false,
|
||||
.msg =
|
||||
{
|
||||
.type = ContinuityTypeNearbyAction,
|
||||
.data = {.nearby_action = {.flags = 0x00, .type = 0x00}},
|
||||
}},
|
||||
{.title = "Setup New iPhone",
|
||||
.text = "Modal, locked",
|
||||
.random = false,
|
||||
@@ -125,6 +133,14 @@ static Payload payloads[] = {
|
||||
.type = ContinuityTypeNearbyAction,
|
||||
.data = {.nearby_action = {.flags = 0xC0, .type = 0x09}},
|
||||
}},
|
||||
{.title = "Setup New Random",
|
||||
.text = "Modal, locked, glitched",
|
||||
.random = false,
|
||||
.msg =
|
||||
{
|
||||
.type = ContinuityTypeNearbyAction,
|
||||
.data = {.nearby_action = {.flags = 0x40, .type = 0x09}},
|
||||
}},
|
||||
{.title = "AppleTV AutoFill",
|
||||
.text = "Banner, unlocked, long range",
|
||||
.random = false,
|
||||
|
||||
Reference in New Issue
Block a user