Skip to content

Commit 8e6c880

Browse files
committed
fixup! Merge pull request thin-edge#39 from zhongys-c8y/feature-backup-write-operations
1 parent bdc12ab commit 8e6c880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Write values to Modbus coils requires the following json to be includede in the
225225
To create a writing coil operation on the Cumulocity platform, you can use the [go-c8y-cli](https://goc8ycli.netlify.app/docs/cli/c8y/operations/c8y_operations_create/) tool:
226226

227227
```
228-
c8y operations create --device 12345 --template '{"c8y_SetCoil": { "input": false, "coil": 48, "address": 1, "value": 1, "ipAddress": "simulator" } }' --description 'Writing a coil'
228+
c8y operations create --device 12345 --template '{"c8y_SetCoil": { "input": false, "coil": 48, "address": 1, "value": 1, "ipAddress": "192.168.1.100" } }' --description 'Writing a coil'
229229
```
230230

231231
Or use the [Cumulocity REST API](https://cumulocity.com/api/core/#operation/postOperationCollectionResource).

0 commit comments

Comments
 (0)