Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 22, 2023
2 parents bf6bb0f + 4711fc6 commit 5121dfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The values in the mapped datapoint are as follows:
3. The value converter, this converts the received value before publishing it (`tuya.valueConverter.raw` in this example). There are more value converters available, examples:
- If the value needs to be divided by 10 you can use `tuya.valueConverter.divideBy10`
- If the value needs to be mapped to a string you can use `tuya.valueConverterBasic.lookup({'single': 0, 'double': 1, 'hold': 2})`
- For more examples search for `tuyaDatapoints` in [`tuya.js`](https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/devices/tuya.js).
- For more examples search for `tuyaDatapoints` in [`tuya.ts`](https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/src/devices/tuya.ts).

Repeat this for all datapoints.

Expand Down

0 comments on commit 5121dfe

Please sign in to comment.