Skip to content

Commit 9913612

Browse files
committed
portService2PortServiceInfo
git tag v1.0.5+80
1 parent 076b544 commit 9913612

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.5+80]
2+
3+
* portService2PortServiceInfo
4+
15
## [1.0.5+79]
26

37
* toast

lib/commPages/findGatewayGoList.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import 'package:openiothub_grpc_api/proto/manager/serverManager.pb.dart';
1515
import 'package:openiothub_grpc_api/proto/mobile/mobile.pb.dart';
1616
import 'package:openiothub_grpc_api/proto/mobile/mobile.pbgrpc.dart';
1717
import 'package:openiothub_plugin/plugins/mdnsService/components.dart';
18+
import 'package:openiothub_plugin/utils/portConfig2portService.dart';
1819
import 'package:tdesign_flutter/tdesign_flutter.dart';
1920

2021
const utf8encoder = Utf8Encoder();
@@ -237,7 +238,7 @@ class _FindGatewayGoListPageState extends State<FindGatewayGoListPage> {
237238
Navigator.of(context).push(MaterialPageRoute(builder: (context) {
238239
// return Text("${pair.iP}:${pair.port}");
239240
return Gateway(
240-
device: pair,
241+
device: portService2PortServiceInfo(pair),
241242
key: UniqueKey(),
242243
);
243244
}));

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: openiothub_common_pages
22
description: openiothub_common_pages
3-
version: 1.0.5+79
3+
version: 1.0.5+80
44
homepage: https://github.com/OpenIoTHub
55

66
environment:

0 commit comments

Comments
 (0)