Skip to content

Commit

Permalink
Dodanie kolejnego stanu pracy: 6=Postój
Browse files Browse the repository at this point in the history
  • Loading branch information
twkrol committed Feb 8, 2020
1 parent bc6cf20 commit 056e205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecomax860p.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def parseFrame08(message):
FEEDER_TIME_short = 241 #[241-242]
IGNITIONS_short = 243 #[243-244]

OPERATION_STATUSES = {0:'WYŁĄCZONY', 1:'ROZPALANIE', 2:'STABILIZACJA', 3:'PRACA', 4:'NADZÓR', 5:'WYGASZANIE', 7:'WYGASZANIE NA ŻĄDANIE', 9:'ALARM', 10:'ROZSZCZELNIENIE'}
OPERATION_STATUSES = {0:'WYŁĄCZONY', 1:'ROZPALANIE', 2:'STABILIZACJA', 3:'PRACA', 4:'NADZÓR', 5:'WYGASZANIE', 6:'POSTÓJ', 7:'WYGASZANIE NA ŻĄDANIE', 9:'ALARM', 10:'ROZSZCZELNIENIE'}

print("")

Expand Down

0 comments on commit 056e205

Please sign in to comment.