Skip to content

Commit

Permalink
Merge branch 'main' of github.com:alphaess-developer/WTWifiSDK-iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavan committed Dec 5, 2023
2 parents aa363fd + e9da6e0 commit c1536e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ The system requirement for WTWifiSDK is iOS 11.0+

```objective-c
WTUpdateExtendModel *update = [[WTUpdateExtendModel alloc] init];
update.BalconyMode = 1;
update.OnGridPower = 1022;
update.NNShortDetect = 2;
update.BalconyMode = @"1";
update.OnGridPower = @"1022";
update.NNShortDetect = @"2";
[[WTWifiCenter sharedInstance] updateEMSConfigurationByExtendProtocol:update success:^(bool result) {
// Congratulations! you're successed.
} failure:^(NSError * _Nullable error) {
Expand Down

0 comments on commit c1536e8

Please sign in to comment.