Skip to content

Commit

Permalink
add missing state definitons
Browse files Browse the repository at this point in the history
Fixes #77
Fixes #58
Fixes #58
  • Loading branch information
DutchmanNL committed Oct 26, 2024
1 parent c0f480c commit 0ffe94b
Showing 1 changed file with 52 additions and 2 deletions.
54 changes: 52 additions & 2 deletions lib/state_attr.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const state_attrb = {
},
'finishTime': {
'name': 'Expected Finish Time of current print',
'type': 'date',
'type': 'mixed',
'role': 'value.time'
},
'stg_cur': {
Expand Down Expand Up @@ -135,7 +135,7 @@ const state_attrb = {
},
'temp': {
'name': 'Temperature',
'type': 'string',
'type': 'mixed',
'role': 'value.temperature'
},
'bed_temp_type': {
Expand Down Expand Up @@ -617,6 +617,56 @@ const state_attrb = {
'type': 'number',
'role': 'state'
},
'idx1': {
'name': 'IDx1',
'type': 'number',
'role': 'state'
},
'mask': {
'name': 'mask',
'type': 'number',
'role': 'state'
},
'ip': {
'name': 'ip',
'type': 'number',
'role': 'state'
},
'conf': {
'name': 'conf',
'type': 'number',
'role': 'state'
},
'fan': {
'name': 'fan',
'type': 'number',
'role': 'state'
},
'ctt': {
'name': 'ctt',
'type': 'number',
'role': 'state'
},
'info': {
'name': 'info',
'type': 'number',
'role': 'state'
},
'job_id': {
'name': 'conf',
'type': 'string',
'role': 'state'
},
'agora_service': {
'name': 'agora_service',
'type': 'string',
'role': 'state'
},
'ams_exist_bits_raw': {
'name': 'ams_exist_bits_raw',
'type': 'string',
'role': 'state'
},
'message': {
'name': 'Message',
'type': 'string',
Expand Down

0 comments on commit 0ffe94b

Please sign in to comment.