после мерджа с данилом
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user