Sign in
简柏林
/
thingskit-app
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
9e70c24a3f24d209c0b34c61ca90938a6c11453a
Authored by
fengtao
2022-09-28 14:59:52 +0800
1 parent
0973df2a
fix:修改命令下发 method
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
deviceSubPage/deviceDetailPage/tabDetail/basicInfo.vue
deviceSubPage/deviceDetailPage/tabDetail/basicInfo.vue
View file @
9e70c24
...
...
@@ -88,7 +88,7 @@ export default {
88
88
showModel: false,
89
89
commandType: 'OneWay',
90
90
commandValue: JSON.stringify({
91
-
method: '
setGpio
',
91
+
method: '
methodThingskit
',
92
92
params: {
93
93
pin: 7,
94
94
value: 1
...
...