Commit 9e70c24a3f24d209c0b34c61ca90938a6c11453a

Authored by fengtao
1 parent 0973df2a

fix:修改命令下发 method

... ... @@ -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
... ...