From 682ac85e0a3d355a656761a5d86dbfccf3a22a7b Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Sat, 18 Mar 2023 04:19:53 +0300 Subject: [PATCH] Update docs --- documentation/file_formats/iButtonFileFormat.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/file_formats/iButtonFileFormat.md b/documentation/file_formats/iButtonFileFormat.md index 63743f063..225072629 100644 --- a/documentation/file_formats/iButtonFileFormat.md +++ b/documentation/file_formats/iButtonFileFormat.md @@ -26,7 +26,7 @@ Changelog: | Name | Type | Description | | ----------- | ------ | -------------------------------------------- | -| Protocol | string | Currently supported: DS1990, DS1992, DS1996, DS1971, DSGeneric*, Cyfral, Metakom | +| Protocol | string | Currently supported: DS1990, DS1992, DS1996, DS1971, DS1420, DSGeneric, Cyfral, Metakom | | Rom Data | hex | Read-only memory data (Dallas protocols only) | | Sram Data | hex | Static RAM data (DS1992 and DS1996 only) | Eeprom Data | hex | EEPROM data (DS1971 only) @@ -37,6 +37,8 @@ It can also be used if a key with a deliberately invalid family code or checksum NOTE 2: When adding new protocols, it is not necessarily to increase the format version, define the format in the protocol implementation instead. +**DS1420 is fully compatible with DS1990, only difference is a familiy code 0x01 for DS1990 and 0x81 for DS1420** + ### 1. Initial version. Deprecated, will be converted to current version upon saving.