Enable additional entities on myUplink model SMO20 (#131688)

* Add a couple of entities to SMO 20

* Enable additional entities on SMO20
This commit is contained in:
Åke Strandberg 2024-12-09 07:51:03 +01:00 committed by Franck Nijhof
parent 4884891b2c
commit f343dce418
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -95,11 +95,17 @@ PARAMETER_ID_TO_EXCLUDE_F730 = (
) )
PARAMETER_ID_TO_INCLUDE_SMO20 = ( PARAMETER_ID_TO_INCLUDE_SMO20 = (
"40013",
"40033",
"40940", "40940",
"44069",
"44071",
"44073",
"47011", "47011",
"47015", "47015",
"47028", "47028",
"47032", "47032",
"47398",
"50004", "50004",
) )