Open aclark78 opened 3 years ago
https://github.com/mmende/homebridge-samsungtv-control2/blob/687c3933d51a1a77618c778a3fc2282f0b3cb677/src/utils/parseSerialNumber.ts#L53
this line refers to an older document for deciphering release codes, but there’s a more up-to-date and complete description at this address: https://www.samsung.com/us/support/answer/ANS00087664/
specifically in my case, I needed to add the TU and T year codes to the parsing function…
Thanks for the hint. I hope to find some time to work on the plugin again soon.
https://github.com/mmende/homebridge-samsungtv-control2/blob/687c3933d51a1a77618c778a3fc2282f0b3cb677/src/utils/parseSerialNumber.ts#L53
this line refers to an older document for deciphering release codes, but there’s a more up-to-date and complete description at this address: https://www.samsung.com/us/support/answer/ANS00087664/