после мерджа с данилом

This commit is contained in:
danil_tim
2025-02-12 08:37:32 +03:00
parent f79f82a350
commit bb50790ce8
4 changed files with 5 additions and 1050 deletions

View File

@@ -14,13 +14,13 @@ func _ready() -> void:
$soc_y5/ay07,
$soc_y5/ems_g,
$soc_y5/ug,
$soc_y5/ukp_1,
$soc_y5/ukp_2,
$soc_y5/ukp_1,
$soc_P1/MAA_1,
$soc_P1/MAA_2,
$soc_P1/IP9_50_1,
$soc_P1/IP9_50_2,
$soc_P1/IP9_50_1,
$soc_P1/IP12_50,
$soc_P2/IP9_50,
@@ -46,7 +46,7 @@ func _on_timer(pribor_prd):
func _status_cell(status):
var status_board: int = status.decode_u8(Constants.DataIndices.STATUS_BOARD)
var dry_contact: int = status.decode_u8(Constants.DataIndices.DRY_CONTACT+1)
var dry_contact: int = status.decode_u8(Constants.DataIndices.DRY_CONTACT)
# status_board
for i in range(1, count_cell-8):