diff options
| author | luogangyi <luogangyi@cmsr.chinamobile.com> | 2020-07-23 09:22:41 +0800 |
|---|---|---|
| committer | luogangyi <luogangyi@cmsr.chinamobile.com> | 2020-07-23 11:22:24 +0800 |
| commit | 64d58da6216ed1e1029694dafdf12242e8005642 (patch) | |
| tree | 2a4d09ab479ca7d9c356f9261240f085d9215549 /build | |
| parent | enhance on device protocol config (diff) | |
| download | kubeedge-64d58da6216ed1e1029694dafdf12242e8005642.tar.gz | |
move property vistor codes to device_instance_types
Diffstat (limited to 'build')
| -rw-r--r-- | build/crd-samples/devices/create-device-instance.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/crd-samples/devices/create-device-instance.yaml b/build/crd-samples/devices/create-device-instance.yaml index c5947233e..e3ee9d5cc 100644 --- a/build/crd-samples/devices/create-device-instance.yaml +++ b/build/crd-samples/devices/create-device-instance.yaml @@ -11,8 +11,7 @@ spec: name: sensor-tag-model protocol: modbus: - rtu: - slaveID: 1 + slaveID: 1 common: com: serialPort: '1' |
