Samsung stuff is actually called EasySetup

This commit is contained in:
Willy-JL
2023-10-21 05:06:58 +01:00
parent 27a213869a
commit 9e64065f07
8 changed files with 73 additions and 73 deletions

View File

@@ -90,15 +90,15 @@ static Attack attacks[] = {
{
.title = "Samsung Buds Popup",
.text = "No cooldown, long range",
.protocol = &protocol_smartthings,
.protocol = &protocol_easysetup,
.payload =
{
.random_mac = true,
.cfg =
{
.smartthings =
.easysetup =
{
.type = SmartthingsTypeBuds,
.type = EasysetupTypeBuds,
.data = {},
},
},
@@ -107,15 +107,15 @@ static Attack attacks[] = {
{
.title = "Samsung Watch Pair",
.text = "No cooldown, long range",
.protocol = &protocol_smartthings,
.protocol = &protocol_easysetup,
.payload =
{
.random_mac = true,
.cfg =
{
.smartthings =
.easysetup =
{
.type = SmartthingsTypeWatch,
.type = EasysetupTypeWatch,
.data = {},
},
},