source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/devices/PropertyList0142.json

Last change on this file was 248, checked in by coas-nagasima, 8 years ago

SVNプロパティにUTF-8を付加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to application/json; charset=UTF-8
File size: 23.4 KB
Line 
1[
2 {
3 "access":[
4 "RULE_SET",
5 "RULE_GET",
6 "ANNOUNCE"
7 ],
8 "arrayCount":0,
9 "description":"動作状態",
10 "fields":[
11
12 ],
13 "identifer":"OperationStatus",
14 "initialValue":null,
15 "isArray":false,
16 "primitive":true,
17 "propertyCode":128,
18 "required":[
19 "RULE_GET"
20 ],
21 "size":1,
22 "type":"uint8_t",
23 "unitDescription":null,
24 "valueDescription":"0x30=ON,0x31=OFF"
25 },
26 {
27 "access":[
28 "RULE_SET",
29 "RULE_GET"
30 ],
31 "arrayCount":0,
32 "description":"温度自動設定",
33 "fields":[
34
35 ],
36 "identifer":"AutomaticTemperatureControlSetting",
37 "initialValue":null,
38 "isArray":false,
39 "primitive":true,
40 "propertyCode":177,
41 "required":[
42 "NONE"
43 ],
44 "size":1,
45 "type":"uint8_t",
46 "unitDescription":null,
47 "valueDescription":"0x41=AUTO,0x42=非AUTO"
48 },
49 {
50 "access":[
51 "RULE_SET",
52 "RULE_GET"
53 ],
54 "arrayCount":0,
55 "description":"温度設定値",
56 "fields":[
57
58 ],
59 "identifer":"TemperatureSetting",
60 "initialValue":null,
61 "isArray":false,
62 "primitive":true,
63 "propertyCode":179,
64 "required":[
65 "RULE_SET",
66 "RULE_GET"
67 ],
68 "size":1,
69 "type":"uint8_t",
70 "unitDescription":"℃",
71 "valueDescription":"0x00~0x32(0~50)"
72 },
73 {
74 "access":[
75 "RULE_GET"
76 ],
77 "arrayCount":0,
78 "description":"室内温度計測値",
79 "fields":[
80
81 ],
82 "identifer":"MeasuredRoomTemperature",
83 "initialValue":null,
84 "isArray":false,
85 "primitive":true,
86 "propertyCode":187,
87 "required":[
88 "NONE"
89 ],
90 "size":1,
91 "type":"int8_t",
92 "unitDescription":"℃",
93 "valueDescription":"0x81~0x7E(-128~127)"
94 },
95 {
96 "access":[
97 "RULE_GET"
98 ],
99 "arrayCount":0,
100 "description":"ユーザリモコン温度設定値",
101 "fields":[
102
103 ],
104 "identifer":"RemotelySetTemperature",
105 "initialValue":null,
106 "isArray":false,
107 "primitive":true,
108 "propertyCode":188,
109 "required":[
110 "NONE"
111 ],
112 "size":1,
113 "type":"uint8_t",
114 "unitDescription":"℃",
115 "valueDescription":"0x00~0x32(0~50)"
116 },
117 {
118 "access":[
119 "RULE_SET",
120 "RULE_GET"
121 ],
122 "arrayCount":0,
123 "description":"風量設定",
124 "fields":[
125
126 ],
127 "identifer":"AirFlowRateSetting",
128 "initialValue":null,
129 "isArray":false,
130 "primitive":true,
131 "propertyCode":160,
132 "required":[
133 "NONE"
134 ],
135 "size":1,
136 "type":"uint8_t",
137 "unitDescription":null,
138 "valueDescription":"0x41=風量自動状態,0x31~0x38=風量レベル"
139 },
140 {
141 "access":[
142 "RULE_SET",
143 "RULE_GET"
144 ],
145 "arrayCount":0,
146 "description":"ONタイマ予約設定",
147 "fields":[
148
149 ],
150 "identifer":"OnTimerBasedReservationSetting",
151 "initialValue":null,
152 "isArray":false,
153 "primitive":true,
154 "propertyCode":144,
155 "required":[
156 "NONE"
157 ],
158 "size":1,
159 "type":"uint8_t",
160 "unitDescription":null,
161 "valueDescription":"0x41=予約入,0x42=予約切"
162 },
163 {
164 "access":[
165 "RULE_SET",
166 "RULE_GET"
167 ],
168 "arrayCount":0,
169 "description":"ONタイマ時刻設定値",
170 "fields":[
171 {
172 "arrayCount":0,
173 "description":"時",
174 "fields":[
175
176 ],
177 "identifer":"Hour",
178 "initialValue":null,
179 "isArray":false,
180 "primitive":true,
181 "size":1,
182 "type":"uint8_t",
183 "unitDescription":"時",
184 "valueDescription":"0x00~0x17(0~23)"
185 },
186 {
187 "arrayCount":0,
188 "description":"分",
189 "fields":[
190
191 ],
192 "identifer":"Minute",
193 "initialValue":null,
194 "isArray":false,
195 "primitive":true,
196 "size":1,
197 "type":"uint8_t",
198 "unitDescription":"分",
199 "valueDescription":"0x00~0x3B(0~59)"
200 }
201 ],
202 "identifer":"OnTimerSettingTime",
203 "initialValue":null,
204 "isArray":false,
205 "primitive":false,
206 "propertyCode":145,
207 "required":[
208 "NONE"
209 ],
210 "size":2,
211 "type":"hour_minute_t",
212 "unitDescription":null,
213 "valueDescription":""
214 },
215 {
216 "access":[
217 "RULE_SET",
218 "RULE_GET"
219 ],
220 "arrayCount":0,
221 "description":"ONタイマ相対時間設定値",
222 "fields":[
223 {
224 "arrayCount":0,
225 "description":"時",
226 "fields":[
227
228 ],
229 "identifer":"Hour",
230 "initialValue":null,
231 "isArray":false,
232 "primitive":true,
233 "size":1,
234 "type":"uint8_t",
235 "unitDescription":"時",
236 "valueDescription":"0x00~0x17(0~23)"
237 },
238 {
239 "arrayCount":0,
240 "description":"分",
241 "fields":[
242
243 ],
244 "identifer":"Minute",
245 "initialValue":null,
246 "isArray":false,
247 "primitive":true,
248 "size":1,
249 "type":"uint8_t",
250 "unitDescription":"分",
251 "valueDescription":"0x00~0x3B(0~59)"
252 }
253 ],
254 "identifer":"OnTimerSettingRelativeTime",
255 "initialValue":null,
256 "isArray":false,
257 "primitive":false,
258 "propertyCode":146,
259 "required":[
260 "NONE"
261 ],
262 "size":2,
263 "type":"hour_minute_t",
264 "unitDescription":null,
265 "valueDescription":""
266 },
267 {
268 "access":[
269 "RULE_SET",
270 "RULE_GET"
271 ],
272 "arrayCount":0,
273 "description":"OFFタイマ予約設定",
274 "fields":[
275
276 ],
277 "identifer":"OffTimerBasedReservationSetting",
278 "initialValue":null,
279 "isArray":false,
280 "primitive":true,
281 "propertyCode":148,
282 "required":[
283 "NONE"
284 ],
285 "size":1,
286 "type":"uint8_t",
287 "unitDescription":null,
288 "valueDescription":"0x41=予約入,0x42=予約切"
289 },
290 {
291 "access":[
292 "RULE_SET",
293 "RULE_GET"
294 ],
295 "arrayCount":0,
296 "description":"OFFタイマ時刻設定値",
297 "fields":[
298 {
299 "arrayCount":0,
300 "description":"時",
301 "fields":[
302
303 ],
304 "identifer":"Hour",
305 "initialValue":null,
306 "isArray":false,
307 "primitive":true,
308 "size":1,
309 "type":"uint8_t",
310 "unitDescription":"時",
311 "valueDescription":"0x00~0x17(0~23)"
312 },
313 {
314 "arrayCount":0,
315 "description":"分",
316 "fields":[
317
318 ],
319 "identifer":"Minute",
320 "initialValue":null,
321 "isArray":false,
322 "primitive":true,
323 "size":1,
324 "type":"uint8_t",
325 "unitDescription":"分",
326 "valueDescription":"0x00~0x3B(0~59)"
327 }
328 ],
329 "identifer":"OffTimerSettingTime",
330 "initialValue":null,
331 "isArray":false,
332 "primitive":false,
333 "propertyCode":149,
334 "required":[
335 "NONE"
336 ],
337 "size":2,
338 "type":"hour_minute_t",
339 "unitDescription":null,
340 "valueDescription":""
341 },
342 {
343 "access":[
344 "RULE_SET",
345 "RULE_GET"
346 ],
347 "arrayCount":0,
348 "description":"OFFタイマ相対時間設定値",
349 "fields":[
350 {
351 "arrayCount":0,
352 "description":"時",
353 "fields":[
354
355 ],
356 "identifer":"Hour",
357 "initialValue":null,
358 "isArray":false,
359 "primitive":true,
360 "size":1,
361 "type":"uint8_t",
362 "unitDescription":"時",
363 "valueDescription":"0x00~0x17(0~23)"
364 },
365 {
366 "arrayCount":0,
367 "description":"分",
368 "fields":[
369
370 ],
371 "identifer":"Minute",
372 "initialValue":null,
373 "isArray":false,
374 "primitive":true,
375 "size":1,
376 "type":"uint8_t",
377 "unitDescription":"分",
378 "valueDescription":"0x00~0x3B(0~59)"
379 }
380 ],
381 "identifer":"SetValueOfOffTimerRelativeTime",
382 "initialValue":null,
383 "isArray":false,
384 "primitive":false,
385 "propertyCode":150,
386 "required":[
387 "NONE"
388 ],
389 "size":2,
390 "type":"hour_minute_t",
391 "unitDescription":null,
392 "valueDescription":""
393 },
394 {
395 "access":[
396 "RULE_SET",
397 "RULE_GET",
398 "ANNOUNCE"
399 ],
400 "arrayCount":0,
401 "description":"設置場所",
402 "fields":[
403
404 ],
405 "identifer":"InstallationLocation",
406 "initialValue":null,
407 "isArray":false,
408 "primitive":true,
409 "propertyCode":129,
410 "required":[
411 "RULE_SET",
412 "RULE_GET"
413 ],
414 "size":1,
415 "type":"uint8_t",
416 "unitDescription":null,
417 "valueDescription":"2.2設置場所プロパティ参照"
418 },
419 {
420 "access":[
421 "RULE_GET"
422 ],
423 "arrayCount":0,
424 "description":"規格Version情報",
425 "fields":[
426 {
427 "arrayCount":0,
428 "description":"固定1(for future reserved)",
429 "fields":[
430
431 ],
432 "identifer":"Reserved1",
433 "initialValue":null,
434 "isArray":false,
435 "primitive":true,
436 "size":1,
437 "type":"uint8_t",
438 "unitDescription":null,
439 "valueDescription":"0x00"
440 },
441 {
442 "arrayCount":0,
443 "description":"固定2(for future reserved)",
444 "fields":[
445
446 ],
447 "identifer":"Reserved2",
448 "initialValue":null,
449 "isArray":false,
450 "primitive":true,
451 "size":1,
452 "type":"uint8_t",
453 "unitDescription":null,
454 "valueDescription":"0x00"
455 },
456 {
457 "arrayCount":0,
458 "description":"リリース順をASCIIで示す",
459 "fields":[
460
461 ],
462 "identifer":"OrderOfRelease",
463 "initialValue":null,
464 "isArray":false,
465 "primitive":true,
466 "size":1,
467 "type":"uint8_t",
468 "unitDescription":null,
469 "valueDescription":""
470 },
471 {
472 "arrayCount":0,
473 "description":"固定4(for future reserved)",
474 "fields":[
475
476 ],
477 "identifer":"Reserved4",
478 "initialValue":null,
479 "isArray":false,
480 "primitive":true,
481 "size":1,
482 "type":"uint8_t",
483 "unitDescription":null,
484 "valueDescription":"0x00"
485 }
486 ],
487 "identifer":"StandardVersionInformation",
488 "initialValue":null,
489 "isArray":false,
490 "primitive":false,
491 "propertyCode":130,
492 "required":[
493 "RULE_GET"
494 ],
495 "size":4,
496 "type":"standard_version_information_t",
497 "unitDescription":null,
498 "valueDescription":""
499 },
500 {
501 "access":[
502 "RULE_GET"
503 ],
504 "arrayCount":0,
505 "description":"識別番号",
506 "fields":[
507 {
508 "arrayCount":0,
509 "description":"下位通信層IDフィールド",
510 "fields":[
511
512 ],
513 "identifer":"LowerLayerCommunicationIdField",
514 "initialValue":null,
515 "isArray":false,
516 "primitive":true,
517 "size":1,
518 "type":"uint8_t",
519 "unitDescription":null,
520 "valueDescription":"0x01~0xFD=下位通信層で使用される通信プロトコルで固有の番号が振られている場合、プロトコル別に応じて、任意に設定(ECHONET Liteでは使用しない),0x11~0x1F=電灯線a\/d方式,0x31~0x3F=特定小電力無線,0x41~0x4F=拡張HBS,0x51~0x5F=IrDA,0x61~0x6F=LonTalk,0x71~0x7F=Bluetooth,0x81~0x8F=イーサネット,0x91~0x9F=IEEE802.11\/11b,0xA1=電灯線c方式,0xB1=IPv6\/Ethernet,0xB2=IPv6\/6LoWPAN,0xFE=2から17バイトをメーカ規定。形式により設定(詳細説明参照),0xFF=2から9バイトを乱数により生成するプロトコルを下位通信層で使用する場合に設定,0x00=識別番号未設定"
521 },
522 {
523 "arrayCount":16,
524 "description":"固有番号フィールド",
525 "fields":[
526
527 ],
528 "identifer":"UniqueNumberField",
529 "initialValue":null,
530 "isArray":true,
531 "primitive":true,
532 "size":1,
533 "type":"uint8_t",
534 "unitDescription":null,
535 "valueDescription":""
536 }
537 ],
538 "identifer":"IdentificationNumber",
539 "initialValue":null,
540 "isArray":false,
541 "primitive":false,
542 "propertyCode":131,
543 "required":[
544 "NONE"
545 ],
546 "size":17,
547 "type":"device_identification_number_t",
548 "unitDescription":null,
549 "valueDescription":""
550 },
551 {
552 "access":[
553 "RULE_GET"
554 ],
555 "arrayCount":0,
556 "description":"瞬時消費電力計測値",
557 "fields":[
558
559 ],
560 "identifer":"MeasuredInstantaneousPowerConsumption",
561 "initialValue":null,
562 "isArray":false,
563 "primitive":true,
564 "propertyCode":132,
565 "required":[
566 "NONE"
567 ],
568 "size":2,
569 "type":"uint16_t",
570 "unitDescription":"W",
571 "valueDescription":"0x0000~0xFFFD(0~65533W)"
572 },
573 {
574 "access":[
575 "RULE_GET"
576 ],
577 "arrayCount":0,
578 "description":"積算消費電力計測値",
579 "fields":[
580
581 ],
582 "identifer":"MeasuredCumulativePowerConsumption",
583 "initialValue":null,
584 "isArray":false,
585 "primitive":true,
586 "propertyCode":133,
587 "required":[
588 "NONE"
589 ],
590 "size":4,
591 "type":"uint32_t",
592 "unitDescription":"kWh",
593 "valueDescription":"0x00000000~0x3B9AC9FF(0~999,999.999kWh)"
594 },
595 {
596 "access":[
597 "RULE_GET",
598 "VARIABLE"
599 ],
600 "arrayCount":0,
601 "description":"メーカ異常コード",
602 "fields":[
603 {
604 "arrayCount":0,
605 "description":"異常コード部のデータサイズ",
606 "fields":[
607
608 ],
609 "identifer":"DataSizeOfTheFaultCodeField",
610 "initialValue":null,
611 "isArray":false,
612 "primitive":true,
613 "size":1,
614 "type":"uint8_t",
615 "unitDescription":null,
616 "valueDescription":""
617 },
618 {
619 "arrayCount":0,
620 "description":"メーカーコード",
621 "fields":[
622 {
623 "arrayCount":3,
624 "description":"メーカーコード",
625 "fields":[
626
627 ],
628 "identifer":"ManufacturerCode",
629 "initialValue":null,
630 "isArray":true,
631 "primitive":true,
632 "size":1,
633 "type":"uint8_t",
634 "unitDescription":null,
635 "valueDescription":"ECHONETコンソーシアムで規定。"
636 }
637 ],
638 "identifer":"ManufacturerCode",
639 "initialValue":null,
640 "isArray":false,
641 "primitive":false,
642 "size":3,
643 "type":"manufacturer_code_t",
644 "unitDescription":null,
645 "valueDescription":""
646 },
647 {
648 "arrayCount":221,
649 "description":"各メーカ独自の異常コード部",
650 "fields":[
651
652 ],
653 "identifer":"FieldForManufacturerDefinedFaultCode",
654 "initialValue":null,
655 "isArray":true,
656 "primitive":true,
657 "size":1,
658 "type":"uint8_t",
659 "unitDescription":null,
660 "valueDescription":""
661 }
662 ],
663 "identifer":"ManufacturersFaultCode",
664 "initialValue":null,
665 "isArray":false,
666 "primitive":false,
667 "propertyCode":134,
668 "required":[
669 "NONE"
670 ],
671 "size":225,
672 "type":"manufacturers_fault_code_t",
673 "unitDescription":null,
674 "valueDescription":""
675 },
676 {
677 "access":[
678 "RULE_SET",
679 "RULE_GET"
680 ],
681 "arrayCount":0,
682 "description":"電流制限設定",
683 "fields":[
684
685 ],
686 "identifer":"CurrentLimitSetting",
687 "initialValue":null,
688 "isArray":false,
689 "primitive":true,
690 "propertyCode":135,
691 "required":[
692 "NONE"
693 ],
694 "size":1,
695 "type":"uint8_t",
696 "unitDescription":"%",
697 "valueDescription":"0x00~0x64(0~100%)"
698 },
699 {
700 "access":[
701 "RULE_GET",
702 "ANNOUNCE"
703 ],
704 "arrayCount":0,
705 "description":"異常発生状態",
706 "fields":[
707
708 ],
709 "identifer":"FaultStatus",
710 "initialValue":null,
711 "isArray":false,
712 "primitive":true,
713 "propertyCode":136,
714 "required":[
715 "RULE_GET"
716 ],
717 "size":1,
718 "type":"uint8_t",
719 "unitDescription":null,
720 "valueDescription":"0x41=異常発生有,0x42=異常発生無"
721 },
722 {
723 "access":[
724 "RULE_GET"
725 ],
726 "arrayCount":0,
727 "description":"異常内容",
728 "fields":[
729
730 ],
731 "identifer":"FaultDescription",
732 "initialValue":null,
733 "isArray":false,
734 "primitive":true,
735 "propertyCode":137,
736 "required":[
737 "NONE"
738 ],
739 "size":2,
740 "type":"uint16_t",
741 "unitDescription":null,
742 "valueDescription":"2.5異常内容プロパティ参照"
743 },
744 {
745 "access":[
746 "RULE_GET"
747 ],
748 "arrayCount":0,
749 "description":"メーカーコード",
750 "fields":[
751 {
752 "arrayCount":3,
753 "description":"メーカーコード",
754 "fields":[
755
756 ],
757 "identifer":"ManufacturerCode",
758 "initialValue":null,
759 "isArray":true,
760 "primitive":true,
761 "size":1,
762 "type":"uint8_t",
763 "unitDescription":null,
764 "valueDescription":"ECHONETコンソーシアムで規定。"
765 }
766 ],
767 "identifer":"ManufacturerCode",
768 "initialValue":null,
769 "isArray":false,
770 "primitive":false,
771 "propertyCode":138,
772 "required":[
773 "RULE_GET"
774 ],
775 "size":3,
776 "type":"manufacturer_code_t",
777 "unitDescription":null,
778 "valueDescription":"(ECHONETコンソーシアムで規定。)"
779 },
780 {
781 "access":[
782 "RULE_GET"
783 ],
784 "arrayCount":3,
785 "description":"事業場コード",
786 "fields":[
787
788 ],
789 "identifer":"BusinessFacilityCode",
790 "initialValue":null,
791 "isArray":true,
792 "primitive":true,
793 "propertyCode":139,
794 "required":[
795 "NONE"
796 ],
797 "size":1,
798 "type":"uint8_t",
799 "unitDescription":null,
800 "valueDescription":"(各メーカ毎に規定。)"
801 },
802 {
803 "access":[
804 "RULE_GET"
805 ],
806 "arrayCount":12,
807 "description":"商品コード",
808 "fields":[
809
810 ],
811 "identifer":"ProductCode",
812 "initialValue":null,
813 "isArray":true,
814 "primitive":true,
815 "propertyCode":140,
816 "required":[
817 "NONE"
818 ],
819 "size":1,
820 "type":"uint8_t",
821 "unitDescription":null,
822 "valueDescription":"(各メーカ毎に規定。)"
823 },
824 {
825 "access":[
826 "RULE_GET"
827 ],
828 "arrayCount":12,
829 "description":"製造番号",
830 "fields":[
831
832 ],
833 "identifer":"ProductionNumber",
834 "initialValue":null,
835 "isArray":true,
836 "primitive":true,
837 "propertyCode":141,
838 "required":[
839 "NONE"
840 ],
841 "size":1,
842 "type":"uint8_t",
843 "unitDescription":null,
844 "valueDescription":"(各メーカ毎に規定。)"
845 },
846 {
847 "access":[
848 "RULE_GET"
849 ],
850 "arrayCount":0,
851 "description":"製造年月日",
852 "fields":[
853 {
854 "arrayCount":0,
855 "description":"年",
856 "fields":[
857
858 ],
859 "identifer":"Year",
860 "initialValue":null,
861 "isArray":false,
862 "primitive":true,
863 "size":2,
864 "type":"uint16_t",
865 "unitDescription":"年",
866 "valueDescription":"0x0001~0x270F(1~9999)"
867 },
868 {
869 "arrayCount":0,
870 "description":"月",
871 "fields":[
872
873 ],
874 "identifer":"Mounth",
875 "initialValue":null,
876 "isArray":false,
877 "primitive":true,
878 "size":1,
879 "type":"uint8_t",
880 "unitDescription":"月",
881 "valueDescription":"0x01~0x0C(1~12)"
882 },
883 {
884 "arrayCount":0,
885 "description":"日",
886 "fields":[
887
888 ],
889 "identifer":"Day",
890 "initialValue":null,
891 "isArray":false,
892 "primitive":true,
893 "size":1,
894 "type":"uint8_t",
895 "unitDescription":"日",
896 "valueDescription":"0x01~0x1F(1~31)"
897 }
898 ],
899 "identifer":"ProductionDate",
900 "initialValue":null,
901 "isArray":false,
902 "primitive":false,
903 "propertyCode":142,
904 "required":[
905 "NONE"
906 ],
907 "size":4,
908 "type":"year_mounth_day_t",
909 "unitDescription":null,
910 "valueDescription":""
911 },
912 {
913 "access":[
914 "RULE_SET",
915 "RULE_GET"
916 ],
917 "arrayCount":0,
918 "description":"節電動作設定",
919 "fields":[
920
921 ],
922 "identifer":"PowerSavingOperationSetting",
923 "initialValue":null,
924 "isArray":false,
925 "primitive":true,
926 "propertyCode":143,
927 "required":[
928 "NONE"
929 ],
930 "size":1,
931 "type":"uint8_t",
932 "unitDescription":null,
933 "valueDescription":"0x41=節電動作中,0x42=通常動作中"
934 },
935 {
936 "access":[
937 "RULE_SET",
938 "RULE_GET"
939 ],
940 "arrayCount":0,
941 "description":"遠隔操作設定",
942 "fields":[
943
944 ],
945 "identifer":"PositionInformation",
946 "initialValue":null,
947 "isArray":false,
948 "primitive":true,
949 "propertyCode":147,
950 "required":[
951 "NONE"
952 ],
953 "size":1,
954 "type":"uint8_t",
955 "unitDescription":null,
956 "valueDescription":"0x41=公衆回線未経由操作,0x42=公衆回線経由操作"
957 },
958 {
959 "access":[
960 "RULE_SET",
961 "RULE_GET"
962 ],
963 "arrayCount":0,
964 "description":"現在時刻設定",
965 "fields":[
966 {
967 "arrayCount":0,
968 "description":"時",
969 "fields":[
970
971 ],
972 "identifer":"Hour",
973 "initialValue":null,
974 "isArray":false,
975 "primitive":true,
976 "size":1,
977 "type":"uint8_t",
978 "unitDescription":"時",
979 "valueDescription":"0x00~0x17(0~23)"
980 },
981 {
982 "arrayCount":0,
983 "description":"分",
984 "fields":[
985
986 ],
987 "identifer":"Minute",
988 "initialValue":null,
989 "isArray":false,
990 "primitive":true,
991 "size":1,
992 "type":"uint8_t",
993 "unitDescription":"分",
994 "valueDescription":"0x00~0x3B(0~59)"
995 }
996 ],
997 "identifer":"CurrentTimeSetting",
998 "initialValue":null,
999 "isArray":false,
1000 "primitive":false,
1001 "propertyCode":151,
1002 "required":[
1003 "NONE"
1004 ],
1005 "size":2,
1006 "type":"hour_minute_t",
1007 "unitDescription":null,
1008 "valueDescription":""
1009 },
1010 {
1011 "access":[
1012 "RULE_SET",
1013 "RULE_GET"
1014 ],
1015 "arrayCount":0,
1016 "description":"現在年月日設定",
1017 "fields":[
1018 {
1019 "arrayCount":0,
1020 "description":"年",
1021 "fields":[
1022
1023 ],
1024 "identifer":"Year",
1025 "initialValue":null,
1026 "isArray":false,
1027 "primitive":true,
1028 "size":2,
1029 "type":"uint16_t",
1030 "unitDescription":"年",
1031 "valueDescription":"0x0001~0x270F(1~9999)"
1032 },
1033 {
1034 "arrayCount":0,
1035 "description":"月",
1036 "fields":[
1037
1038 ],
1039 "identifer":"Mounth",
1040 "initialValue":null,
1041 "isArray":false,
1042 "primitive":true,
1043 "size":1,
1044 "type":"uint8_t",
1045 "unitDescription":"月",
1046 "valueDescription":"0x01~0x0C(1~12)"
1047 },
1048 {
1049 "arrayCount":0,
1050 "description":"日",
1051 "fields":[
1052
1053 ],
1054 "identifer":"Day",
1055 "initialValue":null,
1056 "isArray":false,
1057 "primitive":true,
1058 "size":1,
1059 "type":"uint8_t",
1060 "unitDescription":"日",
1061 "valueDescription":"0x01~0x1F(1~31)"
1062 }
1063 ],
1064 "identifer":"CurrentDateSetting",
1065 "initialValue":null,
1066 "isArray":false,
1067 "primitive":false,
1068 "propertyCode":152,
1069 "required":[
1070 "NONE"
1071 ],
1072 "size":4,
1073 "type":"year_mounth_day_t",
1074 "unitDescription":null,
1075 "valueDescription":""
1076 },
1077 {
1078 "access":[
1079 "RULE_SET",
1080 "RULE_GET"
1081 ],
1082 "arrayCount":0,
1083 "description":"電力制限設定",
1084 "fields":[
1085
1086 ],
1087 "identifer":"PowerLimitSetting",
1088 "initialValue":null,
1089 "isArray":false,
1090 "primitive":true,
1091 "propertyCode":153,
1092 "required":[
1093 "NONE"
1094 ],
1095 "size":2,
1096 "type":"uint16_t",
1097 "unitDescription":null,
1098 "valueDescription":"0x0000~0xFFFF(0~65535W)"
1099 },
1100 {
1101 "access":[
1102 "RULE_GET"
1103 ],
1104 "arrayCount":0,
1105 "description":"積算運転時間",
1106 "fields":[
1107 {
1108 "arrayCount":0,
1109 "description":"単位",
1110 "fields":[
1111
1112 ],
1113 "identifer":"Unit",
1114 "initialValue":null,
1115 "isArray":false,
1116 "primitive":true,
1117 "size":1,
1118 "type":"uint8_t",
1119 "unitDescription":null,
1120 "valueDescription":"0x41=秒,0x42=分,0x43=時,0x44=日"
1121 },
1122 {
1123 "arrayCount":0,
1124 "description":"経過時間",
1125 "fields":[
1126
1127 ],
1128 "identifer":"ElapsedTime",
1129 "initialValue":null,
1130 "isArray":false,
1131 "primitive":true,
1132 "size":4,
1133 "type":"uint32_t",
1134 "unitDescription":null,
1135 "valueDescription":"0x00000000~0xFFFFFFFF(0~4294967295)"
1136 }
1137 ],
1138 "identifer":"CumulativeOperatingTime",
1139 "initialValue":null,
1140 "isArray":false,
1141 "primitive":false,
1142 "propertyCode":154,
1143 "required":[
1144 "NONE"
1145 ],
1146 "size":5,
1147 "type":"cumulative_operating_time_t",
1148 "unitDescription":null,
1149 "valueDescription":""
1150 },
1151 {
1152 "access":[
1153 "RULE_GET",
1154 "VARIABLE"
1155 ],
1156 "arrayCount":17,
1157 "description":"SetMプロパティマップ",
1158 "fields":[
1159
1160 ],
1161 "identifer":"SetMPropertyMap",
1162 "initialValue":null,
1163 "isArray":true,
1164 "primitive":true,
1165 "propertyCode":155,
1166 "required":[
1167 "RULE_GET"
1168 ],
1169 "size":1,
1170 "type":"uint8_t",
1171 "unitDescription":null,
1172 "valueDescription":"付録1.参照"
1173 },
1174 {
1175 "access":[
1176 "RULE_GET",
1177 "VARIABLE"
1178 ],
1179 "arrayCount":17,
1180 "description":"GetMプロパティマップ",
1181 "fields":[
1182
1183 ],
1184 "identifer":"GetMPropertyMap",
1185 "initialValue":null,
1186 "isArray":true,
1187 "primitive":true,
1188 "propertyCode":156,
1189 "required":[
1190 "RULE_GET"
1191 ],
1192 "size":1,
1193 "type":"uint8_t",
1194 "unitDescription":null,
1195 "valueDescription":"付録1.参照"
1196 },
1197 {
1198 "access":[
1199 "RULE_GET",
1200 "VARIABLE"
1201 ],
1202 "arrayCount":17,
1203 "description":"状変アナウンスプロパティマップ",
1204 "fields":[
1205
1206 ],
1207 "identifer":"StatusChangeAnnouncementPropertyMap",
1208 "initialValue":null,
1209 "isArray":true,
1210 "primitive":true,
1211 "propertyCode":157,
1212 "required":[
1213 "RULE_GET"
1214 ],
1215 "size":1,
1216 "type":"uint8_t",
1217 "unitDescription":null,
1218 "valueDescription":"付録1.参照"
1219 },
1220 {
1221 "access":[
1222 "RULE_GET",
1223 "VARIABLE"
1224 ],
1225 "arrayCount":17,
1226 "description":"Setプロパティマップ",
1227 "fields":[
1228
1229 ],
1230 "identifer":"SetPropertyMap",
1231 "initialValue":null,
1232 "isArray":true,
1233 "primitive":true,
1234 "propertyCode":158,
1235 "required":[
1236 "RULE_GET"
1237 ],
1238 "size":1,
1239 "type":"uint8_t",
1240 "unitDescription":null,
1241 "valueDescription":"付録1.参照"
1242 },
1243 {
1244 "access":[
1245 "RULE_GET",
1246 "VARIABLE"
1247 ],
1248 "arrayCount":17,
1249 "description":"Getプロパティマップ",
1250 "fields":[
1251
1252 ],
1253 "identifer":"GetPropertyMap",
1254 "initialValue":null,
1255 "isArray":true,
1256 "primitive":true,
1257 "propertyCode":159,
1258 "required":[
1259 "RULE_GET"
1260 ],
1261 "size":1,
1262 "type":"uint8_t",
1263 "unitDescription":null,
1264 "valueDescription":"付録1.参照"
1265 }
1266]
Note: See TracBrowser for help on using the repository browser.