File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.5+80]
2
+
3
+ * portService2PortServiceInfo
4
+
1
5
## [ 1.0.5+79]
2
6
3
7
* toast
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import 'package:openiothub_grpc_api/proto/manager/serverManager.pb.dart';
15
15
import 'package:openiothub_grpc_api/proto/mobile/mobile.pb.dart' ;
16
16
import 'package:openiothub_grpc_api/proto/mobile/mobile.pbgrpc.dart' ;
17
17
import 'package:openiothub_plugin/plugins/mdnsService/components.dart' ;
18
+ import 'package:openiothub_plugin/utils/portConfig2portService.dart' ;
18
19
import 'package:tdesign_flutter/tdesign_flutter.dart' ;
19
20
20
21
const utf8encoder = Utf8Encoder ();
@@ -237,7 +238,7 @@ class _FindGatewayGoListPageState extends State<FindGatewayGoListPage> {
237
238
Navigator .of (context).push (MaterialPageRoute (builder: (context) {
238
239
// return Text("${pair.iP}:${pair.port}");
239
240
return Gateway (
240
- device: pair,
241
+ device: portService2PortServiceInfo ( pair) ,
241
242
key: UniqueKey (),
242
243
);
243
244
}));
Original file line number Diff line number Diff line change 1
1
name : openiothub_common_pages
2
2
description : openiothub_common_pages
3
- version : 1.0.5+79
3
+ version : 1.0.5+80
4
4
homepage : https://github.com/OpenIoTHub
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments