mmende / homebridge-samsungtv-control2

homebridge-samsungtv-control2
MIT License
71 stars 17 forks source link

Better description of release codes available on samsung.com #40

Open aclark78 opened 3 years ago

aclark78 commented 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/

aclark78 commented 3 years ago

specifically in my case, I needed to add the TU and T year codes to the parsing function…

mmende commented 3 years ago

Thanks for the hint. I hope to find some time to work on the plugin again soon.